.middle65 input {
    direction: ltr;
    padding-left: 20px;
    font-size: 18px;
    border-radius: 35px;
    border: none !important;
    outline: none !important;
}

.middle65 label {
    color: blue;
    font-weight: 400;
    font-family: "Aviny";
}

.butt67 {
    display: flex;
    margin: 25px auto;
    width: 50%;
    justify-content: center;
    background-color: #31d2f2 !important;
}

.butt67:hover {
    background-color: black;
    color: white;
    border: none !important;
    box-shadow: none !important;
}

.jss68 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 713px;
}

.conter_login {
    margin: 85px auto;
    max-width: 75%;
}

.conter_login .header {
    text-align: center;
}

.conter_login .header>.h3 {
    font-size: 15px;
    font-weight: 800;
}

.logo_login {
    width: 50%;
    margin-bottom: 35px;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .jss68 {
        display: none !important;
    }
}