
body {
    margin: 0;
    font-family: 'Droid Sans', sans-serif;
    text-rendering: geometricPrecision!important;
}

h1, h2, h3, h4, .rd-group-title {
    color: #6d6d6d;
    font-family: Droid Sans, sans-serif;
    text-rendering: geometricPrecision;
}

a {
    color: #adadad;
    font-weight: 100;
    font-weight: bold;
    text-decoration: none;
}

.desktop-no-display { display: none; }

.login {
    margin: 0;
    padding: 0;
    width: 40%;
    float: left;
    height: inherit;
    min-width: 280px;
    overflow-y: auto;
    display: inline-block;
    background-color: #FFFFFF;
}

.flex { display: flex; }

.show-pass {
    min-width: 50px;
    font-size: 10px;
    max-height: 50px;
    min-height: 50px;
    font-weight: bold;
    border-width: 0;
    border-radius: 0 3px 3px 0;
    text-transform: UPPERCASE;
    background-color: rgb(202, 202, 202);
}

.show-pass:focus {
    outline: 0;
    opacity: 0.5;
}

.show-pass-icon-setup {
    margin-top: 4px;
    opacity: 1;
}

.logon-privacy-notes { 
    margin-top: 15px; 
    margin-bottom: 15px; 
}

.pharma-brand-wrapper {
    flex: 1;
    margin: auto;
    padding-left: 0;
    margin-top: -3px;
    text-align: center;
}

nav { display: none; }

.monical-login-wrapper {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(/statics/images/raindrop-small.jpg);
}

