@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* .authenty {
    height: auto;
    min-height: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    background: url('../images/eTrucknow_tms.jpg') #142c54 33% 50% no-repeat;
    background-attachment: fixed;
    background-size: cover;
} */



/* .authenty .container {
    position: relative;
    height: 100vh;
} */

/* .authenty .branding {
    max-width: 360px;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 16px;
} */

/* .authenty .logo {
    width: 240px;
}

.authenty .tagline {
    font-size: 16px;
    margin: 16px 0 0;
} */


/* 
/* .authenty a {
    color: inherit;
}

.authenty h1 {
    margin: 0 0 24px;
    color: #fff;
} */ */



.authenty .alert {
    padding: 4px 8px;
    margin-bottom: 16px;
}

/* .authenty .form-container {
    max-width: 480px;
    margin-top: 16px;
    margin-left: auto;
    background: rgba(6, 18, 38, .66);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-radius: 16px;
    padding: 24px;
} */



.authenty .account-type-primary {
    font-size: 20px;
}

.authenty .account-type-secondary {
    font-size: 14px;
    margin-bottom: 12px;
}

.authenty .account-type {
    font-weight: normal;
    margin: 0 12px 12px 0;
    line-height: 22px;
}

.authenty .account-type .iradio_square-blue {
    margin-right: 4px;
    vertical-align: top;
}

.authenty .form-group {
    position: relative;
}



.authenty .toggle-password-field {
    padding-right: 34px;
}

.authenty .btn.toggle-password {
    padding: 0 8px;
    line-height: 34px;
    color: inherit;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: none;
}

.authenty .btn.toggle-password:hover {
    color: inherit;
}

.authenty .btn.toggle-password .fa {
    font-size: 18px;
}





.authenty .form-control::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.authenty .form-control:focus::-moz-placeholder {
    opacity: .5;
}

.authenty .form-control:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

.authenty .form-control:focus::-ms-input-placeholder {
    opacity: .5;
}

.authenty .form-control::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

.authenty .form-control:focus::-webkit-input-placeholder {
    opacity: .5;
}



body{    font-family: "Poppins", sans-serif !important;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{font-family:"Poppins", sans-serif !important;}
.p-0{padding:0px !important;}
.loginSvk .branding{background-color:#fff; width: 100%;     height: 100vh;
    box-shadow: 8px 0px 6px #61748E24;}
.loginSvk.authenty{background-color:#f1f7fa;}





.rightLoginSvk{padding-top: 40px;}
.rightLoginSvk .form-container{    padding: 10px 40px 40px 40px;} 
.rightLoginSvk img{
    margin-left:auto;
    width: 323px;
    margin-right: auto;
    display: block;
    margin-bottom: 32px;
}
.rightLoginSvk h1{
    font-size:30px;
    font-weight:600;
    color: #3B4B60;
    margin-bottom: 9px;
}

.rightLoginSvk h6{font-size:15px; font-weight:400; color:#808aa4;}

.rightLoginSvk .btn-primary{
    border-radius: 40px;
    font-size: 17px;
    background-color: #61748E !important;
    color: #fff !important;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 15px;
    border: none !important;
    outline: none !important;
    transition: 0.5s;
    padding: 10px;
}
.rightLoginSvk .btn-primary:hover{ background-color:#38475c !important;     transition: 0.5s;}

.rightLoginSvk .form-control {
        color:#000;
        background: none;
        border: 0;
        box-shadow: none;
        border-bottom: 1px solid #94A7C0;
        padding-left: 6px;
        padding-right: 6px;
        padding-bottom: 17px;
        font-size: 16px;
    }

    .rightLoginSvk .form-control:focus{ 
            box-shadow: none;   background-color: transparent !important;
            color: #000;
            border-bottom: 1px solid #94A7C0;
        }
    
.rightLoginSvk .form-group {
              margin-bottom: 46px;
    }
.rightLoginHeading{padding-bottom:34px;}

.forgotPassword{display: inline-block; margin-top:-15px;   width: 100%;}
.forgotPassword a{text-align: right; font-size: 15px; font-weight: 500; color: #4E5E89;
  border-bottom: solid 1px #4E5E89; float: right;       text-decoration: none;}
.forgotPassword a:hover{color: #7a88ae; border-color:#7a88ae;     text-decoration: none;}

