#loginContainer {
    cursor: pointer;
}

#back_to_product{
    margin-top: 20px;
}
label.ast-form-label {
    font-size: 12px;
    justify-self: flex-start;
    color: #757575;
}

.section-content {
    background-color: white;
}

#or-separator > span {
    margin-left: 20px;
    margin-right: 20px;
}

.ast-login-title{
    display: none;
}

#loginContainer, #or-separator {
    display: flex;
    justify-content: center;
}

#loginContainer.logged-in, #or-separator {
    display: none;
}

#loggedMessage.logged-in {
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}

#loggedMessage {
    display: none;
}

.ident_title {
    display: none;
}

#auth {
    margin-top: 20px;
}

.ident_tabs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.ident_tabs .tab-btn {
    margin-right: 12px;
}

.new-client-group {
    display: none;
}

.accountCreationLayer {
    margin-top: 20px;
}

.ast-form-group.connectionLogin {
    justify-content: flex-start;
    flex-direction: row;
}

.ast-form-group.reset-password{
    text-align: left;
}
.account-creation-form-title.section-title{
    display: none;
}
@media screen and (min-width: 890px) {

}

@media screen and (min-width: 700px) and (max-width: 889px) {


    #main-content {
        padding-left: 0px;
    }

}

@media screen and (min-width: 396px) and (max-width: 699px) {
    .ident_tabs {
        flex-direction: column;
    }

    .ident_tabs .tab-btn {
        margin-right: 0;
        margin-bottom: 8px;
    }

}

@media screen  and (max-width: 396px) {
    .ident_tabs {
        flex-direction: column;
    }

    .ident_tabs .tab-btn {
        margin-right: 0;
        margin-bottom: 8px;
    }

}