.account-background {
    background: url(../public/img/bg-img/1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 160vh;
    margin-top: 20px;
}

.account {
    width: 100%;
    margin: 0 auto;
    padding-top: 16px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    background-color: rgba(237, 234, 234, 0.98);
    border: 0;
    border-radius: 0;
}

.account-big {
    max-width: 990px;
    padding: 24px;
}
.account-big a {
    color: #b9babb;
}

.account-big a:hover {
    color: #b9babb;
}

.account-small {
    max-width: 400px;
    padding: 30px 30px 40px 30px;
}
.account-small a {
    color: #b9babb;
}

.account-small a:hover {
    color: #b9babb;
}

.account h3 {
    color: #4c4d4f;
    font-size: 26px;
    font-weight: 600;
}

.account h6 {
    opacity: .9;
}

.account label {
    font-size: 13px;
    font-weight: 500;
    color: #8690a6;
    margin-left: auto;
    line-height: 16px;
    margin-bottom: 0.3rem;
    align-items: start;
}

.account label input {
    margin-right: 4px;
    margin-top: 2px;
    background: rgb(212 221 231 / 20%);
    border: 1px solid rgb(212 221 231 / 70%);
}

.account .form-control {
    background: transparent;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #d3dce7;
    color: #2b303b;
    background: rgba(255,255,255,1);
    font-size: 1.7375rem;
    font-weight: 400;
    height: 40px;
    line-height: 2em;
    padding: 4px 20px;
    -webkit-transition: border 200ms ease-in-out;
    -o-transition: border 200ms ease-in-out;
    transition: border 200ms ease-in-out;
    width: 100%;
    text-transform: none;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    background: rgba(214, 233, 255, 0.2);
    border: 1px solid rgba(142, 178, 219, 0.7);
}

.account select {
    border-radius: 0;
    border: 1px solid #d3dce7;
    color: #8690a6;
    font-size: 14px;
    height: calc(1.5em + 0.75rem + 7px);
    background: rgb(212 221 231 / 20%) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
    border: 1px solid rgb(212 221 231 / 70%);
}

.divider-line {
    height: 100%;
    width: 1px;
    background: #F2F2F2;
    background: rgb(212 221 231 / 60%);
    position: absolute;
    right: 0;
    margin-right: 325px;
}

.custom-control label {
    font-size: 12px;
    line-height: 15px;
}

.custom-control a {
    color: #00749f;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
    background-color: #fff;
    border: #d3dce7 solid 1px;
    width: 12px;
    height: 12px;
    top: 0.35rem;
}
.custom-control.material-checkbox {
    --color: #549eff;
}

.custom-control {
    display: flex;
    align-items: center;
}
.custom-control.material-checkbox .material-control-input  {
    margin-right: 10px;
}
.custom-control.material-checkbox .material-control-description {
    margin: 0;
}

.custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator {
    border-color: var(--color);
    -webkit-transform: rotateZ(45deg) translate(1px, -5px);
    transform: rotateZ(45deg) translate(1px, -5px);
    width: 10px;
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
}

.custom-control.material-checkbox .material-control-indicator {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #d3dce7;
    transition: .3s;
}

.btn-default {
    background-color: #00A3E0;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    color: #ffffff;
    padding: 14px;
    border: 0;
    text-align: center;
}

p small {
    line-height: 15px;
}

.logo1 {
    margin: 0 auto;
    display: block;
    margin-top: 90px;
    margin-bottom: 8px;
}

.custom-control-label::after {
    left: -1.6rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #00A3E0;
    background-color: #00A3E0;
}

.forgot-password {
    font-size: 13px;
    font-weight: 500;
    color: #8690a6!important;
    margin-left: auto;
    line-height: 16px;
    display: block;
    margin-bottom: 5px;
}
.ml-auto  .forgot-password:hover{
    color: #00A3E0;
}
.btn-outline-custom {
    border: 1px solid #00A3E0;
    color: #00A3E0 !important;
}

.divider {
    position: relative;
    margin: 27px 0;
    width: 100%;
    text-align: center;
}

.divider:before {
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #eee;
}

.divider span {
    font-size: 1rem;
    font-weight: 300;
    color: #ccc;
    padding: 0 15px;
    position: relative;
    z-index: 2;
    background-color: #fff;
}

@media (max-width: 991px) {
    .account-background {
        height: 100%;
        padding-top: 20px;
        padding-bottom: 200px;
    }

.logo {
    margin-top: 0;
    }
}
/* Account Welcome
	----------------------------------- */
.account-welcome-box {
    padding: 100px 0;
}

.account-welcome-box .container-fluid {
max-width: 1100px;
width: 100%;
}

.account-welcome-box .card.card-account {
height: 270px;
padding: 40px 40px 40px 40px;
border: 0;
position: relative;
display: block;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
border: 1px solid hsla(200, 3%, 92%, 1);
}

.account-welcome-box .card.card-account .title {
    font-size: 19px;
}

.account-welcome-box .card.card-account .text {
    font-weight: 300;
    font-size: 16px;
}

.account-welcome-box .card.card-account img {
    max-width: 100px;
    width: 100%;
}

.account-welcome-box .card.card-account .btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 30px;
}

/* Banner
	----------------------------------- */
.account-info-banner {
    padding: 80px 0;
    background: linear-gradient(to right, rgba(255,255,255,0.75), rgba(255,255,255,0.75)), url(../images_webteam/account-background2.jpg);
    background-position: 100% 32%;
}

.account-info-banner .container-fluid,
.account-info-box .container-fluid,
.account-welcome-banner .container-fluid {
    max-width: 1500px;
    width: 100%;
}
.account-welcome-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, rgba(255,255,255,0.75), rgba(255,255,255,0.75)), url(../images_webteam/account-background3.jpg);
    padding: 80px 0;
}

.account-welcome-banner h1 {
    font-size: 50px;
}

.account-welcome-banner .btn-account {
    font-size: 19px;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
    border: 1px solid hsla(200, 3%, 92%, 1);
    color: #54585a;
    background: #ffffff;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .account-welcome-banner .btn-account img {
        max-width: 95px;
        width: 100%;
        margin: 0 auto;
    }

/* Footer
----------------------------------- */
.footer-account {
    width: 100%;
    /* background: rgb(36, 48, 55); */
    display: flex;
    align-items: center;
}

.footer-account {
    position: absolute;
    bottom: 0;
}

.footer-account {
    position: fixed;
    bottom: 0;
}

.footer-account .container-fluid {
    max-width: 1500px;
    width: 100%;
}

.footer-account .footer-link {
    color: #a6a9ab;
    font-size: 14px;
}

/* Flatpickr customization */
.flatpickr-calendar {
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.flatpickr-input {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 10px 15px;
    font-size: 1rem;
    color: #495057;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.flatpickr-input:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    outline: none;
}

/* Password visibility */
.password-container {
    position: relative;
}

.password-container input {
    width: 100%;
    padding-right: 30px;
}

.password-container .toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}