﻿﻿ /***
Login page
***/
/*New Login*/
a,
a:focus {
    text-decoration: none
}

html {
    background-repeat: no-repeat;
    background-size: cover;
}

body {
    font-size: 16px;
    color: #000;
    height: 100vh;
    background: none;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

a:focus {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

.btn-primary {
    background-color: #44C97D;
    border-color: #44C97D
}

    .btn-primary.active,
    .btn-primary:active,
    .btn-primary:active:focus,
    .btn-primary:active:hover,
    .btn-primary:focus,
    .btn-primary:hover {
        background-color: #DDF0E5;
        border-color: #DDF0E5
    }

.authfy-login .btn.btn-lg {
    /*border-radius: 3px;*/
    box-shadow: 0 2px 3px #9c9c9c
}

.from-login-right {
    margin: 0px 24%;
}



.authfy-login .auth-title {
    font-weight: 600;
    color: #fff;
    font-size: 36px;
    font-family: font-inter,
}

.authfy-login {
    background-image: url("../../Common/Images/Mask-group-login.svg");
    display: table-cell;
    vertical-align: middle;
}

.authfy-login-full {
    display: table !important;
    height: 100vh;
}

.authfy-login {
    background-image: url("../../Common/Images/Mask-group-login.svg");
    display: table-cell;
    vertical-align: middle;
}
.authfy-login-full {
    display: table !important;
    height:100vh;
   
}

    .authfy-login .authfy-panel.active {
        padding: 20px;
        margin-bottom: 30px;
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }

.brand-col .social-buttons a {
    color: #fff;
    margin-top: 15px
}

    .brand-col .social-buttons a:hover {
        color: #fff;
        opacity: .9
    }



.panel-login .remember-row {
    margin-bottom: 10px
}

    .panel-login .remember-row label {
        font-weight: 400;
        position: relative;
        cursor: pointer;
        color: #666;
        padding-left: 24px
    }

.authfy-login .forgotPwd {
    text-align: right;
    margin-top: 10px
}

.panel-forgot .form-control,
.panel-login .form-control,
.panel-signup .form-control {
    background-color: #fff;
    color: #333;
    font-size: 16px;
    height: 48px;
    padding: 10px 35px;
    border: 1px solid #bcc2ce;
    outline: 0;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1), 0 0 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1), 0 0 2px 0 rgba(0, 0, 0, .1)
}

.authfy-panel.panel-forgot {
    padding-top: 40px
}