.monical-login-form-wrapper {
    top: 50%;
    left: 50%;
    width: 80%;
    z-index: 1045;
    position: absolute;
    -wenkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.login-heading-container {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    font-family: inherit;
    padding: 10px 0 10px 0;
    text-transform: uppercase;
}

.monical-user-input {
    border: 0;
    width: 100%;
    font-size: 13px;
    padding: 15px 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transition: all 150ms linear!important;
       -moz-transition: all 150ms linear!important;
        -ms-transition: all 150ms linear!important;
         -o-transition: all 150ms linear!important;
            transition: all 150ms linear!important;
}

.monical-user-input:focus {
    outline: 0;
    background-color: rgba(255, 255, 255, 1);
}

.monical-flex-wrapper {
    display: flex;
    justify-content: space-between;
}

.btn-monical-primary { background-color: #0098DA; }

.btn-monical-user, .btn-monical-primary {
    border: 0;
    outline: 0;
    width: 100%;
    display: grid;
    font-size: 14px;
    min-width: 111px;
    min-height: 50px;
    font-weight: bold;
    border-radius: 3px;
    align-items: center;
    margin-bottom: 15px;
    align-content: center;
    color: #fff!important;
    text-transform: UPPERCASE;
}

.monical-login-sub-links {
    width: 100%;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-transform: UPPERCASE;
}

.monical-login-sub-links {
    width: 100%;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-transform: UPPERCASE;
}

.login-content {
    width: 80%;
    margin: auto;
    display: block;
    text-align: center;
}

/*.g-recaptcha div {*/
/*    margin: 10px 0;*/
/*}*/

.login-header-wrapper {
    width: 100%;
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 50px;
}

.login-wrapper {
    width: 90%;
    margin: auto;
    display: block;
    color: #000000;
    text-align: left;
    margin-bottom: 40px;
}

.login-field-container {
    margin-top: 3px;
}

.login-field-container, .form-control {
    padding: 12px 0;
    text-align: left;
}

label.form-control {
    color: #6d6d6d;
}

.privacy-notes {
    margin: 10px 0;
}

.form-control, .form-group .form-control {
    border: 0;
    background-image: none!important;
    text-rendering: geometricPrecision!important;
}

.form-input-configuration {
    width: 100%;
    font-size: 16px;
    min-height: 50px;
    max-height: 50px;
    position: static;
    border-radius: 2px;
    padding-left: 15px;
    font-weight: lighter;
    box-sizing: border-box;
    border: 2px solid #cacaca;
    background-color: #f5f5f5;
    -webkit-transition: all 150ms linear 50ms;
       -moz-transition: all 150ms linear 50ms;
         -o-transition: all 150ms linear 50ms;
            transition: all 150ms linear 50ms;
}

.form-input-configuration:focus {
    outline: 0;
}


.bc-form-input-configuration {
    width: 100%;
    font-size: 16px;
    min-height: 50px;
    max-height: 50px;
    position: static;
    border-radius: 2px;
    padding-left: 15px;
    font-weight: lighter;
    box-sizing: border-box;
    border: 0px solid #cacaca;
    background-color: #f5f5f5;
    -webkit-transition: all 150ms linear 50ms;
       -moz-transition: all 150ms linear 50ms;
         -o-transition: all 150ms linear 50ms;
            transition: all 150ms linear 50ms;
}

.bc-form-input-configuration:focus {
    outline: 0;
}

.btn {
    min-width: 30px;
    cursor: pointer;
    min-height: 30px;
    text-transform: Capitalize;
    font-family: droid-sans, sans-serif;
}

.default-btn {
    width: 100%;
    height: 50px;
    margin-top: 5px;
    margin-bottom: 4px;
    background-color: #0000;
}

.password-requirements-off {
    width: 100%;
    margin: 10px 0;
    font-family: sans-serif;
    left: 48px;
    font-size: 14px;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: rgba(212, 212, 212, 0.85);
}

.password-requirements-off ..password-requirements {
    display: none;
}

.password-requirements-on .password-requirements {
    display: block;
}


/*.password-requirements {*/
/*    display: block;*/
/*}*/


.login-btn {
    background-color: #0AA0D9;
    color: #fff;
    border: 0;
    border-radius: 2px;
    -webkit-transition: all 400ms linear 300ms;
    -moz-transition: all 400ms linear 300ms;
    transition: all 400ms linear 300ms
}

.login-overlay {
    background-color: #0aa0d9;
    width: 100%;
    position: absolute;
    z-index: 1;
    height: inherit;
}

.remember-user-check {
    margin-top: 0;
    font-size: 14px;
    padding-top:15px;
}

.login-right {
    height: inherit;
    display: inline-block;
    width: 60%;
    min-width: 240px;
    background-color: #505050;
    background-size: cover;
    position: fixed;
    background-position: 100%;
    background-repeat: no-repeat;
}

.wrong-pw-noti {
    background-color: #cc3b2b;
    display: inline-block;
    padding: 5px 10px 3px 10px;
    border-radius: 2px;
    margin-bottom: 10px;
    color: #fff;
}


.bc-wrong-pw-noti {
    background-color: #F78F1B;
    display: inline-block;
    padding: 5px 10px 5px 10px;
    border-radius: 2px;
    margin-bottom: 0px;
    margin-top:10px;
    color: #fff;
}

    
.lgn-loadr {
    width: 10px;
    height: 10px;
    margin-left: 10px;
    display: inline-block;
}

.flex-btn {
    display: flex;
    align-items: center;
    align-content: center;
}

.btn-flx-1 {
    flex: 1;
    position: relative;
    display: block;
}

.btn-loader {
    display: inline-block;
    animation-duration: 3.2s;
    vertical-align: sub;
    width: 1.2em;
    height: 1.2em;
}

.ld-spinner {
    width: 1.25em!important;
    height: 1.25em!important;
}

.btn-loader-text {
    display: inline-block;
}


/*-------------------------------------
    Media Queries -DeK- Mobile Devices
---------------------------------------*/

@media screen and (max-width: 768px) {
    
    .grecaptcha-badge {
        display: none!important;
    }
    
    .btn-monical-primary {
        margin-bottom: 0;
    }
    
    .login-header {
        width: 165px;
    }
        
    .form-input-configuration { border: 0!important; }

    /*.g-recaptcha div div iframe {*/
    /*    margin: 10px 0!important;*/
    /*    display: block!important;*/
    /*    width: 256px!important;*/
    /*}*/

    .form-control {
        display: none;
        -webkit-transition: all 400ms linear 300ms;
        -moz-transition: all 400ms linear 300ms;
        transition: all 400ms linear 300ms
    }

    .show-pass { background-color: rgba(255, 255, 255, 0.38); }

    .mobile-no-display { display: none; }
    
    .login-wrapper { color: #636367; }
    
    .login {
        width: 100%;
        z-index: 10;
        min-width: 280px;
        position: absolute;
        background-color: rgba(255, 255, 255, 1);
    }
    
    .alert-info { 
        position: relative;
        margin-bottom: 35px; 
    }
    
    .alert-info::after { 
        content: "";
        width: 60px;
        position: absolute;
        height: 10px;
        bottom: -17px;
        left: 50%;
        transform: translate(-50%,-50%);
        border-bottom: 1px solid white;
        background-color: transparent;
    }
    
    .login-right {
        width: 100%;
        filter: blur(3px);
        background-color: #d99d54;
        background-image: url(/statics/images/pomeslide1.jpg);
    }
    
    .login-header-wrapper { margin-top: 35px!important; }
    
    .logon-privacy-notes {
        /*white-space: pre-line;*/
        margin-bottom: 30px;
        font-size: 14px;
    }
    
    .dot { 
        /*display: block;*/
        height: 20px;
        color: transparent;
    }
    
    .form-title { 
        color: #000000; 
        margin-bottom: 15px;
    }
    
    .login-field-container {
        padding: 0;
        margin-top: 0!important;
        margin-bottom: 20px;
    }
    
    label.form-control {
        color: #000000;
    }
    
    .password-requirements {
        width: 100%;
        padding: 10px;
        color: #000000;
        left: 0;
        border-radius: 0;
        margin-top: 15px;
        position: relative;
        font-family: sans-serif;
        background-color: #ffffff;
        border-top: 2px solid #2196F3;
        -webkit-transition: all 400ms linear 300ms;
           -moz-transition: all 400ms linear 300ms;
                transition: all 400ms linear 300ms;
    }
    
    .password-requirements-trigger {
        margin: 0 0 20px 0;
        color: #000000;
        -webkit-transition: all 400ms linear 300ms;
           -moz-transition: all 400ms linear 300ms;
                transition: all 400ms linear 300ms;
    }
    
    h1 { 
        font-size: 21px; 
        margin-bottom: 10px;        
    }
    
    .remember-user-check {
        margin-top: 15px;
    }

}





















