.page-login {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 12em;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}
.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.login-page-setting {
    margin-top: 22em;
}

.login-input-left {
    float: left;
}
.text-black {
    color: #000000d1;
}
.bg-loginAuth {
    background-image: url(../images/login/bg-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    background-position: center;
    width: 100%;;
}
.color-lightBlack{
    color: #333 !important;
}

/* New design css */

	/* Coded with love by Mutiullah Samim */
    
    .user_card {
        height: 427px;
        width: 425px;
        margin-top: auto;            
        margin-bottom: auto;
        background: #fff;
        position: relative;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 10px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        border-radius: 0px;

    }
    /* .brand_logo_container {
        position: absolute;
        height: 170px;
        width: 170px;
        top: -75px;
        border-radius: 0%;
        background: #fff;
        padding: 10px;
        text-align: center;
    }
    .brand_logo {
        height: 150px;
        width: 150px;
        border-radius: 50%;
        border: 2px solid white;
    } */

    .login-mt-10{
        margin-top: 10em;
    }

    .login-mt-16{
        margin-top: 16em;
    }
  
    .brand_logo {
        margin-top: -3em;
    }
    .form_style{
        margin-top: 2em;
    width: 22em;
    }
    .form_container {
        margin-top: 6px;
    }
    .login_btn {
        width: 100%;
        background: #00b663  !important;
        color: white !important;
    }
    .login_btn:focus {
        box-shadow: none !important;
        outline: 0px !important;
    }
    .login_container {
        padding: 7px 3rem;
    }
    .font-setting{
        color:  #6dba4e;
        font-weight: 600;
    }
    .input-group-text {
        background: #6dba4e   !important;
        color: white !important;
        border: 0 !important;
        border-radius: 0.25rem 0 0 0.25rem !important;
    }
    .input_user,
    .input_pass:focus {
        box-shadow: none !important;
        outline: 0px !important;
    }
    .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
        background-color: #333 !important;
    }              

    /* @media screen and (min-width: 1440px) {
        .height-55t {
            height: 71.8em ;
        }
        .login-mt-10 {
            margin-top: 19em;
        }
      }

      @media screen and (min-width: 1409px) {
        .height-55t {
            height: 71.8em ;
        }
        .login-mt-10 {
            margin-top: 19em;
        }
      } */