body{
    font-family: cairo;
}
.body-sub{
    background-image: url(../images/pexels-photoscom-93398.jpg);
    width: 100%;
    min-height: 100vh;
    background-position: center;
    background-size: cover;
}
.body-sub .rgba{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #02074a61;
}
.body-sub .form{
    width: 100%;
    height: 100%;
    padding: 80px;
    position: relative;
}
.body-sub .form .logo img{
    width: 260px;
    margin-bottom: 15px;

    
}
.body-sub .form .boxs{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    padding: 30px 15px;

}
.boxs p{
    color: #f6f6f6;
    margin-bottom: 30px;
    font-weight: 700;
}
.manu{
    color: #fff;
}
.manu p{
    margin: 0 4px 10px 0;
    color: #dad8d8;

    
}
.manu input{
    width: 100%;
    padding: 8px 10px;
    /* border: none; */
    border-radius: 7px;
    background-color: #191e27;
    /* border: 1px solid #16544c; */
    border: none;
    border-bottom: 2px solid #099886;
    margin-bottom: 19px;
    font-weight: 800;
    color: #fff;
    font-size: 13px;

}
.body-sub .form .boxs  button{
    margin: auto;
    display: flex;
    width: 150px;
    justify-content: center;
    height: 40px;
    align-items: center;
    border: none;
    background-color: #00ad97;
    color: #fff;
    margin-top: 22px;
}

@media(max-width: 700px){
    .body-sub .form{
        padding: 15px;

    }
    .body-sub{
        background-position: right;

    }
}


.form_input_error {
    border: 1px solid #f44336 !important;
}

.button-up {
    position: fixed;
    right: 38px;
    bottom: 25px;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #036b5e;
    border-radius: 39px;
    color: #00ad97;
    box-shadow: inset 0 -22px 25px 8px #224169;
    cursor: pointer;
    font-size: 20px;
    z-index: 100;
    transition: 0.8s;
}