﻿.main-content{
    justify-content:start;
}

.registration-section .registration-body,
.registration-section{
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-bottom:0;
    padding:0;
}

.registration-section{
    border:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}

.registration-section > .registration-header{
    border:none;
    padding:0;

}

.registration-header{
    pointer-events:all;
}

.registration-header:hover{
    cursor:pointer;
}

.registration-container {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.user-card {
    padding: 24px 24px 24px 24px;
    border-radius: 16px;
    box-shadow: 0px 5.57px 11.14px 0px #ABBED166;
    box-shadow: 0px 2px 6px 2px #00151F26;
    box-shadow: 0px 1px 2px 0px #00151F4D;
}

    .user-card h4 {
        font-weight: 500;
    }

.login-poster {
    background-image: url("../images/bison-bg-image-75.jpg");
    background-size: 40% auto;
    background-position-y: 50%;
}

.invalid-input {
    color: #c50002;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.registration-container-center{
    height:calc(100% - 132px);
    display:flex;
    flex-direction:column;
    align-items:start;
}

.registration-container-center .registration-container{
    justify-content:center;
}

.registration-buttons {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.g-recaptcha{
    display:none;
}

.preloader-wrapper.xssmall{
    height:15px;
    width:15px;
}

@media only screen and (min-width:992px) {
    .flex-direction-column {
        flex-direction: initial;
    }

    .bottom-footer {
        width: 66.66%;
    }

    .bottom-footer > small {
        width:70%;
        margin:auto;
        padding-left:0;
        padding-right:0;
    }

    .registration-container-center{
        height:calc(100% - 32px);
    }

    .registration-container{
        margin-top:116px;
    }
}

@media only screen and (max-width: 600px){
    .registration-container{
        margin-right:0;
    }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
    .registration-container {
        margin-right:0;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1200px){
    .registration-container {
        margin-right: var(--main-margin-l);
    }
}

@media only screen and (min-width: 1201px) {
    .registration-container {
        margin-right: var(--main-margin-xl);
    }
}

.registration-body button.text-error-dark:hover {
    background-color:inherit;
    text-decoration:underline;
}

.registration-body button.text-error-dark:focus {
    background-color: white;
    box-shadow: 0px 2px 6px 2px var(--grey-box-shadow-color);
    box-shadow: 0px 1px 2px 0px var(--grey-box-shadow-color-2);
    box-shadow: 0px 0px 0px 2px var(--grey-box-shadow-color-3);
}

.registration-header h4 span{
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    width:calc(100% - 40px);
    display:inline-block;
}