﻿.form-signin {
    position:relative;

    margin-top: 60px;
    margin-bottom: 60px;
    max-width: 460px;
    /* UI Properties */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #00000029;
    border-radius: 20px;
    /*height: 100vh;*/

    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: 20px;
    margin-right: 20px;
}

    .form-signin .loading {
        padding: 10px;
        color: var(--web_color2);
        font-size: 125%;
        font-weight: bold;
    }

    .form-signin .otp-loading {
        color: var(--web_color2);
        font-size: 90%;
    }

    .form-signin .section > .wrap {
        overflow-y: auto;
        /*height: calc(98vh - 48px - 190px - 32px - 80px );*/
        height: auto;
        margin-top: 30px;
    }

.form-group img.ficon {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    margin-bottom: 4px;
}

#logo {
    width:90%;
    max-width:378px;
}
#tab_login {
    padding-top: 2rem;
}

    #tab_login div {
        border-bottom: 4px solid #eee;
        padding: 10px;
    }
        
        #tab_login div.subtitle ,
        #tab_login div a {
            font-weight: bold;
            text-align: center;
            letter-spacing: 0px;
            color: #4A4A4A;
            opacity: 1;
            font-size: 1rem;
            line-height: 1.5em;
        }

            #tab_login div a:hover {
                text-decoration: none;
            }

        #tab_login div.curr {
            border-bottom: 4px solid var(--web_color2);
        }

            #tab_login div.curr a {
                color: var(--web_color2);
            }

a.btn-forgot {
    text-align: right;
    color: var(--web_color2);
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5em;
    opacity: 1;
}

    a.btn-forgot:hover {
        text-decoration: none;
        color: #1788AD;
    }

.form-group label.inputLabel {
    /* UI Properties */
    text-align: left;
    letter-spacing: 0px;
    color: #4A4A4A;
    opacity: 1;
    margin-bottom: 0;
    font-size: .88rem;
    line-height: 1.5em;
}

.btn-masked,
.btn-unmask {
    position: absolute;
    right: 10px;
    top: 10px;
    background: url("/img/Icon-24px-Unmask.svg") no-repeat center center;
    width: 24px;
    height: 24px;
    display: block;
    text-decoration: none;
}

    .btn-masked:hover, .btn-unmask:hover {
        text-decoration: none;
    }

.btn-masked {
    display: none;
    background: url("/img/Icon-24px-Masked.svg") no-repeat center center;
}

.new-user {
    text-align: left;
    color: #6F6866;
    letter-spacing: 0px;
    opacity: 1;
    margin-top: 2rem;
    font-size: 14px;
    line-height: 1.5em;
}

    .new-user a {
        text-decoration: underline;
        color: var(--web_color2);
    }


.loginRememberMe {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0px;
    color: #4A4A4A;
    opacity: 1;
    font-weight: bold;
}

.form-group {
    margin-bottom: 0;
}
.formGroupItem {
    margin-bottom: 0;
}

    .formGroupItem:first-child {
        margin-bottom: 20px;
    }
