:root {
    --background:#F5F5F5;
    --light-gray:#E8F5F2;
    --dark-text:#231F20;
}

body {
    margin: 0;
    background: white;
    width: 100%;
    height: 100vh;
}

.errorMessage {
    max-width: 277px!important;
    color: #fff!important;;
    background-color: #f66e84!important;;
    padding: 15px 10px!important;;
    margin-bottom: 20px!important;;
    border-radius: 6px!important;;
    font: normal normal normal 17px/20px Roboto!important;;
    font-size: 13px!important;;
    border: 1px solid #f55f78!important;;
}

.successMessage {
    max-width: 277px!important;;
    color: #fff!important;;
    background-color: #009BFE!important;;
    padding: 15px 10px!important;;
    margin-bottom: 20px!important;;
    border-radius: 6px!important;;
    font: normal normal normal 17px / 20px Roboto!important;;
    font-size: 13px!important;;
    border: 1px solid white!important;;
}

.errorMessage hr {
    border-top-color: #fbb6c2
}

.errorMessage .alert-link {
    color: #591d27
}

.errorMessage:not(.m-alert--outline) {
    color: #fff;
    background-color: #f66e84;
    border-color: #f55f78
}

.errorMessage:not(.m-alert--outline) hr {
    border-top-color: #f34764
}

.errorMessage:not(.m-alert--outline) .alert-link {
    color: #e6e6e6
}

.errorMessage:not(.m-alert--outline) .close {
    color: #fff
}

input:focus, textarea:focus, select:focus{
    outline: none;!important;
}

input, button{
    border:none;
    background-image:none;
    background-color:transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #C1C1C1B5;
    opacity: 1; /* Firefox */
}

#signup-form {
    opacity: 0;
    display: none;
}

#login-message {
    opacity: 0;
    display: none;
}

.main-container {
    width: 100%;
    height: 100%;
    display: flex;
}

.form-column {
    justify-content: space-around;
    display: flex;
    flex-direction: column;
    width: 35%;
    height: fit-content;
    align-items: center;
}

.powered-by-logo {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 282px;
    height: 50px;
}

.forms-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: transparent radial-gradient(closest-side at 50% 21%, #009BFE 0%, #0F6FCF 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 40px #0070CE64;
    border-radius: 12px;
    width: 427px;
}

.medmanage-logo {
    margin-top: 113px;
    margin-bottom: 78px;
    width: 229px;
    height: 63px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/img/medidex_white_logo.svg');
}

.form-title-container {
    display: flex;
    width: 277px;
    align-items: center;
}

.form-title {
    font: normal normal bold 20px/24px Roboto;
    letter-spacing: 0;
    color: var(--light-gray);
}

.form-title-line {
    flex-grow: 1;
    height: 1px;
    background: #E8F5F276;;
}

.form-title-line.mg-r {
    margin-right: 5px
}

.form-title-line.mg-l {
    margin-left: 5px
}

.form-label {
    margin: 15px 0 3px 5px;
    font: normal normal normal 14px/16px Roboto;
    letter-spacing: 0;
    color: #FFFFFF7E;
}

.form-label.align-right {
    text-align:end
}

.form-input {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    height: 37px;
    font: normal normal normal 14px/16px Roboto;
    letter-spacing: 0;
    color: var(--dark-text);
    background: #FFFFFF 0 0 no-repeat padding-box;
    box-shadow: 0 3px 10px #0000000D;
    border-radius: 6px;
    border-color: white;
    opacity: 1;
}

.form-submit-button {
    text-align: center;
    background: transparent linear-gradient(180deg, #53BAFF 0%, #6EC5FF 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0 5px 15px #0F6FCF;
    border-radius: 24px;
    font: normal normal bold 17px/48px Roboto;
    letter-spacing: 0;
    color: #FFFFFF;
    width: 100%;
    height: 48px;
    transition: all 300ms;
}
.form-submit-button:hover {
    font-size: 19px;
}

#email-error.form-control-feedback {
    color: #f28181;
    margin-top: .2rem;
    font-size: 1rem;
    font-family: Roboto !important;
}

.alert-danger:not(.m-alert--outline) {
    font-family: Roboto !important;
}

.m-checkbox {
    color: #FFFFFF7E;
    font: normal normal normal 14px/16px Roboto;
}

.m-link.m-link--focus {
    color: #FFFFFF;
}

#forgot-form, #signup-form, #login-form {
    width: 279px;
}

.social-login-button {
    cursor: pointer;
    width: 100%;
    box-shadow: 0 5px 15px #0F6FCF;
    border: 1px solid #FFFFFF;
    border-radius: 60px;
    opacity: 1;
    text-align: center;
    transition: all 300ms;
    font: normal normal normal 17px Roboto;
    letter-spacing: 0;
    color: #FFFFFF;
    margin-top: 20px;
    min-height: 48px;
}

.social-login-button:hover {
    font-size: 19px;
}

.social-login-button:hover {
    background: #53BAFF;
}

.action-container {
    display: flex;
    margin-top: 55px;
    margin-bottom: 20px
}
.action-label-description {
    font: normal normal normal 17px/20px Roboto;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.49);
}

.action-label {
    transition: all 300ms;
    cursor: pointer;
    margin-left: 25px;
    font: normal normal 500 17px/20px Roboto;
    letter-spacing: 0;
    color: #FFFFFF;
}

.action-label:hover {
    font-size: 19px;
}

.divider-light {
    width: 427px;
    height: 1px;
    background: #DEDEDE;
}

.copyright-label {
    margin-top: 10px;
    text-align: center;
    font: normal normal normal 17px/20px Roboto;
    letter-spacing: 0;
    color: #959595;
    display: block;
}


.right-column {
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    background-image:url("/img/green_bg.jpg") ;
    height: 100%;
    width: 65%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-column-content-container {
    max-width: 800px;
    display: flex;
    flex-direction: column;
}

.medidex-white-logo {
    width: 306px;
    height: 93px;
    background-image: url("/img/medidex_white_logo.svg");
}

.join-large-title {
    text-align: center;
    font: normal normal 500 95px/111px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.join-subtitle {
    text-align: left;
    font: normal normal normal 16px/19px Roboto;
    letter-spacing: 0;
    color: #FFFFFF;
}

.store-button {
    cursor: pointer;
    height: 50px;
    width: 170px;
}

.dialog-layout {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    display: none;
    opacity: 0;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.16) 0 0 no-repeat padding-box;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.dialog-container {
    background: rgba(245, 245, 245, 1) 0% 0% no-repeat padding-box;
    box-shadow: 0 3px 60px rgba(0, 0, 0, 0.16);
    border-radius: 34px;
    width: 730px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    align-items: center;
}

.close-icon {
    cursor: pointer;
    align-self: flex-end;
    width: 20px;
    height: 20px;
    background: url("/img/icons/close_icon.svg");
}

.dialog-message {
    text-align: center;
    font: normal normal 300 31px/37px Roboto;
    letter-spacing: 0;
    color: rgba(149, 149, 149, 1);
}

.dialog-app-icon {
    width: 200px;
    height: 200px;
}

.dialog-app-title {
    font: normal normal bold 20px/24px Roboto;
    letter-spacing: 0;
    color: rgba(149, 149, 149, 1);
}

@media (max-width: 986px) {


    .form-column {
        width: 100%;
    }

    .forms-container {
        border-radius: 0;
        width: 100%;
    }

    .main-container {
        flex-direction: column;
        align-items: center;
    }

    .right-column {
        width: 100%;
    }

    .store-button {
        height: 70px;
        width: 230px;
    }
}