
/*General Css*/


:root, [data-bs-theme=light] {
--bs-yellow: #816f4f;
}
h2, h3, h4, h5, h6{
    font-family: 'Roboto', sans-serif;
}
a.btn-sf-green {
    background:#355eb2;
    color: #fff;
    padding: 0.65rem 1.27rem;
    border-radius: 6px;
}
a.btn-sf-green:hover {
    background: #0b7240;
}
button.btn-sf-green {
    background: #2f60c1;
    color: #fff;
}
.btn-sf-orange {
    background: #dd9b10;
    color: #fff;
}
button.btn-sf-green:hover {
    background: #1f4ca6;
    color: #fff;
}
.btn-sf-orange:hover {
    background: #d18f03;
    color: #fff;
}

.login-form-wrapper .form-check {
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 1rem !important;
}
.form-check label {
    margin: 0;
    padding: 0 5px;
}
.form-group {
    margin: 0 0 1.2rem;
}
.btn.btn-sf-green:active {
    background: #2f60c1;
}
.btn-sf-green a {
    color: #fff;
}
button.modal-close {
    background: #d65c5c;
    padding: 7px 12px;
    color: #fff;
    border: none;
    border-radius: 5px;
}
.table-card-list {
    border-spacing: 0 12px!important;
}
textarea.form-control {
    min-height: calc(1.5em + .94rem + calc(var(--bs-border-width)* 2));
    max-height: unset;
    height: auto;
}

/*Page Top Bar*/

.admin-avatar-btn {
    display: flex;
    align-items: center;
}
.admin-avatar-btn i.avatar {
    background: #643cd0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 12px;
    border-radius: 100px;
}
.noti-icon .badge {
    background: #bd8309!important;
}
.noti-icon i {
    color: #1f572f;
}


/*Login Header*/

