.body {
    background-color: #FBF6F0;
}

.bg-video-wrapper {
    z-index: 1;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

.bg-video-wrapper video {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bg-video-overlay {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-image: url('../media/portal/patterns-video.png');
    background-repeat: repeat;
}

.nav.nav-pills.nav-pills-custom .nav-link .nav-icon img {
    width: 25px;
}

.fc-toolbar-title {
    font-size: 1.25rem !important;
    color: #3F4254 !important;
}

.navBeranda a{
    text-decoration:underline !important;
    font-family: Montserrat;
}

.navBeranda a:hover{
    text-decoration:underline !important;
}

.navBeranda {
    left: -12.5px !important;
    top: -12.5px !important;
}

.logo {
    display: block;
    text-align: center;
    margin-bottom: 30px !important;
    margin-top: -1px !important;
}

.logo svg {
    width: 172px !important;
}

.loginBox {
    width: 100%;
    border: 1px solid #cacfd4;
    padding: 32px;
    border-radius: 12px;
    margin-bottom: 28px;
    -ms-flex-item-align: center;
    align-self: center;
    font-family: Montserrat;
}

.loginBox h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #001731;
    padding-bottom: 33px;
    text-align: center;
    font-family: Montserrat;
    margin-top:-0.5px;
}

.alert{
    display: flex;
    padding: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-radius: 4px;
    background: #fff5e0;
}

.alert-warning {
    background-color: #fff5e0 !important;
    border-color: #fff5e0 !important;
}


.alert-warning .text{
    color: #2a2927 !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    font-family: Montserrat;
}

.loginBox label {
    font-weight: 600;
    font-size: 16px;
    color: #1a2f46;
    line-height: 24px;
    margin-bottom: 8px;
    display: block;
}

.loginBox .form-control{
    padding: 1.2rem 1rem !important;
    font-family: Montserrat;
    font-size: 16px;
    border-radius: 10px;
    font-weight:400;
}

.loginBox .form-control:focus{
    border:1px solid #E1E3EA;
}

.loginBox .parsley-error{
    border:1px solid #f42d2d!important;
    color:#f42d2d !important;
    background-color: #fff8f5 !important;
}

.loginBox .link-primary, .loginBox .link-primary:focus, .loginBox .link-primary:hover{
    color: #005dcc!important;
}

.loginBox .parsley-required{
    color: #f42d2d !important;
    font-weight: 400 !important;
    font-size: 14px!important;
}

.loginBox .btn{
    padding: 12px 16px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    border-radius: 12px;
    letter-spacing: normal;
    text-transform: capitalize;
    font-family: Montserrat;
    border-radius: 8px!important;
}

.loginBox .btn:disabled{
    background: #e2e5e8 !important;
    color: #adb4bc !important;
}

.loginBox button.btn-primary{
    background: #0059c2!important;
}

.registerLabel {
    font-family: Montserrat;
    font-size: 16px;
    text-align: center;
    font-weight: 400 !important;
}

.registerLabel a {
    font-weight: 600;
    text-decoration: underline !important;
}

#footerStyling .white--text h6{
    color: #fff !important;
}

.m-b-12 {
    margin-bottom: 12px !important;
}

#footerStyling .p-0 {
    padding-right: 2.5px !important;
}

@media (min-width: 768px) {
    #footerStyling .pl-md-4 {
        padding-left: 1.2rem !important;
    }
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 1.55rem 1rem !important;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--bs-gray-700);
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.loginBox .input-group .form-control{
    border-left:0px;
    padding-left: 3px !important;
}

.loginBox .input-group-username input.parsley-error{
    border-left:0px !important;
    border-top:1px solid #f42d2d!important;
    border-right:1px solid #f42d2d!important;
    border-bottom:1px solid #f42d2d!important;
    border-top-right-radius:10px !important;
    border-bottom-right-radius:10px !important;
    color:#f42d2d !important;
    background-color: #fff8f5 !important;
}


.loginBox .input-group-password input.parsley-error{
    border-left:0px !important;
    border-top:1px solid #f42d2d!important;
    border-right:0px !important;
    border-bottom:1px solid #f42d2d!important;
    color:#f42d2d !important;
    background-color: #fff8f5 !important;
}


.loginBox .input-group .parsley-error-group{
    border:1px solid #f42d2d!important;
    color:#f42d2d !important;
    background-color: #fff8f5 !important;
    border-top-left-radius:10px !important;
    border-bottom-left-radius:10px !important;
    border-right-color: transparent !important;
    color:#f42d2d !important;
    background-color: #fff8f5 !important;
}

.loginBox .input-group .parsley-error-group .input-group-text{
    border:0px !important;
}


.input-group-username .form-control{
    border-top-right-radius:10px !important;
    border-bottom-right-radius:10px !important;
    border-top-left-radius:0px !important;
    border-bottom-left-radius:0px !important;
}

.input-group-password .form-control{
    border-radius: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

.input-group-password .input-group-append .input-group-text{
    border-right:1px solid var(--bs-gray-300);
    border-top:1px solid var(--bs-gray-300);
    border-bottom:1px solid var(--bs-gray-300);
    border-left:0px !important ;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.input-group-prepend .input-group-text {
    border-right:0px !important ;
}

.loginBox .input-group .parsley-error-group-password{
    border:1px solid #f42d2d!important;
    color:#f42d2d !important;
    background-color: #fff8f5 !important;
    border-top-right-radius:10px !important;
    border-bottom-right-radius:10px !important;
    border-left-color: transparent !important;
    color:#f42d2d !important;
    background-color: #fff8f5 !important;
}

.loginBox .input-group .parsley-error-group-password .input-group-text{
    border:0px !important;
}

.input-group-append img{
    cursor: pointer;
}

.modal-lg, .modal-xl{
    --bs-modal-width:612px;
}

.modal{
    font-family: Montserrat !important;
}
.modal-header{
    padding:16px 24px 10px;
    border-bottom:0px !important;
    font-family: Montserrat;
}

.modal-header .modal-title{
    text-align: center;
    width:100%;
    font-family: Montserrat;
}

.theme--light.v-divider {
    border-color: rgba(0, 0, 0, 0.7);
}
.v-divider {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    max-width: 100%;
    height: 0;
    max-height: 0;
    border: solid;
    border-width: thin 0 0 0;
    -webkit-transition: inherit;
    transition: inherit;
    margin:0px !important;
}

@media (min-width: 992px) {
    .w-lg-600px {
        width: 612px !important;
    }
}