.panel-forgot .form-control:focus,
.panel-login .form-control:focus,
.panel-signup .form-control:focus {
    border-color: #44C97D;
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.pwdMask {
    position: relative
}

    .pwdMask .pwd-toggle {
        color: #ccc;
        position: absolute;
        z-index: 2
    }

.panel-login .pwdMask .pwd-toggle,
.panel-signup .pwdMask .pwd-toggle {
    top: 15px;
    right: 15px
}

.pwdMask .pwd-toggle:focus,
.pwdMask .pwd-toggle:hover {
    cursor: pointer
}

.pwdMask .pwd-toggle.fa-eye,
.pwdMask .pwd-toggle:focus,
.pwdMask .pwd-toggle:hover {
    color: #4f77ff
}

.panel-signup .term-policy a {
    text-decoration: underline
}

.checkbox input[type=checkbox] {
    position: absolute;
    right: 9000px;
    opacity: 0;
    z-index: 1;
    cursor: pointer
}

    .checkbox input[type=checkbox] + .label-text:after,
    .checkbox input[type=checkbox] + .label-text:before {
        font-size: 11px;
        display: inline-block;
        width: 17px;
        height: 17px;
        padding: 2px;
        margin-left: 0;
        position: absolute;
        top: 2px;
        left: 0
    }

    .checkbox input[type=checkbox] + .label-text:before {
        background-color: #fff;
        border: 1px solid #ced4da;
        /*border-radius: 3px;*/
        cursor: pointer;
        -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
        transition: border .15s ease-in-out, color .15s ease-in-out
    }

    .checkbox input[type=checkbox] + .label-text:after {
        background-color: #4f77ff;
        color: #fff;
        border-radius: 2px;
        border-color: #4f77ff;
        line-height: 1.4
    }

    .checkbox input[type=checkbox]:focus + .label-text:before {
        outline: dotted thin;
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px
    }

    .checkbox input[type=checkbox]:checked + .label-text:after {
        font-family: FontAwesome;
    }

.heder-text-login {
    color: #088748;
}

.color-button-login {
    background-color: #FEA407;
    color: #fff;
    border-radius: 8px !important;
    text-transform: initial !important;
}

.color-button-home {
    background-color: #A46720;
    color: #fff;
    border-radius: 4px;
    text-transform: initial !important;
}

.login-copyright {
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
}

.login-component {
    margin: 15vh 100px 0;
    background: #fff;
    /*border-radius: 10px;*/
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.brand-logo {
    background-image: radial-gradient(#E7FAED,#fff);
    height: 100%;
    margin: 0px;
    justify-content: center;
    align-items: center;
    padding: 4% 5% 3%;
}

    .brand-logo img {
        display: block;
        /*margin-top: 40%*/
    }


@media (max-width:1025px) {
    .brand-logo-left {
        display: none !important;
    }
}

@media (max-width:767px) {
    .authfy-panel-left, .authfy-panel-right {
        box-shadow: none
    }

    .authfy-panel-left {
        /*border-radius: 4px 4px 0 0*/
    }

    .authfy-panel-right {
        /*border-radius: 0 0 4px 4px*/
    }

    .authfy-panel-left .brand-col {
        height: 300px;
        text-align: center
    }

    .term-policy {
        font-size: 75%
    }

    .login-component {
        margin: 15vh 0px 0;
    }
}

@media (min-width:320px) and (max-width:375px) {
    .authfy-login .authfy-panel {
        padding: 20px
    }

    .panel-login .remember-row {
        margin-bottom: 10px;
        font-size: 14px
    }
}

@media (max-width:320px) {
    .authfy-login {
        height: 480px
    }

    .authfy-heading p {
        font-size: 14px
    }

    .remember-row .col-sm-6 {
        width: 100%
    }

    .authfy-login .forgotPwd {
        text-align: left;
        margin-top: 0
    }
}

@font-face {
    font-family: font-Mulish;
    src: url(../../../../../fonts/font-mulish/static/Mulish-Medium.ttf);
}

@font-face {
    font-family: font-Mulish-Bold;
    src: url(../../../../../fonts/font-mulish/static/Mulish-Bold.ttf);
}

@font-face {
    font-family: font-Mulish-ExtraBold;
    src: url(../../../../../fonts/font-mulish/static/Mulish-ExtraBold.ttf);
}

@font-face {
    font-family: font-Mulish-Black;
    src: url(../../../../../fonts/font-mulish/static/Mulish-Black.ttf);
}
@font-face {
    font-family: font-inter;
    src: url(../../../../../fonts/Inter/static/Inter-Regular.ttf);
}

@font-face {
    font-family: font-inter;
    src: url(../../../../../fonts/Inter/static/Inter-Regular.ttf);
}

.font-mulish {
    font-family: font-Mulish;
}
.font-inter {
    font-family: font-inter;
}

.font-inter {
    font-family: font-inter;
}

.font-mulish-bold {
    font-family: font-Mulish-Bold;
}

.font-mulish-extrabold {
    font-family: font-Mulish-ExtraBold;
}

.font-mulish-black {
    font-family: font-Mulish-Black;
}

#show_hide_password {
    position: relative;
}

    #show_hide_password a {
        position: absolute;
        color: #333;
        top: 12px;
        right: 10px;
        font-size: 16px;
    }

#home-btn:hover {
    color: #fff;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;

    height: 100v;

}
    .row .col-md-6{
        padding: 0px;
    }

    .row .col-md-6 {
        padding: 0px;
    }

    .row > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

.text-right-login {
    font-weight: 600;
    font-size: 32px;
    color: #2F4858;
    margin: 5%;
}
.logo-default{
    margin:auto;
}
.color-text-white{
    color:#fff !important;
}
.w-500 {
    font-weight:500 !important;
}
.w-400 {
    font-weight: 400 !important;
}
.fload-right{
    float:right !important;
}
.padding-0{
    padding:0 !important;
}
.text_box{
    position:relative;
}
.icon-login-right {
    position: absolute;
    bottom: 17px;
    left: 12px;
    font-size:24px !important;
    color: #A0AEBF;
}

.logo-default {
    margin: auto;
}

.color-text-white {
    color: #fff !important;
}

.w-500 {
    font-weight: 500 !important;
}

.w-400 {
    font-weight: 400 !important;
}

.fload-right {
    float: right !important;
}

.padding-0 {
    padding: 0 !important;
}

.text_box {
    position: relative;
}

.icon-login-right {
    position: absolute;
    top: 17px;
    left: 12px;
    font-size: 24px !important;
    color: #A0AEBF;
}

input[type="text"]::placeholder {
}

input[type="password"]::placeholder {
}