.login-body {
    padding: 0;
    background: #43418f;
    background-image: url(../images/bg1.jpg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.login-body {
    padding: 0;
    background-size: cover;
    background-position: center;
    background-image: url(../images/login-bg-2.png);
}
body.login-body:after {
    background: #43418f82;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.login-header {
    max-height: 80px;
    height: 100vh;
    position: relative;
    z-index: 1;
    background: rgb(255 255 255);
    width: 100%;
}
.login-fluid {
    height: calc(100vh / 1 - 90px);
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.row.login-row {
    width: 100%;
}
.login-col-left {
    display: flex;
    align-items: center;
}
.login-col-left img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.login-left {
    padding: 0rem;
}
.login-col-right {
    display: flex;
    align-items: end;
    justify-content: center;
}
a.login-header-left {
    display: inline-flex;
    align-items: center;
    padding: 5px 0;
}
.login-header-left img {
    height: 71px;
}
a.login-header-left h4 {
    margin: 0.5rem 0 0 0.6rem;
    font-size: 1.6rem;
    letter-spacing: -0.3px;
    line-height: 27px;
    font-weight: 500;
}
a.login-header-left h4 span {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0.2px;
}
.login-left img {
    display: table;
    margin: auto;
}
.login-header-right {
    display: flex;
    align-items: center;
    justify-content: right;
    height: 100%;
}
.login-header-right a {
    background: #333981;
    padding: 0.8rem 1.2rem;
    border-radius: 9px;
    font-size: 16px;
    font-weight: 500;
    color: #fdfdfd;
    margin-right: 0.5rem;
    letter-spacing: -0.3px;
    border: solid 2px #333981;
}
.login-header-right a:hover {
    background: #3e4593;
    border: solid 2px #3e4593;
}
p.registerTxt {
    margin: 10px 0 0;
    text-align: center;
    color: #fff;
}
p.registerTxt a {
    color: #e8bc3c;
}

/*Login Form Row*/

.form-control:focus {
    background-color: #fff;
}
.login-form-wrapper {
    width: 82%;
    padding: 1.3rem 1.6rem;
    box-shadow: 0px 0px 53px -2px rgb(25 76 56 / 38%);
    border-radius: 35px;
    border: solid 8px #fffef6a3;
    margin-left: auto;
    background: rgb(51 57 129);
}
.forgot-pwd a {
    color: #ffffff !important;
}
.login-left h2 {
    color: #e8bc3c;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    letter-spacing: -0.5px;
    font-weight: 400;
}
.login-left h4 {
    color: #ffffff;
    font-size: 2.4rem;
    line-height: 46px;
    text-align: left;
    letter-spacing: -0.4px;
}
.login-left h4 span {
    display: block;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 400;
    margin-top: 3px;
}
.login-type {
    padding: 0rem 0 0.8rem;
    border-bottom: solid 1px #e4e4e4;
    margin: 1rem 0;
}
.login-form-wrapper .form-control {
    border: solid 1px #dbdbdb;
    height: 44px;
}
.login-type button {
    border: solid 1px #cecece;
    background: #fff;
    padding: 0.4rem 1.2rem;
    border-radius: 6px;
    margin-right: 5px;
    box-shadow: 2px 1px 4px 0px rgb(7 67 16 / 11%);
}
.login-type button.active {
    background: #d29ba3;
    color: #fff;
}
.login-heading h5 {
    margin-bottom: 0rem;
    font-size: 1.7rem;
    color: #ffec85;
    font-weight: 500;
    line-height: 28px;
    border-bottom: dashed 1px gray;
    padding: 0 0 13px;
}
.login-form-wrapper label {
    color: #fff;
}
.form-control {
    border: solid 1px #dce1ef;
    background-color: #f1f5ff;
    max-height: 41px;
    height: 100vh;
}

input.form-check-input {
    border: solid 1px #dbdbdb;
}
.login-form-wrapper .form-check-input[type=checkbox] {
    top: -1.5px;
    position: relative;
}
.form-control:disabled {
    background-color: #eef0f6;
    opacity: 1;
}
.login-form-wrapper a.btn-sf-green {
    background: #e8bc3c;
    color: #fff;
    padding: 0.60rem 1.4rem;
    border-radius: 6px;
    border: solid 1px #ffffff5c;
    margin-top: 0.1rem;
    display: block;
    text-align: center;
}
button.btn-sf-green{
    background: #e8bc3c;
    color: #fff;
    padding: 0.60rem 1.4rem;
    border-radius: 6px;
    border: solid 1px #ffffff5c;
    margin-top: 0.1rem;
    display: block;
    text-align: center;
}
.captch-col{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.captch-col button {
    width: 37px;
    height: 36px;
    border: none;
    border-radius: 5px;
    background: #e8bc3c;
}
.captch-col button img {
    width: 20px;
    filter: brightness(0) invert(1);
}
@media screen and (max-width: 992px) {
.login-left {
    padding: 0rem 0rem 0;
}
.login-form-wrapper {
    width: 100%;
    padding: 1.5rem;
    margin: auto;
}
.login-heading h5 {
    font-size: 1.4rem;
}
.login-heading h3 {
    font-size: 0.8rem;
}
.login-form-wrapper label {
    margin-bottom: 0.3rem;
}
}

@media screen and (max-width:767px){
.login-body {
    position: relative;
    overflow: hidden;
}
.login-header-right {
    display: none;
}
.row.login-row {
    flex-direction: column-reverse;
    margin: 2rem auto;
}
.login-fluid {
    height: 100%;
}
.login-header {
    max-height: unset;
    height: auto;
    padding: 0.7rem 0 0.5rem;
    overflow: hidden;
}
a.login-header-left {
    display: block;
    text-align: center;
}
.login-header-left img {
    height: 62px;
}
a.login-header-left h4 {
    margin: 0.3rem;
    font-size: 1.1rem;
    line-height: 21px;
}
a.login-header-left h4 span {
    display: block;
    font-size: 1rem;
    letter-spacing: 0.2px;
}
.login-col-left {
    display: none;
}
.login-type button {
    font-size: 13px;
}
}
