@import "bootstrap.min.css";

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #15596C !important;
    font-family: Poppins, serif !important;
}

html {
    background-color: #F8F9FA;
}

body {
    background-color: #F8F9FA !important;
    overflow-x: hidden;
}

.wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: #F8F9FA;
}

.flexbox-item {
    flex: 0 1 auto;
}

.flex-item:nth-child(1) {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
}

.flex-item:nth-child(2) {
    /*! flex-grow: 0; */
    /*! flex-shrink: 1; */
    /*! flex-basis: auto; */
}

.flex-item:nth-child(3) {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
}

.login {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 98vh;
    background-color: #F8F9FA;
}

.footer {
    align-self: flex-end;
    margin-right: 32px;
    color: #343A40;
    font-size: 11px;
    margin-bottom: 5px;
}

.image {
    margin-bottom: 64px;
}

.card {
    padding: 98px;
    border-radius: 2px !important;
    border: 1px solid rgba(0, 0, 0, 0.175);
    max-width: 554px;
}

.place_16_bottom {
    margin-bottom: 16px;
}

.place_16_top {
    padding-top: 64px;
}

.place_4 {
    margin-bottom: 4px;
}

.link {
    color: #15596C !important;
    font-size: 11px !important;
    text-decoration: none;

}
.form-control{
    border-radius: 2px !important;
}

.btn-primary {
    background-color: #15596C !important;
    color: #FFFFFF !important;
    font-size: 14px !important;
    border-radius: 2px !important;
    border: 1px solid #15596C !important;
    width: 100%;
}

.rainbow {
    background-image: url("../images/hms_verlauf.png");
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    position: relative;
    width: 100%;
    top: -4px;
    max-height: 4px;
    background-size: 100% 100%;
}

.imprint {
    padding: 48px;
    background-color: #FFFFFF;
    width: 100vw;
}

.imprint_top {
    color: #343A40 !important;
    font-size: 11px;
}

.imprint_bottom {
    color: #868E96 !important;
    font-size: 11px;
}

.imprint-link {
    color: #868E96 !important;
    font-size: 11px;
    padding-right: 8px;
    text-decoration: none;
}
.container{
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
}

.pas-error {
    padding-top: 16px;
    font-size: 14px;
    color:#DC3545 !important;
    height: 31px;
}

.pas-success {
    padding-top: 4px;
    font-size: 14px;
    height: 31px;
}
