#main {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

div.components::before {
    content: "修改密码";
    font-size: 17px;
    font-weight: bold;
    color: #666666;
}

.components {
    width: auto;
    padding: 40px 50px;
}

.components .component_item {
    width: 100%;
    height: 46px;
    margin-bottom: 20px;
}


.components div.component_item > .label {
    position: relative;
    top: 10px;
    margin-right: 14px;
    padding-right: 0;
    text-align: left;
}

.components div.component_item:first-child {
    margin-top: 30px;
}

.components div.component_item .component > input {
    width: 400px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #d1d1d1;
    padding-left: 10px;
}


.button>button:enabled {
    background: #2170d9;
    margin-bottom: 30px;
    clear: both;
    height: 40px;
    width: 90px;
    color: #ffffff;
    border: 1px solid #2170d9;
}

.button>button:hover {
    background: #2170d9e6;
}

.button>button:focus {
    outline: 0;
}

.button:last-child > button {
    margin-left: 25px;
    border: 1px solid #e3e5e8;
    background-color: #fff;
    color: #333333;
}

.button:last-child > button:hover {
    border-color: #57a3f3;
}
