#forgotpass .field-block {
    position: relative;
    display: block;
    width: 480px;
    margin: 0 auto;
}
#forgotpass label {
    position: absolute;
    top: 14px;
    left: -33px;
    color: #9ba3ae;
    font-size: 14.4px;
    transition: 0.4s;
    cursor: text;
    font-weight: 300;
}
.enter_sup .long_button{
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
}
.enter_sup .long_button:hover{
    background: #02DAF3 !important;
}
#forgotpass input {
    border: 1px solid #d3d7d7;
    height: 50px;
    border-radius: 3px;
    padding-left: 16px;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    font-weight: 300;
    margin: 0 auto 40px auto !important;
    width: 100%;
    background: white;
}
#forgotpass input:hover, #forgotpass input:focus {
    box-shadow: none!important;
}
#forgotpass .line_error {
    font-size: 12px;
    text-align: left;
    color: #f00;
    width: 480px;
    position: absolute;
    top: 52px;
    left: 50%;
    margin-left: -225px;
}
#forgotpass .long_button {
    cursor: pointer;
    outline: none !important;
}
.link-login {
    margin-left: 0 !important;
    color: #1db2c3;
}
.link-login:hover {
    color: #1db2c3;
}
#forgotpass .long_button:hover {
    background: #02DAF3 !important;
}
.main_title {
    font-weight: 700;
    overflow-x: hidden;
    padding: 40px 0;
    text-align: center;
}
.main_title h2{
    margin: 0;
    text-align: center;
}
.enter_form_block label {
    font-size: 14px;
    margin: auto;
    max-width: 480px;
    padding-left: 50px;
    position: relative;
    text-align: left;
}
#forgotpass label {
    position: absolute;
    top: 14px;
    left: -33px;
    color: #9ba3ae;
    font-size: 14.4px;
    transition: 0.4s;
    cursor: text;
    font-weight: 300;
}
.long_button {
    background: #13b6c8;
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    height: 60px;
    margin: 20px auto 0;
    max-width: 100%;
    outline: 1px solid #fff;
    outline-offset: -5px;
    width: 480px;
    border-radius: 50px;
}
.enter {
    padding: 100px 0 200px;
    text-align: center;
}


@media screen and (max-width: 768px) {
    #forgotpass {
        width: 90%;
        margin: 0 auto;
    }
    #forgotpass .field-block input {
        width: 100%;
        padding: 0;
    }
    #forgotpass .field-block {
        display: block;
        width: auto;
    }
}

@media screen and (max-width: 620px) {
    .container {
        padding: 70px 0 0 !important;
    }
}
@media screen and (max-width: 542px) {
    .enter, .reg {
        padding: 30px 10px !important;
    }
}