﻿
.my-card-header {
    padding: 0.75rem 1.25rem !important;
    margin-bottom: 0 !important;
    background-color: #FF8304 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
    border-radius: 20px;
}
.expobahnlogo{
    margin-top:20px;
    margin-bottom:20px;
}
.login-form-header {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: -15px;
    color: #424648;
    font-size: 24px;
}

.form-section {
    display: flex;
    flex-direction: column;
    background: #E8F5F9;
    margin: 0px auto 24px;
    width: 400px;
    padding: 32px 40px;
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 30%) 0px 0px 10px;
    color: rgb(94,100,132);
    box-sizing: border-box;
}

.login-flex-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 20px;
}