.account-nav .nav-button {
    padding: 3px 10px;
    margin-top: 1px;
}

.hidden {
    display: none;
}

.form_container form {
    width: 100%;
}

.form_container form input {
    border-radius: 0 0.25rem 0.25rem 0 !important;
}

.login-form {
    height: auto;
    width: 100%;
    margin: 80px 0;
    /*background: #f39c12;*/
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%),
        0 6px 20px 0 rgb(0 0 0 / 19%);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
    padding: 40px;
    position: relative;
    display: block;
}

.login_btn {
    width: 100%;
    background: #e56e21 !important;
    color: white !important;
    text-transform: uppercase;
    padding: 7px 0;
}
.login_btn:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.input-group-text {
    background: #eeeeee !important;
    color: #495057 !important;
    border: 1px solid #ced4da;
    border-radius: 0.25rem 0 0 0.25rem !important;
    width: 40px;
}

.input_user,
.input_pass:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #e56e21 !important;
}

.custom-control {
    margin-top: 17px;
    margin-bottom: 25px;
}

.login-header {
    padding: 10px 0;
    color: #000;
    margin-bottom: 30px;
    font-size: 27px;
    font-weight: bold;
}

input#email {
    border-radius: 0 5px 5px 0 !important;
}

.account-sidebar {
    background: #eee;
    color: #495057;
    border-radius: 3px;
}

.account-sidebar li.nav-item {
    padding: 0px 10px;
    margin: 0;
}

.account-sidebar li.nav-item .nav-link {
    color: #495057;
}

.account-sidebar li.nav-item:hover,
.account-sidebar li.nav-item.active {
    background: #e56e21;
}

.account-sidebar li.nav-item:hover .nav-link,
.account-sidebar li.nav-item.active .nav-link {
    color: #fff;
}

.color-light {
    color: #9f9f9f;
}

.hr {
    border-top: 2px solid #000;
}

.to-edit {
    font-size: 16px;
    float: right;
    font-weight: 600;
}

.to-edit:hover {
    text-decoration: none;
    color: #9f9f9f;
}

@media (max-width: 992px) {
    .account-nav .nav-button {
        padding: 1rem !important;
        width: 100%;
        text-align: left;
        border-radius: 0px;
    }
}
