body {
    font-family: 'Poppins', sans-serif;
    color: #424242;
}

.img-fluid {
    max-width: 100% !important;
    height: auto;
}

.form-control:focus {
    box-shadow: none;
}

.login {
    background: #eef1f6;
}

.login a {
    text-decoration: none;
}

.login h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Jost', sans-serif;
}

.login .bg-img {
    background: url(../images/login-bg.jpg) top left repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    min-height: 100vh;
    text-align: left;
    z-index: 10;
    opacity: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 30px 30px;
}

.login .bg-img:after {
    position: absolute;
    right: -1px;
    top: 0;
    width: 276px;
    height: 100%;
    content: "";
    z-index: -1;
    background: url(../images/grip-pattern.png) top left repeat;
}

.login .form-check-input:checked {
    display: none;
}

.login .form-section {
    min-height: 100vh;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.login .form-section .form-box {
    width: 100%;
    position: relative;
}

.login .login-inner-form {
    max-width: 450px;
    color: #535353;
    width: 100%;
    text-align: center;
    background-color: #ffffff;
    padding: 3%;
    border: 1px solid #eceff7;
    border-radius: 5px;
}

.login .login-inner-form p {
    color: #535353;
    font-size: 16px;
    margin: 0;
}

.login .login-inner-form p a {
    color: #535353;
    font-weight: 500;
}

.login .login-inner-form img {
    margin-bottom: 15px;
    height: auto;
}

.login .login-inner-form h3 {
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: 400;
    color: #040404;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.login .login-inner-form .form-group {
    margin-bottom: 25px;
}

.login .login-inner-form .form-control {
    outline: none;
    width: 100%;
    padding: 10px 10px;
    font-size: 16px;
    outline: 0;
    font-weight: 400;
    color: #535353;
    height: auto;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    background-color: #f1f1f1;
}

.login .login-inner-form select {
    outline: none;
    width: 100%;
    padding: 10px 10px;
    font-size: 16px;
    outline: 0;
    font-weight: 400;
    color: #535353;
    height: auto;
    border-radius: 3px;
    border: 1px solid #cfdaff;
    background-color: #eff1f8;
    cursor: pointer;
}

.login .login-inner-form .btn-md {
    cursor: pointer;
    height: 55px;
    color: #fff;
    padding: 15.5px 50px 14.5px 50px;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    border-radius: 3px;
}

.login .login-inner-form input[type=checkbox],
input[type=radio] {
    margin-right: 3px;
}

.login .login-inner-form button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.login .login-inner-form .btn-theme.focus,
.btn-theme:focus {
    box-shadow: none;
}

.login .login-inner-form .btn-theme {
    background: #e21f1d;
    border: none;
    color: #fff;
}

.login .login-inner-form .btn-theme:hover {
    background: #202249;
}

.login .login-inner-form .checkbox .terms {
    margin-left: 3px;
}

.login .informeson {
    color: #fff;
    max-width: 450px;
}

.login .informeson h1 {
    color: #e21f1d;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.login .informeson p {
    color: #fff;
    margin-bottom: 25px;
    line-height: 25px;
    font-size: 15px;
}

.login .none-2 {
    display: none;
}

.login .btn-section {
    margin-bottom: 30px;
}

.login .login-inner-form .terms {
    margin-left: 3px;
}

.login .login-inner-form .form-check {
    float: left;
    margin-bottom: 0;
    padding-left: 0;
}

.login .login-inner-form .form-check a {
    color: #535353;
    float: right;
}

.login .login-inner-form .form-check-input {
    display: none;
}

.login .login-inner-form .form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    top: 0;
    height: 20px;
    margin-left: -25px;
    border-radius: 2px;
    border: 1px solid #d7d7d7;
    background-color: #f1f1f1;
    cursor: pointer;
}

.login .login-inner-form .form-check-label {
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 16px;
}

.login .login-inner-form .checkbox-theme input[type="checkbox"]:checked+label::before {
    background-color: #e21f1d;
    border-color: #b11721;
}

.login .login-inner-form input[type=checkbox]:checked+label:before {
    font-weight: 600;
    color: #fff;
    line-height: 17px;
    font-size: 14px;
    content: "\2713";
    padding-left: 1px;
}

