@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --animate-delay: 0.5s;
}

body{
  font-family: "Inter", Helvetica Neue, Helvetica, Arial, sans-serif!important;
}
.marketing-container{
    background: linear-gradient(117.88deg, #714EFF 0%, #A685F3 100%);
    width: 50%;
    height: 100vh;
    display: none;
    position: relative;
}

.form-container{
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.form-container::-webkit-scrollbar {
    display: none;
}

.brainboard-logo{
    width: 160px;
}

.login-form-container{
    width: 476px
}

.inTextLink{
    color: #714EFF;
    text-decoration: none;
    font-weight: 500;
}
.text-input{
    height: 44px;
    border-color: #CBD5E1;
}

.text-input::placeholder {
    color: #94A3B8;
}

.text-input:-ms-input-placeholder {
    color: #94A3B8;
}

.text-input::-ms-input-placeholder {
    color: #94A3B8;
}

.new-user-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    gap: 6px;
}

.copyright{
    margin-top: 50px;
    width: 100%;
    text-align: center;
}

.SSO-btn{
    border: 1px solid #CBD5E1;
    display: flex;
    width: 228px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    transition: all 0.3s ease;
}
.SSO-btn:hover{
    border: 1px solid #714EFF;
    background: #F9F8FF
}

.divider{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 85px;
    position: relative;
}

.divider:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #CBD5E1;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.divider span{
    background: #fff;
    padding: 0 16px;
    color: #94A3B8;
    z-index: 1;
    display: inline-block;
    text-align: center;
}

.sso-container{
    margin-top: 28px;
}

.login-title{
    font-size: 36px;
    font-weight: 500;
}
.login-subtitle{
    color: #94A3B8;
    font-size: 16px;
}

.login-button{
    text-decoration: none;
    width: 100%;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(117.88deg, #714EFF 0%, #A685F3 100%);
    background-size: 100%;
    transition: 0.4s background-size ease-in-out;
    border-radius: 6px;
}

.login-button:hover{
    background-size: 300%;
}

.form-settings{
    margin: 24px 0!important;
}

.footer-options{
    font-size: 14px;
    gap: 5px;
    color: #94A3B8;
}

.copyright{
    color: #AA95FF;
    font-size: 14px;
}

.form-check-input:checked{
    background-color: #714EFF!important;
    border-color: #714EFF!important;
}

.qrCode{
    width: 140px
}

.form-inputs-container{
    gap: 16px;
}

.instructions{
    font-size: 16px;
    line-height: 25px;
    color: #475569;
}

.instructions .email{
    color: #475569;
    font-weight: 600;
}

.alert.alert-warning{
    display: none;
}

.back-to-start{
    color: #475569;
    font-size: 14px;
}
.back-to-start{
    color: #1e293b;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
    width: fit-content;
}

.back-to-start:hover{
    color: #714EFF
}

.back-to-start:hover path{
    fill: #714EFF
}

.tfa-list>li{
    margin-bottom: 16px;
  }

.list-header{
    color: #714EFF;
    font-size: 18px;
    font-weight: 500;
}

.manualCode {
    font-size: 18px;
}

.text-input{
    font-family: "Inter", FontAwesome, Helvetica Neue, Helvetica, Arial, sans-serif!important;
}
.text-input:focus{
    border-color: #714EFF;
    box-shadow: 0 0 0 0.2rem rgba(113, 78, 255, 0.25);
}

.text-input::placeholder {
    color: #cbd5e1;
    opacity: 1;
}

.text-input:-ms-input-placeholder {
    color: #cbd5e1;
}

.text-input::-ms-input-placeholder {
    color: #cbd5e1;
}


.copy-container{
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 700px;
    text-align: center;
    gap: 7px;
    height: 130px;
}

.copy-container p{
    width: 100%;
    max-width: 600px;
    font-weight: 300;
    line-height: 26px;
    margin: 0 auto;
    padding-top: 8px;
}

@media only screen and (min-width: 1030px) {
    .marketing-container {
       display:flex
    }
    .form-container{
        width: 50%;
    }
}



.card-stack-container {
    width: 100%;
    display: flex;
    height: 100%;
    position: relative;
    align-items: center;
}

.card-stack-container .card-stack {
    width: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
    gap: 60px;
    align-items: center;
    justify-content: center;
}
.card-stack-container .buttons {
    background: transparent;
    border: 2px solid white;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
    z-index: 100;
    outline: none;
    transition: all 0.2s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}


.card-stack-container .prev {
    left: 35px;
    right: auto;
}

.card-stack-container .prev:hover, .card-stack-container .next:hover {
    background: white;
}

.card-stack-container .prev:hover path, .card-stack-container .next:hover path {
    stroke: #714EFF;
}

.card-stack-container .next {
    left: auto;
    right: 35px;
    rotate: 180deg;
}

.card-stack-container .card-stack .card-list {
    max-width: 600px;
    padding: 0;
    height: 500px;
    width: 100%;
    position: relative;}

.card-stack-container .card-stack .card-list__text {
    color: #fff;
    font-weight: 300;
}
.card-stack-container .card-stack .card-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 100ms ease-in-out;
    border-radius: 10px;
    position: absolute;
    list-style: none;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
}
.card-stack-container .card-stack .card-list li:nth-child(1) {
    top: 48px;
    width: 80%;
    opacity: 0.3;
}
.card-stack-container .card-stack .card-list li:nth-child(2) {
    top: 60px;
    width: 90%;
    opacity: 0.9;
}
.card-stack-container .card-stack .card-list li:nth-child(3) {
    top: 72px;
    width: 100%;
    opacity: 1;
}

.transformThis {
    animation: scaleDown 500ms;
}
.transformPrev {
    animation: scaleUp 100ms;
    display: none;
}

.buttons-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 40%;
    max-width: 210px;
}
@keyframes scaleUp {
    0% {
        transform: scale(1.2) translateY(50px);
        opacity: 0;
    }
    20% {
        transform: scale(1.15) translateY(40px);
        opacity: 0.1;
    }
    40% {
        transform: scale(1.1) translateY(30px);
        opacity: 0.2;
    }
    60% {
        transform: scale(1.05) translateY(20px);
        opacity: 0.4;
    }
    80% {
        transform: scale(1.01) translateY(10px);
        opacity: 0.8;
    }
    100% {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}
@keyframes scaleDown {
    0% {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
    20% {
        transform: scale(1.01) translateY(20px);
        opacity: 0.8;
    }
    40% {
        transform: scale(1.05) translateY(40px);
        opacity: 0.4;
    }
    60% {
        transform: scale(1.1) translateY(60px);
        opacity: 0.2;
    }
    80% {
        transform: scale(1.15) translateY(80px);
        opacity: 0.1;
    }
    100% {
        transform: scale(1.2) translateY(100px);
        opacity: 0;
    }
}
@keyframes scaleCard {
    0% {
        top: 5px;
    }
    100% {
        top: 24px;
    }
}

.copy-list{
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
}

.copy-list li{
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.copy-list li.active{
   opacity: 1;
}

.form-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
@media screen and (max-height: 800px) {
    .form-wrapper{
        justify-content: flex-start;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .card-stack-container .card-stack .card-list {
        max-width: 500px;
        padding: 0;
        height: 400px;
        width: 100%;
        position: relative;
    }
    .card-stack-container .card-stack{
        gap: 40px;
    }
}

@media only screen and (max-width: 1260px) {
    .card-stack-container .card-stack .card-list {
        max-width: 500px;
        padding: 0;
        height: 400px;
        width: 100%;
        position: relative;
    }
    .card-stack-container .card-stack{
        gap: 40px;
    }
}
