

 

body {
    background-color: #f8f9fa;
}

.container-custom {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
}


@font-face {
    font-family: 'BraveSans-Bold';
    src: url('/css/brave/BraveSans-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
  }

.login-container {
    max-width: 400px;
    padding: 2rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.image-container {
    flex: 1;
    background: url('images/card-backgrounds/12.jpg') no-repeat center center/cover;
    height: 100vh;
}

.kanja {
    background: transparent;
    backdrop-filter: blur(30px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.font_size_color_one{
    font-size: 53px; 
    font-weight:200 !important;
    color: #B50232; 
    font-family: 'BraveSans-Bold'!important;
}

.font_size_color_two{
    font-size: 55px; 
    color: #B50232; 
    font-weight: 600;
    font-family: 'BraveSans-Bold' !important;

}

.forgotten_password_color{
    color: #B50232;
    font-family: 'BraveSans-Regular' !important;
}
.top{
    margin-top: -20px;
}

img {
    margin-bottom: 4px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.47em + 1rem + 2px);
    padding: 25px;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.47;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #B50232;
    border-radius: 25px;
}

.btn-primary {
    color: #fff;
    font-weight:800;
    background-color: #B50232;
    border-color: #B50232;
    padding: 9px;
    width: 40%;
    font-family: 'BraveSans-Bold' !important;
    border-radius: 25px;
    font-size: 20px;
    font-weight: 500px;
    -webkit-box-shadow: none;
    box-shadow: none;
  
}

.btn-primary:hover {
    color: #fff;
    background-color: #B50232;
    border-color: #B50232;
}

.btn-primary:not(:disabled):not(.disabled):active, 
.btn-primary:not(:disabled):not(.disabled).active, 
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #B50232;
    border-color: #B50232;
}

.blankpage-footer {
    padding: 10px 0;
    font-size: 0.75rem;
    color: #B50232;
}

.field-icon {
    float: right;
    cursor: pointer;
    margin-left: -30px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
}

canvas {
    pointer-events: none;
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    border-radius: 50px;
    overflow: hidden;
}

.input-group-text {
    border: 1px solid #B50232;
    border-radius: 50px;
}

/* Carousel content styling */
.position-relative {
    position: relative;
}

.carousel-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    color: white;
}

.home-link {
    align-self: flex-end;
    color: white;
     
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 1rem;
    margin-right: 1rem;
    transition: color 0.3s ease;
}

.home-link:hover {
    color: #000000;
    
}

.carousel-text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 0 10%;
}

.carousel-text h2 {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.2;
    font-family: Arial, sans-serif;
}