﻿body {
    background-color: #fff;
}

.pwChange {
    padding: 100px 0;
    border: 1px solid #dedede;
    background: #fff;
    box-sizing: border-box;
}

.pwChangeBox {
    width: 400px;
    margin: 0 auto;
}

    .pwChangeBox input[type="password"] {
        margin-bottom: 20px;
        height: 50px;
        padding: 0 20px;
        font-size: 14px;
        line-height: 48px;
        letter-spacing: 0;
        font-weight: 300;
        color: #666;
        box-sizing: border-box;
        border: 1px solid #ddd;
        width: 100%;
        display: block;
    }

    .pwChangeBox input.mb55 {
        margin-bottom: 55px;
    }

    .pwChangeBox input[type="submit"] {
        font-size: 14px;
        width: 130px;
        height: 40px;
        line-height: 40px;
        letter-spacing: 0;
        font-weight: 400;
        color: #fff;
        background: #444;
        box-sizing: border-box;
        margin: 0 auto;
        border: 0;
        text-align: center;
        display: block;
    }

.button-wrap {
    text-align: center;
    margin-top: 20px;
}

.btn-change {
    background-color: #0d6efd;
    color: white;
/*    width: 50px;*/
    border: none;
    border-radius: 8px;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

    .btn-change:hover {
        background-color: #0b5ed7;
    }
}
