.bg_login {
    /* The image used */
    background-image: url("/assets/images/login_bg.svg");

    /* Full height */
    height: 100%;


    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login_card{
    background: #5573b1;
    /* background: #044069; */
    border-radius: 10px;
}

.card_container {
    width: 400px;
}

.icon_small{
    height: 13px;
}

.icon_medium{
    height: 16px;
}

.app_color{
    background-color: #57B7F9;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url('/assets/images/ic_check_box_24px.svg');
    background-size: 100%;
    }
.login-rf{
    padding: 20px 0px 20px 0px;
}
.eye-visibale-medium{
    /*height: 60%;*/
    width: 14px;
    height: 14px;
}

.text-small {
    font-size: 12px !important;
}

.text-medium {
    font-size: 14px !important;
}

.login_btn {
    padding:4px;
    border-bottom:2px solid #57B7F9;
    font-weight: bold;
}