body #main-content {
    font-family: 'Poppins', sans-serif;
}

.reset-password {
    margin-top: 70px;
}

.form_intro h3 {
    color: #44b5ad;
    font-weight: 600;
}

.form_intro p {
    line-height: 21px;
    margin-top: 10px;
    margin-bottom: 0;
}

.reset-pass_form {
    width: 100%;
    background: #fff;
    box-shadow: 10px 20px 40px #142cd617;
    border-radius: 16px !important;
    margin-top: 10px;
    padding-bottom: 10px;
}

.reset-pass_form label {
    font-weight: 600;
    margin-bottom: 8px !important;
    color: #000;
}

.reset-pass_form .reset_input {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    background: #efefef;
    border-radius: 8px;
    overflow: hidden;
}

.reset-pass_form .reset_input input {
    height: auto;
    line-height: 14px;
    padding: 11px 18px;
    background: #efefef;
    border-color: transparent;
}

.reset-pass_form .reset_input input:focus:invalid:focus {
    border-color: #44b5ad !important;
}

.reset-pass_form .reset_input i {
    padding: 0 10px;
    cursor: pointer;
}

input[type="text"],
input[type="password"],
textarea,
select {
    outline: none;
}

.form-control {
    display: block;
    width: 100%;
    padding: 12px 13px;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da85;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

button.btn.btn-primary.submit-btn {
    background-color: #44b5ad;
    border: none;
    width: 100%;
    padding: 12px 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    border-radius: 8px;
    box-shadow: 0px 8px 16px #142cd640;
}

.form-control.form-outer {
    border: none;
    padding: 58px 52px;
}

.form-group {
    margin-top: 24px;
    margin-bottom: 0 !important;
}

.ktt-logo img {
    padding-top: 10px;
    padding-bottom: 10px;
}

.error-msg {
    color: red;
}