.inner-wrapper, .inner {
    width: 100%;
}

#recover-password {
    background: #F5F5F5;
    padding: 64px 0;
}

#recover-password .row {
    margin: 0;
}

#recover-password-con {
    width: 400px;
}

#recover-password .page-title {
    margin: 24px 0;
    font-size: 32px;
    line-height: 48px;
    align-items: center;
    color: #000000;
}

#recover-password .page-desc {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    text-align: center;
    color: #666666;
}

#recover-password .input-box {
    margin-bottom: 24px;
}

#recover-password .input-box label {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    color: #333333;
}

#recover-password .input-box input[type='text'] {
    width: 400px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    border-radius: 4px;
}

#recover-password .input-box input[type="submit"] {
    width: 400px;
    padding: 8px;
    background: #5082AF;
    border: 1px solid #497399;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    -webkit-appearance: none;
}
#recover-password .input-box input[type="submit"]:disabled {
    background: #CCCCCC;
    border: 1px solid #CCCCCC;
}

@media screen and (max-width: 767px) {
    #recover-password {
        padding: 64px 15px;
    }

    #recover-password-con {
        width: 345px;
    }

    #recover-password .input-box input[type='text'] {
        width: 345px;
    }

    #recover-password .input-box input[type="submit"] {
        width: 345px;
    }
}