.main {
    background: #f6f6f6;
}

.centerColumn.b2page {
    width: 740px;
    max-width: 94%;
    background: #ffF;
}

#accountPassword {
    padding: 60px 70px 80px;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 120px;
}

#accountPassword .page_title {
    font-size: 20px;
    line-height: 1;
    color: #666666;
    font-family: "Barlow_Regular";
    text-align: center;
    margin-bottom: 35px;
}

#accountPassword .page_title h1 {
    color: #000000;
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#accountPassword .page_bom form {
    width: 100%;
}

#accountPassword .page_bom #login .input {
    width: 100%;
    display: flex;
    flex-direction: column;

}

#accountPassword .page_bom #login .input label {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 18px;
    line-height: 1;
    color: #222222;
    font-family: "Barlow_Regular";
    padding: 12px 0;
}

#accountPassword .page_bom #login .input label a {
    font-size: 16px;
    line-height: 1;
    font-family: "Barlow_Regular";
    color: #666666;
}

#accountPassword .page_bom #login .input label a:hover {
    color: #e9901f;
}

#accountPassword .page_bom #login .input input {
    width: 100%;
    height: 50px;
    background: none;
    border-radius: 5px;
    outline: none;
    border: 1px solid #7d7d7d;
    text-indent: 1em;
    font-size: 18px;
    line-height: 1;
    font-family: "Barlow_Regular";
    color: #333;
}

#accountPassword .page_bom #login .button {
    width: 100%;
    margin-top: 30px;
}

#accountPassword .page_bom #login .button input {
    width: 100%;
    height: 50px;
    background: #e9901f;
    border-radius: 5px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    font-family: "Barlow_bold";
}


#accountPassword .page_bom #login .from_b {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #222222;
    margin-top: 20px;
    line-height: 1;
    font-family: "Barlow_Regular";
}

#accountPassword .page_bom #login .from_b a {
    font-size: 16px;
    line-height: 1;
    color: #e9901f;
    font-family: "Barlow_Regular";
    margin-left: 3px;
}



@media (max-width: 1220px) {
    #accountPassword {
        padding: 50px 60px 70px;
        margin-top: 50px;
        margin-bottom: 90px;
    }

    #accountPassword .page_title {
        margin-bottom: 24px;
    }

    #accountPassword .page_title h1 {
        font-size: 36px;
    }
}

@media (max-width: 1099px) {
    #accountPassword {
        padding: 40px 46px 50px;
        margin: 0 auto;
        margin-top: 60px;
        margin-bottom: 90px;
    }

    #accountPassword .page_title h1 {
        font-size: 32px;
        margin-bottom: 8px;
    }

    #accountPassword .page_title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    #accountPassword .page_bom #login .input label {
        font-size: 16px;
        padding: 8px 0;
    }
}

@media (max-width: 790px) {
    #accountPassword {
        padding: 30px 20px 30px;
        margin-top: 30px;
        margin-bottom: 50px;
    }

    #accountPassword .page_bom #login .button {
        margin-top: 24px;
    }

    #accountPassword .page_bom #login .from_b {
        font-size: 16px;
        margin-top: 24px;
    }

    #accountPassword .page_title h1 {
        font-size: 28px;
    }

    #accountPassword .page_title {
        font-size: 14px;
    }
}


