@import "fonts.css";
@import "checkBox.css";
@import "hrb_alert.css";
html, body {
    padding: 110px 0 0 0;
    margin: 0;
    font-size: 14px;
    outline: none;
    -webkit-outline: none;
    min-width: 300px;
    font-family: Vazir;
    direction: rtl;
    background: url(../img/bg.jpg);
}
* {
    outline: none;
}
a {
    text-decoration: none;
    color: #616161;
}
a:hover {
    color: #9592c5;
}
button , input,select,textarea {
    font-family: Vazir;
    direction: rtl;
}
.content_login {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: #04a76a;
    transition: all 1s cubic-bezier(1, -0.37, 0, 1.35);
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 450px;
    margin: auto;
    transition-delay: 4s;
    background: transparent;
    padding-bottom: 10px;
}
.content_login .box_inputs {
    position: relative;
    width: calc(100% - 20px);
    display: flex;
    flex-direction: column;
    margin: 10px auto 5px;
    border-radius: 50px;
    transition: 0.5s all;
}
.content_login .box_inputs:nth-child(2) {
    transition-delay: 1.2s;
}
.content_login .box_inputs:nth-child(3) {
    transition-delay: 1.8s;
}
.content_login .box_inputs.description {
    border-radius: 0 !important;
    box-shadow: none !important;
    height: auto;
    min-height: 45px;
}
.content_login .box_inputs:nth-child(2) p {
    position: relative;
    width: 100%;
    text-align: center;
    color: #6d6d6d;
    transition: all 1s;
    transform: scale(0);
    transition-delay: 1.2s;
}
.content_login.active .box_inputs:nth-child(2) p {
    transform: scale(1);
}
.content_login.active .box_inputs {
    box-shadow: 0 0 8px -5px #000;
}
.content_login .box_inputs i {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    transition: all 1s;
    transform: scale(0);
}
.content_login.active .box_inputs i {
    transform: scale(1);
}
.content_login .box_inputs:nth-child(2) i {
    transition-delay: 1.2s;
}
.content_login .box_inputs:nth-child(3) i {
    transition-delay: 1.8s;
}
.content_login .box_inputs label {
    position: absolute;
    height: 45px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    padding-right: 0;
    color: #ffffff;
    transition: all 1s;
    opacity: 0;
    transform: translate(-100px, 0);
    pointer-events: none;
    z-index: 5;
    border-radius: 0px 50px 50px 0px;
    background: #4fb3b9;
    padding: 0 30px;
}
.content_login .box_inputs:nth-child(2) label {
    transition-delay: 1.2s;
}
.content_login .box_inputs:nth-child(3) label {
    transition-delay: 1.8s;
}

.content_login.active .box_inputs label {
    opacity: 1;
    transform: translate(0px, 0);
}
.content_login .box_inputs input {
    height: 45px;
    border: none;
    background: transparent;
    border-radius: 50px;
    color: #008888;
    padding-right: 0px;
    z-index: 1;
    outline: none;
    direction: ltr;
    text-align: left;
    padding-left: 35px;
    font-family: "Jazeel" , Vazir;
    font-size: 16px;
    padding-top: 8px;
    transition: all 1s;
    opacity: 0;
    transform: translate(200px,0);
}
.content_login.active .box_inputs input {
    opacity: 1;
    transform: translate(0,0);
}
.content_login .box_inputs:nth-child(2) input {
    transition-delay: 1.2s;
}
.content_login .box_inputs:nth-child(3) input {
    transition-delay: 1.8s;
}


.content_login .box_inputs input.fill {
    background: #fff;
}

