body {
    background: linear-gradient(135deg, #0d4f5c 0%, #1a6b7a 50%, #063944 100%);
    color: #333;
    font-family: "Signika", sans-serif;
    line-height: 22px;
    font-size: 14px;
    width: 100%;
    min-height: 100vh;
}

.auth-main {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 30px 0;
}

.container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}

input.form-control {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    transition: all 0.25s ease;
}
input.form-control:focus {
    border-color: #067a9f;
    box-shadow: 0 0 0 3px rgba(6, 122, 159, 0.12);
    outline: none;
}

.form-control {
    color: #333;
    background-color: #f9fafb;
    border-color: #d1d5db;
    border-radius: 8px;
}
.form-control:focus {
    background-color: #fff;
    border-color: #067a9f;
    box-shadow: 0 0 0 3px rgba(6, 122, 159, 0.1);
}

a {
    color: #535353;
}

a:hover,
a:focus {
    color: #6e6e6e;
    text-decoration: none;
}

.no-padding {
    padding: 0;
}

.fitxt-center {
    z-index: 1;
    text-align: center;
}

.img-hol-p {
    padding-bottom: 22px;
}

.image-area .content {
    height: 100px;
    padding: 170px 0;
}

.image-area .image-hader {
    padding-bottom: 22px;
}

.image-area .image-hader h2 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.image-area .image-hader h2:before {
    content: "";
    background: #fff;
    width: 85px;
    height: 2px;
    position: absolute;
    bottom: -6px;
}

.content .address p {
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    padding-bottom: 10px;
}

.f-social-links a span {
    font-size: 16px;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-right: 5px;
    border: 1px solid #437df3;
    -moz-box-shadow: 5px 7px 10px #482c2c;
    -webkit-box-shadow: 5px 7px 10px #482c2c;
    box-shadow: 5px 7px 10px #482c2c;
}

.f-social-links a span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #320f4b;
    z-index: -1;
}

.f-social-links a span:hover:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background: #320f4b;
}

.sign-area {
    width: 50%;
    max-width: 460px;
    margin: 0 auto;
    padding: 2.5rem 2rem;
    background: #fff;
    border: none;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

/* Media query for mobile responsiveness */
@media screen and (max-width: 768px) {
    .sign-area {
        width: 90%;
        /* Increase width on mobile */
        padding: 1.5rem;
    }
}
/* Media query for tablets */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .sign-area {
        width: 70%;
    }
}

.sign-area .sign-hader {
    text-align: center;
    padding-bottom: 25px;
}
.sign-area .sign-hader h4 {
    color: #444;
    font-size: 15px;
    font-weight: 600;
    margin-top: 8px;
}
.sign-area .sign-hader h3 {
    color: #067a9f;
    font-size: 20px;
    font-weight: 600;
}

/* btn round */
.btn-round {
    background: linear-gradient(135deg, #067a9f 0%, #0088cc 100%);
    border: none;
    color: #fff;
    margin-top: 25px;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(6, 122, 159, 0.3);
    transition: all 0.3s ease;
}

.btn-round:hover,
.btn-round:focus,
.btn-round:active {
    background: linear-gradient(135deg, #056078 0%, #0077b3 100%);
    color: #fff;
    border: none;
    outline: none !important;
    box-shadow: 0 6px 18px rgba(6, 122, 159, 0.4);
    transform: translateY(-1px);
}

.forgot-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
}

.sign-footer p {
    color: #444;
    text-align: center;
    margin-top: 30px !important;
}

.forgot-header {
    color: #444;
    padding: 14px;
    margin-bottom: 20px;
    border-radius: 8px;
    background: #e8f4f8;
    border-left: 4px solid #067a9f;
    text-align: center;
}

.forgot-header h4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 6px;
}

.alert-msg {
    color: #6ca115;
    padding: 8px;
    margin-top: -8px;
    margin-bottom: 12px;
    border: 1px solid #6ca115;
    border-radius: 4px;
    background: #212121;
    text-align: center;
}

.alert-msg.danger {
    color: #de1313;
    border-color: #de1313;
}

/* form - input icon */
.input-group-icon {
    width: 100%;
    table-layout: fixed;
}

.input-group-icon input.form-control {
    font-size: 1.5rem;
    padding-right: 36px;
}

.input-group-icon input.form-control:first-child,
.input-group-icon input.form-control:last-child {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.input-group-icon .input-group-addon {
    position: relative;
    padding: 0;
    border: 0 none;
    width: 0;
}

.input-group-icon .input-group-addon span.icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border: 0;
    z-index: 4;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 11px 16px;
    background: transparent;
    line-height: 1.42857143;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    pointer-events: none;
}

.input-group-icon .input-group-addon:last-child span.icon {
    left: auto;
    right: 0;
}

.input-group-icon .input-group-addon + input.form-control {
    padding-right: 12px;
    padding-left: 38px;
}

/* Form - Custom Checkbox */
.checkbox-replace .i-checks {
    padding-left: 20px;
    cursor: pointer;
    margin-bottom: 0;
}

.checkbox-replace .i-checks input {
    position: absolute;
    margin-left: -20px;
    opacity: 0;
}

.checkbox-replace .i-checks input:checked + span .active {
    display: inherit;
}

.checkbox-replace .i-checks > span {
    margin-left: -20px;
}

.checkbox-replace .i-checks > span .active {
    display: none;
}

.checkbox-replace .i-checks > i {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-right: 4px;
    margin-left: -20px;
    line-height: 1;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #444;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

html.dark .checkbox-replace .i-checks > i {
    border-color: #535353;
}

.checkbox-replace .i-checks > i:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background-color: #067a9f;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.checkbox-replace .i-checks input:checked + i {
    border-color: #067a9f;
}

html.dark .checkbox-replace .i-checks input:checked + i {
    border-color: #ff685c;
}

.checkbox-replace .i-checks input:checked + i:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

html.dark .checkbox-replace .i-checks input:checked + i:before {
    background-color: #ff685c;
}

.checkbox-replace .i-checks input:disabled + i {
    border-color: #dee5e7;
}

.checkbox-replace .i-checks input:disabled + i:before {
    background-color: #dee5e7;
}

html.dark .checkbox-replace .i-checks input:disabled + i {
    border-color: #4c4c4d;
}

html.dark .checkbox-replace .i-checks input:disabled + i:before {
    background-color: #4c4c4d;
}

/* Forms Validations */
label.valid {
    display: inline-block;
    text-indent: -9999px;
}

span.error {
    color: #c10000;
    font-size: 0.9em;
    font-weight: normal;
    margin-top: -5px;
    margin-bottom: 0;
    padding: 0;
}

@-webkit-keyframes slideIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes slideIn {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-o-keyframes slideIn {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* media queries */
@media (max-width: 991px) {
    .sign-area {
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
    }

    .sign-area::before {
        display: none;
    }

    .sign-area {
        padding: 3.5em 2em;
    }

    .w-full {
        padding: 8px 5px;
    }
}

@media (max-width: 1199px) {
    .sign-area::before {
        border-right-width: 50px;
        border-top-width: 60px;
        border-bottom-width: 60px;
        left: -50px;
        top: 223px;
    }
}
