body{
    font-family: "Montserrat";
}
#main-wrapper {
    display: flex;
    align-items: stretch;
    flex: 1 1 auto;
    min-height: 100vh;
}
.wrapper_content{
    width: 100%;
    position: relative;
    display: flex;
}
.preloader {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 99999;
    background: #fff;
}
.ripple {
    display: inline-block;
    position: relative;
    width: 40px;
    position: absolute;
    top: calc(50% - 3.5px);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.fluid {
    max-width: 100%;
    height: auto;
}
.justify-content-center {
    justify-content: center !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.justify-content-center {
    justify-content: center !important;
}
.f-row{
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}
.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(10, 37, 64) !important;
}
.login-box{
     display: flex;
     align-items: stretch;
     flex-direction: column;
     justify-content: center;
     max-width: 460px;
     width: 100%;
 }

.register-box{
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
    max-width: 500px;
    width: 100%;
}
.bg-body {
    --bs-bg-opacity: 1;
    background-color: #fff !important;
}
.text-center {
    text-align: center !important;
}
.w-100 {
    width: 100% !important;
}
.border-top {
    border-top: 1px solid #e0e6eb!important;
}
.top-50 {
    top: 50% !important;
}
.start-50 {
    left: 50% !important;
}
.position-absolute {
    position: absolute !important;
}
.translate-middle {
    transform: translate(-50%, -50%) !important;
}
.position-relative {
    position: relative !important;
}
.z-index-5 {
    z-index: 5 !important;
}
.z-index-2{
    z-index: 2 !important;
}
.d-inline-block{
    display: inline-block;
}
.mb-0{
    margin-bottom: 0px;
}
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.d-flex{
    display: flex;
}
.fd-column{
    flex-direction: column;
}
.info{
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
    max-width: 460px;
    width: 100%;
}
.text-white {
    color:#fff;
}
.text-secondary{
    color:#ccc;
}
.mb-3{
    margin-bottom: 20px;
}
.btn-primary{
    background-color: #3B5FF2;
}
.btn-primary:hover {
    background-color: #544dd9;
}
.login-links{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.login-links a{
    color: #3B5FF2;
}
label {
    margin-bottom: .5rem;
    font-weight: 500;
    color: #29343d;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: inherit;
    color: #0a2540;
    font-weight: 400;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
input[type=checkbox], input[type=radio] {
    margin-left: 5px;
}
@media (max-width:768px){
    .wrapper_content{
        flex-direction: column;
    }
}