/*============================================================================
   #Webcms
==============================================================================*/
.resetpass{
    padding-top: 60px;
    padding-bottom: 100px;
}

.resetpass label {
    font-weight: bolder;
}

.resetpass input {
    width: 50%;
    outline: none;
    border: 1px solid #ddd;
    height: 40px;
}

.resetpass input:focus {
    box-shadow: 0 0 5px #ccc;
}

.resetpass button {
    margin-top: 10px;
    background-color: rgb(168, 116, 26);
    color: white;
    font-weight: bolder;
    font-size: 14px;
    width: 180px;
    outline: none;
}

@media(max-width:800px) {
    .resetpass input {
        width: 100%;
    }
}