﻿
.grecaptcha-badge {
    bottom: 50px !important;
}

/*+++++++++++++++++++++*/
/*#region Login*/
/*+++++++++++++++++++++*/
.as-login-container {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 14px;
    max-width: 50rem;
}

/*#endregion*/

/*+++++++++++++++++++++*/
/*#region RegisterLogin*/
/*+++++++++++++++++++++*/

/*.as-login {
    background-image: url('/img/backgrounds/Login.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    min-height: 65vh;
}
.as-register-cta {
    height: 30vh;
}
.as-register {
    min-height: calc(100vh - 91px);
}

.as-register .form-control.read-only {
    background-color: #e9ecef;
    color: #523D6E;
    border: none;
}
.grecaptcha-badge {
    bottom: 50px!important;
}*/

/*#endregion*/
/*+++++++++++++*/
/*#region Login*/
/*+++++++++++++*/
/*.as-login .login-container {
    background: white;
    border-radius: 14px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.as-login .login-container #login-form,
.as-login .login-container #external-account-form{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#to-register:hover i{
    transition: transform ease-in-out .2s;
    transform: rotateZ(90deg);
}*/
/*#endregion*/

/*++++++++++++++++*/
/*#region Register*/
/*++++++++++++++++*/

/*.as-register .as-anchor-top{
    top: -46px;
}
.as-register .register-container {
    margin-top: 1.8rem;
    margin-bottom: 1.8rem;
}
.as-register .register-container .register-container-left{
    border-right: 1px solid #BAB1C5;
}
.as-subhead-default-m.register{
    margin-left: .67rem;
}*/

/*#endregion*/