
.custom-bg {
    /* background-color:#83BC05; */
    background-position: center center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-attachment: fixed!important;
}

/* For mobile devices */
/* @media only screen and (max-width: 767px) {
    body {
        background-image: url("assets/img/login/bg-doj-green.png");
    }
} */

.ac-text {
    margin-top: 4.3rem !important;
    position: absolute;
}
.ac-alert {
    margin-left: 2.9rem ;
    margin-top: 5.1rem ;
    line-height: 1 !important;
}
.ac-text-login{
    color:white;
    padding-left: 7rem!important;
    padding-right: 6rem;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    margin-top: -.6rem;
}
.ac-alert {
    margin-bottom: -50.5rem !important;
    position: absolute;
}
.center-screen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}
.user_card {
    height: 450px;
    max-width: 350px;
    margin-top: auto;
    margin-bottom: auto;
    background:rgba(59, 163, 25, 0.75);
    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: 5px;
}
.logo-container {
    position: absolute;
    height: 170px;
    width: 170px;
    top: -75px;
    border-radius: 50%;
    /* background-image: radial-gradient(circle, #2b6f14, #3f8214, #549513, #6ba90f, #83bc05); */
    background:rgba(131,188,5,0.75);
    padding: 10px;
    text-align: center;
}
.logo {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 2px solid white;
}
.form_container {
    margin-top: 100px;
}
.login_btn {
    width: 100%;
    background: #83BC05 !important;
    color: #1D4F0C !important;
}
.login_btn:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.login_btn:hover{
    background: #bdff07 !important;
    color: #1D4F0C !important;
}
.login_container {
    padding: 0 2rem;
}
/* Custom Input Group */
.cus-group i {
    position: absolute;
    top: 11px;
    left: 27px;
}
.eye i {
    position: absolute;
    top: 11px;
    right: 25px;
    cursor: pointer;
}
.cus-group input {
    padding-left: 40px;
}
.pass{
    padding-right: 40px;
}