.content_login:before {
    position: absolute;
    left: 0;
    top:0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    transition: all 1s cubic-bezier(1, -0.46, 0, 1.45);
    transform: scale(0);
    opacity: 0;
    background: #fff;
    box-shadow: 0 0 20px -12px #000;
    border-radius: 8px;
    transition-delay: 1.8s;
}
.content_login.active:before {
    transform: scale(1);opacity: 1;
}
.content_login h1 {
    font-size: 20px;
    margin: 10px 0 10px;
    color: #008888;
    transition: all 0.5s ease;
    transform: scale(0);
    width: 100%;
    text-align: center;
}
.content_login.active h1 {
    transition-delay: 0.4s;
    transform: scale(1);
}
.content_login h1:before {
    position: absolute;
    bottom: -10px;
    width: 0px;
    height: 1px;
    content: "";
    background: #008888;
    margin: auto;
    left: 0;
    right: 0;
    transition: all 0.5s ease;
}
.content_login.active h1:before {
    transition-delay: 0.8s;
    width: calc(100% - 20px);
}
.loading_login {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: #fdfdfd;
    transition: all 1s ;
}
.loading_login.hide {
    position: fixed;
    height: 0%;
}
.login_icon {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 150px;
    height: 150px;
    z-index: 11;
    margin: auto;
    font-size: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #008888;
    animation: loading 1s infinite ;
    transition: all 1s;
}
.login_icon.stop {
    bottom: calc(100% - 180px);
    animation: none;
    top: 30px;
}
.login_icon.stop.userProf {
    background: #ffffff;
    border-radius: 100%;
    overflow: hidden;
    font-size: 60px;
    box-shadow: 0 0 10px -5px #000;
}
.login_icon.ok:before{
    transition: all 1s cubic-bezier(0.69, 1.09, 0, 0.48);
    transform: scale(0);
}
.user_avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center / 100%;
    transition: all 1s cubic-bezier(0.69, 1.09, 0, 0.48);
    transform: scale(0);
    border-radius: 100%;
    opacity: 0;
}
.login_icon.ok .user_avatar {
    transform: scale(0.95);
    opacity: 1;
}
.box_remember {
    position: relative;
    width: calc(100% - 40px);
    margin: 10px auto 0;
    transition: all 1s;
    opacity: 0;
    transform: translateX(-150px);
    transition-delay: 2.4s;
}
.content_login.active .box_remember {
    opacity: 1;
    transform: translateX(-0px);
}
.box_link {
    position: relative;
    margin: 10px auto 0;
    width: calc(100% - 40px);
    transition: all 1s;
    opacity: 0;
    transform: translateX(-150px);
    transition-delay: 3s;
}
.content_login.active .box_link {
    opacity: 1;
    transform: translateX(0px);
}
a.forget_pass {
    position: relative;
    width: calc(100% - 40px);
    height: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 35px;
    color: #008888;
    /* font-weight: bold; */
}
a.forget_pass:focus {
    color: #6315a2;
}
a.forget_pass i {
    position: absolute;
    right: 0;
    width: 35px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.bottom_botton {
    position: relative;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    transition: all 1s cubic-bezier(1, -0.37, 0, 1.35);
    transform: scale(0);
    opacity: 0;
    transition-delay: 2.8s;
}
.content_login.active .bottom_botton {
    transform: scale(1);
    opacity: 1;
}
button.btnLogin {
    position: relative;
    width: 150px;
    height: 45px;
    border-radius: 50px;
    border: none;
    font-weight: normal;
    font-size: 16px;
    color: #ffffff;
    background: #01b98e;
    letter-spacing: 0px;
    transition: all 0.5s;
    cursor: pointer;
}

.content_login.active button.btnLogin:focus {
    background: #6315a2;
}
.content_login.active button.btnLogin:hover {
    color: #ffffff;
    background: #2d44b9;
}
.PoweredBy {
    position: absolute;
    top: calc(100% + 10px);
    transition: all 1s cubic-bezier(0.13, 1.07, 0.07, 1.03);
    transform: translateY(100px);
    opacity: 0;
    transition-delay: 2.5s;
}
.content_login.active  .PoweredBy {
    transform: translateY(0px);
    opacity: 1;
}
.moreBoxLogin {
    position: relative;
    width: calc(100% - 0px);
    margin: 0 auto -10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
}
@-webkit-keyframes loading {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.8);
    }
}
@keyframes loading {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.8);
    }
}
@media only screen and (max-width: 480px) {
    /**/
}
