form.user-pass {
    max-width: 575px;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 75%;
    margin-bottom: 50px;
}

form.user-pass input[type="text"]:focus, form.user-pass input[type="password"]:focus  {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}
form.user-pass input[type="submit"] {
    background: linear-gradient(138deg, rgba(98, 146, 158, 0.80) -15.04%, #62929E 104.44%) !important;
    color: #fff !important;
    font-family: "Kanit" !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    text-align: center !important;
    display: block;
    width: 100%;
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
    line-height: 46px;
    border-radius: 20px !important;
    margin-bottom: 1rem !important;
}
form.user-pass label {
    color: rgba(51, 51, 51, 0.50);
    font-size: 18px;
    font-family: "Kanit";
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
form.user-pass .description {
    color: rgba(51, 51, 51, 0.50);
    font-family: "Kanit";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 5px;
}
form.user-pass .form-item {
    margin-bottom: 25px;
}
@media (max-width: 499.98px) { 
    form.user-pass {
        max-width: 90%;
    }
}

.user-pass{
    border: solid 1px red;
    padding: 60px 80px;
    border-radius: 7px;
    box-shadow:  0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border: 1px solid #dee2e6!important;
}
form.user-pass .description {
    color: rgba(51, 51, 51, 0.50);
    font-family: "Kanit";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 5px;
}
/*form simple*/



/* style */

.form-text{
    width: 100%;
    border-radius: 10px;
    background: #F6F6F6;
    font-family: "Kanit";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: rgba(51, 51, 51, 0.8);
    border: none;
    padding: 20px !important;
    margin-top: 1rem !important;
}

#user-pass {
    padding: 1rem !important;
    margin-top: 2rem !important;
    background: #fff;
}

#user-pass p {
    margin: 1rem 0 !important;
}

label[for="edit-name"] {
    margin: 1rem auto !important;
}


.container {
	max-width: 760px;
  margin: 20px auto !important;
}

.cool-messages.messages .context {
	padding: 0.5rem !important;
}