p {
    color: rgba(67, 72, 73, 0.86);
}

label {
    font-weight: 200;
}

h3 {
    font-size: 18px;
    color: #4e4f4b;
    font-weight: 400;
}

input[type="password"] {
    background-color: white;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: rgba(67, 72, 73, 0.86);
    font-size: 14px;
    font-weight: 300;
    height: 36px;
    outline: 0 none;
    text-indent: 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.but {
    background-image: none !important;
    border-radius: 2px !important;
    border-width: 0;
    box-shadow: none;
    cursor: pointer;
    filter: none;
    font-size: 14px;
    outline: none !important;
    padding: 8px 14px;
    text-shadow: none;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
}

.but.blue {
    background-color: rgba(75, 141, 248, 0.8);
    color: white;
}

.but.blue:hover {
    background-color: rgb(75, 141, 248);
}

.ps-reset-form #pswd_info {
    top: 10px;
    left: 16px;
    width: 300px;
}
.password-container{
    position: relative;
}
.passWordcheckIcon{
    background: #fff0  url(../../images/system/icon/form/20/password_show-alt.png) no-repeat right center !important;
    width: 40px;
    height: 18px;
    display: block;
    position: absolute;
    top: 25%;
    right: 4%;
    cursor: pointer;
}
.passWordcheckIcon.fa-eye-slash{
    background: #fff0 url(../../images/system/icon/form/20/password_hide.png) no-repeat right center !important;
}

.password-container input[type="text"] {
    background-color: white;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: rgba(67, 72, 73, 0.86);
    font-size: 14px;
    font-weight: 300;
    height: 36px;
    outline: 0 none;
    text-indent: 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.top-28{
    top: 28px !important;
}