.login .login-inner-form input[type=checkbox],
input[type=radio] {
    margin-top: 4px;
}

.login .login-inner-form .checkbox a {
    font-size: 16px;
    color: #535353;
    float: right;
}

.login h1 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 20px;
}

.login .typing>* {
    overflow: hidden;
    white-space: nowrap;
    animation: typingAnim 3s steps(50);
}

@keyframes typingAnim {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

/* Social list */
.login .social-list a {
    transition: transform 0.4s linear 0s, border-top-left-radius 0.1s linear 0s, border-top-right-radius 0.1s linear 0.1s, border-bottom-right-radius 0.1s linear 0.2s, border-bottom-left-radius 0.1s linear 0.3s;
    border-radius: 50%;
}

.login .social-list a i {
    transition: transform 0.4s linear 0s;
}

.login .social-list a:hover {
    transform: rotate(360deg);
    border-radius: 50px;
}

.login .social-list a:hover i {
    transform: rotate(-360deg);
}

.login .social-list .buttons {
    display: flex;
}

.login .social-list a {
    text-decoration: none !important;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    margin: 0 4px 5px;
    font-size: 20px;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.login .social-list a i {
    position: relative;
    z-index: 3;
}

.login .social-list a.facebook-bg {
    color: #4867aa;
}

.login .social-list a.twitter-bg {
    color: #33CCFF;
}

.login .social-list a.google-bg {
    color: #db4437;
}

.login .social-list a.dribbble-bg {
    color: #2392e0;
}

.finger-print {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gradient-green {
    background-image: linear-gradient(15deg, #02a8b5 0, #31ce77 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

hr{
    background-color: #bfbfbf;
}

/************ Page Biometric  / Finger Print **************/

.login .biometric-bg-img {
    background: url(../images/biometric-bg.jpg) top left repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    min-height: 100vh;
    text-align: left;
    z-index: 10;
    opacity: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 30px 30px;
}

.login .biometric-bg-img:after {
    position: absolute;
    right: -1px;
    top: 0;
    width: 276px;
    height: 100%;
    content: "";
    z-index: -1;
    background: url(../images/grip-pattern.png) top left repeat;
}

.scan
{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.scan .fingerprint
{
    position: relative;
    width: 200px;
    height: 270px;
    background: url(../images/bio-finger-thump.png) no-repeat;
    background-size: 200px;
}  
.scan .fingerprint::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bio-finger-thump-scan.png)no-repeat;
    background-size: 200px;
    animation: animate 4s ease-in-out infinite;
}
@keyframes animate
{
    0%,100%
    {
        height: 0%;
    } 
    50%
    {
        height: 100%;
    }   
}
.scan .fingerprint::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1%;
    background: #3fefef;
    border-radius: 8px;
    filter: drop-shadow(0 0 20px #3fefef) drop-shadow(0 0 60px #3fefef);
    animation: animate_line 4s ease-in-out infinite;
}
@keyframes animate_line
{
    0%,100%
    {
        top: 0%;
    } 
    50%
    {
        top: 100%;
    }
}
.scan h3{
    text-transform: uppercase;
    font-size: 2em;
    letter-spacing: 2px;
    color: #3fefef;
    filter: drop-shadow(0 0 20px #3fefef) drop-shadow(0 0 60px #3fefef);
    animation: animate_text 0.9s steps(1) infinite;
}
@keyframes animate_text
{
    0%,100%
    {
        opacity:0;
    } 
    50%
    {
        opacity:1;
    }   
}

/*********** Page Enroll *************/

/************ Page Biometric  / Finger Print **************/

.login .enroll-bg-img {
    background: url(../images/enroll-bg.jpg) top left repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    min-height: 100vh;
    text-align: left;
    z-index: 10;
    opacity: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 30px 30px;
}

.login .enroll-bg-img:after {
    position: absolute;
    right: -1px;
    top: 0;
    width: 276px;
    height: 100%;
    content: "";
    z-index: -1;
    background: url(../images/grip-pattern.png) top left repeat;
}