[data-elementor-type="header"],
[data-elementor-type="footer"] {
   display: none;
}
#ccb_box {
   min-height: calc(100vh);
   margin-top: 0;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   background-image: url(../../img/bg_image.jpg);
   background-position: center;
   background-size: cover;
   padding: 0!important;
}
#ccb_box p {
   color: #707070;
}
preform {
   background: #FFFFFF;
   width: 100%;
   max-width: 600px;
   height: 100%;
   margin: auto;
   display: flex;
   flex-direction: column;
   align-items: center;
   border-radius: 8px;
   overflow: hidden;
}
preform form {
   padding: 30px;
   width: 100%;
}
prehead {
   background: #F3F3F3;
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   gap: 0px;
   padding: 20px 10px 14px 10px;
}
prehead em {
   border-top: 1px solid #ccc;
   width: 100%;
   text-align: center;
   padding-top: 10px;
   margin: 12px 0 0;
}
preform label {
   display: none;
}

preform input:not([type="submit"]) {
   border: 1px solid #ccc;
   padding: 13px;
   border-radius: 8px;
   display: block;
   margin: auto;
   width: 100%;
   max-width: 340px;
}

preform input[type="submit"] {
   background: #233c64 !important;
   color: #fff;
   margin-left: auto;
   padding: 14px 26px;
   border-radius: 6px;
   border: 0;
   text-transform: uppercase;
   font-weight: 600;
   font-size: 14px;
   align-items: center;
   cursor: pointer;
   transition: all .2s ease-in-out;
   gap: 10px;
   display: block!important;
   margin: auto;
}
preform input[type="submit"]:hover {
   opacity: 0.6;
}

preform * {
   font-family: 'Plus Jakarta Sans';
}

.msg {
   background: var(--bs-danger);
   color: #FFF!important;
   line-height: 100%;
   font-size: 13px;
   padding: 8px 16px;
   border-radius: 4px;
   margin: 10px 0;
   width: calc(100% - 60px);
   text-align: center;
}
.msg.logout-message {
   background: var(--bs-success);
   color: #FFF!important;
   line-height: 100%;
   font-size: 13px;
   padding: 8px 16px;
   border-radius: 4px;
   margin: 10px 0;
   width: calc(100% - 60px);
   text-align: center;
}