:root {
    --primary: #013482;
    --secondary: #ffd4d4;
    --color: #343434;
    --size30: 30px;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Fira Sans";
}
body {
    color: #343434;
    background-color: #ffffff 0% 0% no-repeat padding-box;
    font-family: "Fira Sans";
    overflow-x: hidden;
    scroll-behavior: smooth;
}
.clear {
    clear: both;
}
.size30 {
    font-size: var(--size30);
}
/* ------------------------user login--------------- */
.user-login .login-img-area {
    width: 100%;
    height: 100%;
}
.user-login .row {
    height: 100vh;
    display: flex;
    align-items: center;
    background-size: cover;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.left-side h5 {
    color: #343434;
    font-size: 28px;
    font-weight: 300;
    line-height: 30.5px;
    margin-bottom: 40px;
    margin-top: 20px;
    font-weight: 400;
    text-align: center;
}
.user-login .login-area {
    padding-left: 120px;
    padding-right: 50px;
    padding-bottom: 40px;
    text-align: center;
}
.user-login .navbar-brand {
    padding: 0px 0px 59px;
    top: 0px;
}
.user-login .navbar-brand .navbar-logo {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.input-title {
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    color: var(--color) !important;
    padding-left: 3px;
    text-align: left;
    width: 100%;
    float: left;
}
.fa-eye:before {
    content: "\f06e";
    color: #c3bcbc;
}
.fa-eye-slash:before {
    content: "\f070";
    color: #c3bcbc;
}

select:invalid {
    color: #d2d1d1;
}

select {
    width: 100%;
    height: 48px;
    background: #ffffff;
    border: 1px solid #d2d1d1;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding-left: 15px;
    display: initial;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 16px !important;
    background-image: none !important;
}
/* <select> */
.select2-container .select2-selection--single {
    width: 100% !important;
    height: 48px !important;
}
.select2-container {
    margin-bottom: 20px !important;
    width: 100% !important;
    background: #ffffff;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d2d1d1 !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05) !important;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single:focus-visible {
    background-color: #fff;
    border: 1px solid var(--primary) !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05) !important;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 47px !important;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #d2d1d1 !important;
    font-size: 15px;
    font-weight: 400;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px !important;
    right: 10px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #f2f2f2 !important;
    color: #495057 !important;
}
.select2-dropdown {
    background-color: white;
    border: 1px solid #d2d1d1 !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05) !important;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 180px !important;
    overflow-y: auto;
}
.select2-container--default
    .select2-results
    > .select2-results__options::-webkit-scrollbar {
    width: 7px;
}
.select2-container--default
    .select2-results
    > .select2-results__options::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 25px;
}
.select2-container--default
    .select2-results
    > .select2-results__options::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 25px;
}
.select2-container--default
    .select2-results
    > .select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
}
/* <select> */
.field-icon {
    float: right;
    margin-top: -31px;
    margin-right: 12px;
    position: relative;
    z-index: 2;
}
.user-login .navbar-brand .navbar-logo img {
    max-width: 100%;
    max-height: 100%;
}
.user-login .login-btn {
    background-color: var(--primary);
    width: 100%;
    height: 48px;
    cursor: pointer;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    font-size: 15px;
}
.user-login .login-btn:hover {
    background-color: #022354;
}
.confirm-btn {
    background-color: var(--primary);
    width: 100%;
    height: 48px;
    cursor: pointer;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    font-size: 15px;
}
.confirm-btn:hover {
    background-color: #022354;
}

form .form-input input {
    width: 100%;
    height: 48px;
    background: #ffffff;
    border: 1px solid #d2d1d1;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding-left: 20px;
    display: initial;
    font-size: 15px;
    font-weight: 400;
}
input[readonly] {
    pointer-events: none;
}
label {
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    color: var(--color) !important;
    text-align: left;
    width: 100%;
    padding-left: 3px;
    margin-bottom: 0;
}
.form-group:last-child {
    margin-bottom: 25px !important;
}
.form-group:nth-last-child(3) {
    margin-bottom: 35px !important;
}
::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c3c2c2 !important;
    opacity: 1; /* Firefox */
}
.select2-results__option {
    padding: 10px 20px !important;
    user-select: none;
    -webkit-user-select: none;
    margin: 0px;
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c3c2c2;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #c3c2c2;
}
form .form-input input:focus {
    border: 1px solid var(--primary) !important;
    opacity: 1 !important;
    box-shadow: none !important;
}
.form-control[readonly] {
    background-color: #f8f8f8 !important;
    opacity: 1;
}
.user-login .reset-password {
    color: var(--primary) !important;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}
.user-login .reset-password:hover {
    color: #022354 !important;
}
.paddingT24 {
    padding-top: 24px;
}
.login-area h5 {
    margin: 18px 0 !important;
}
.user-login input:focus {
    border: 1px solid var(--main-hue) !important;
    opacity: 1 !important;
}
.modal .modal-header {
    border-bottom: 0px !important;
}
.modal .modal-body {
    padding-left: 70px !important;
    padding-right: 70px !important;
    padding-bottom: 60px !important;
}
.modal .modal-title {
    text-align: center;
    font-family: "Fira Sans";
    font-size: 30px;
    font-weight: 500;
    line-height: 22px;
    color: var(--color);
    margin-bottom: 40px;
}
.modal-content {
    border: 0px !important;
    border-radius: 8px !important;
}
.modal .close {
    opacity: 1 !important;
}
.modal .success-modal-text {
    color: #797979;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 26.5px;
    padding-top: 26px;
    margin-bottom: 60px !important;
}

.error-field {
    border: 1px solid #164da7 !important;
}

@media (max-width: 767.98px) {
    .user-login .row {
        height: auto;
    }
    .left-side .left-img {
        display: none;
    }

    .user-login .login-area {
        padding-left: 15px;
        padding-right: 15px;
    }
    .left-side h5 {
        text-align: center;
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 20px;
        font-weight: 400;
    }
    .user-login .navbar-brand {
        padding: 0px 0px 19px;
    }
}
