body {
    margin: 0;
    font-family: 'Poppins', Arial, sans-serif; 
    background: linear-gradient(135deg, #423c90, #413b8d, rgba(59, 47, 143, 0.7));
    color: white;
    height: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.background-image{
    background-image: url(/myfront/imgs/arkaplan.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: -100;
}


.container-fluid {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    padding: 20px;
}



.container-fluid2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    padding: 20px;
}

.logo {
    height: auto;
}

.ust-logo .logo {
    max-width: 230px;
}
.alt-logo .logo {
    max-width: 80px;
}

.title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #f9de6d;
    text-align: center;
    margin-bottom: 20px;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;

}
.top-title{
    font-size: 25px;
    line-height: 38px;
}
.title-sub {
    color: #fff;
    font-size: 20px;
    line-height: 29px;
}
.fss-bot{
    font-size: 20px;
    line-height: 29px;
}
@media (max-width: 375px) {
    .mb-top {
        margin-top: 60px;
    }
}


.title-success{
    color: #56f672!important;
}
.title-success i{
    font-size: 50px;
}

.form-control {
    border-radius: 20px;
    text-align: center;
    font-size: 1rem;
}

.btn-custom {
    background-color: #f9de6d;
    color: #5b4cc6;
    border-radius: 20px;
    font-weight: bold;
    font-size: 1rem;
}

.btn-custom:hover {
    background-color: #e5c700;
}

.form-section {
    max-width: 1024px;
}

@media (max-width: 990px) {
    .form-section {
        width: 100%;
    }
}


.form-section-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -150px; 
}

.form-section #step1 form,  .form-section #step2 form {
    max-width: 400px;
    width: 100%;
}

.alt-logo {
    align-self: center;
}

#step1 {
    display: contents;
}

#step2 {
    display: none;
}

#step2 .title-sub {
    width: 380px;
    font-weight: bold;
}        

#send-code-form .btn{
    width: 200px;
}    
#verify-code-form {
    width: 200px;
}

.countdown {
    white-space: nowrap; 
}

.custom-btn {
    display: inline-flex;
    position: relative;
    align-items: center;
    gap: 10px;
    color: #f9de6d;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    padding: 2px 20px 0 35px;
    border-radius: 50px;
    border: 2px solid #f9de6d;
    text-decoration: none;
    transition: background-color 0.3s, transform 0.2s;
}

.custom-btn:hover {
    background-color: #6158ab;
    transform: scale(1.05);
}

.icon-container {
    background-color: #f9de6d;
    border-radius: 50%;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    position: absolute;
    height: 50px;
    left: -40px;
}

.icon-container i {
    color: #6158ab;
    font-size: 1.5rem;
}

.custom-btn .dropdown-icon {
    font-size: 1.2rem;
}
.form-margin-top10{
    margin-top:50px
}
.form-margin-top25{
    margin-top:100px
}
.form-logo img{
    height: 100px;
}
.form-input{
    position: relative;
}
.form-input span{
    height: 25px;
    width: 25px;
    
    border: 2px solid #3a2e9f;
    border-radius: 50%;
    background-color: #f9de6d;
    color: #3a2e9f;
    position: absolute;
    top: -10px;
    left: -10px;
}
.form-input input{
    height: 100px;
}
.pl-30{
    padding-left: 30px;
}
.mb-form{
    display: none;
}
.dp-form{
    display: initial;
}

@media (max-width: 1024px) {
    .container-fluid {
        justify-content: initial;
    }
    .mb-top {
        margin-top: 60px;
    }
    .form-section-flex {
        margin-top: -33px;
    }
    .alt-logo {
        margin-top: 20px;
    }
    .title-sub{
        margin-top: 60px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .mb-form{
        display: initial;
    }
    .dp-form{
        display: none;
    }
    .container-fluid {
        justify-content: initial;
    }
    .mb-top {
        margin-top: 60px;
    }
    .form-section-flex {
        margin-top: -33px;
    }
    .alt-logo {
        margin-top: 20px;
    }
    .title-sub{
        margin-top: 60px;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .container-fluid {
        justify-content: initial;
    }
    .mb-top {
        margin-top: 60px;
    }
    .form-section-flex {
        margin-top: -33px;
        }
    .alt-logo {
        margin-top: 20px;
    }
    .title-sub{
        margin-top: 60px;
        text-align: center;
    }
}

@media (max-width: 375px) {
    .container-fluid {
        justify-content: initial;
    }
    .mb-top {
        margin-top: 60px;
    }
    .form-section-flex {
        margin-top: -33px;
    }
    .alt-logo {
        margin-top: 20px;
    }
    .title-sub{
        margin-top: 60px;
        text-align: center;
    }
}