.authContainer{
    width: 100%;
    height: 100dvh;
    padding: 1rem;
    display: flex;
    align-items: stretch;
}

.talex-input-group.form-password-toggle input.form-control{
    border-radius: .5rem 0 0 .5rem !important;
    border: 1px solid #ced4da;
    border-right: none;
}
.talex-input-group.form-password-toggle .input-group-text {
    background-color: transparent;
    border: 1px solid #ced4da;
    border-left: 0;
    line-height: 1;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
}
.form-floating.input-group{
    border-radius: .5rem !important;
}
.form-floating>.form-control, .form-floating>.form-control-plaintext {
    padding: 1rem .75rem;
    border-radius: .5rem !important;
}

.side-container{
    width: 50%;
    background:url(../../images/bgs/ios.png);
    background-size: cover;
    border-radius: 1rem;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.side-container img{
    position: absolute;
}
.side-container .img1{
    top: 37rem;
    right: 2rem;
    border-radius: 1rem;
    transform: rotate(-13deg);
    box-shadow: -35px -20px 60px 15px #4f386c40;
    z-index: 2;
}
.side-container .img2{
    top: 17rem;
    left: -6rem;
    border-radius: 1rem;
    transform: rotate(-13deg);
    box-shadow: -35px -20px 20px 15px #4f386c40;
    z-index: 1;
    width: 60rem;
}
.side-container .img3{
    top: 10rem;
    left: 2rem;
    border-radius: 1rem;
    transform: rotate(-13deg);
    box-shadow: 35px 35px 60px 15px #4f386c40;
    z-index: 2;
}
.side-container .img4{
    bottom: 2rem;
    left: -2rem;
    border-radius: 1rem;
    transform: rotate(-13deg);
    box-shadow: 35px 35px 60px 15px #4f386c40;
    z-index: 2;
}
.form-container{
    width: 50%;
    display: flex;
    justify-content: center;
    padding: 1rem;
}
.form-container .card{
    padding:1.5rem;
    border-radius: 1rem;
    width: 642px;
    max-width: 100%;
    border: 0;
    box-shadow: none;
    height: 100%;

}
.card .card-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.bg-sky{
    background-color: #c6e2ff;
}
.btn-lg,
#signin{
    height: 48px;
    font-size: 18px;
}
.formboxbackbtncls{
    padding: 2px 5px;
    display: flex;
    gap: 3px;
    border-radius: .25rem;
    background-color: var(--primary-green-color);
    width: max-content;
    color: #fafafa !important;
    align-items: center;
}
.formboxbackbtncls a{
    color: #fafafa;
}
@media (max-width:1024px){
    .side-container {
        position: absolute;
        z-index: 0;
        width: calc(100% - 20px);
        height: calc(100dvh - 20px);
        top: 10px;
        left: 10px;
    }
    .form-container {
        z-index: 5;
        width: calc(100% - 20px);
        height: calc(100dvh - 20px);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        place-items: center;
        background: #000000a3;
        border-radius: 1rem;
        backdrop-filter: blur(1px);
    }
    .form-container .card {
        padding: .5rem;
        border-radius: 1rem;
        width: 642px;
        max-width: 100%;
        border: 0;
        box-shadow: none;
        height: 600px;
    }
    .tnc>*{
        font-size: 8px;
    }
}