.login-car{
       margin-top: 100px;
}

.login-area-1{
    display: flex;
    justify-content: center; /* Horizontal centering */
    align-items: center; /* Vertical centering */
    height: 130vh; /* Ensure full height */
}

.forget-container{
    padding: 20px;
    background: #010101  0% 0% no-repeat padding-box;
}

.signup-car{
    position: relative;
    width: 90%;
}

 .login-bg-1 {
    background-color: #F2F1F2;
}

.login-container-2{
    background: #1C1E24 0% 0% no-repeat padding-box;
    border-radius: 0px;
    padding: 20px;
}

.label-gray{
     color: #6D6D6D;
     margin-top: 10px;
     margin-bottom: 10px;
     font-weight: 800;
}

.label-white{
     color: #D7D7D7;
     margin-top: 10px;
     margin-bottom: 10px;
     font-weight: 100;
     text-transform: uppercase;
}

.label-gold{
     color: #EE6822;
     margin-top: 10px;
     margin-bottom: 10px;
     font-weight: 100;
     text-transform: uppercase;
}

.label-blue{
     color: #3E47DD;
     margin-top: 10px;
     margin-bottom: 10px;
     font-weight: 600;
     text-transform: uppercase;
}

.label-green{
     color: #68D698;
     margin-top: 10px;
     margin-bottom: 10px;
     font-weight: 600;
     text-transform: uppercase;
}

.label-purple{
     color: #F9B14A;
     margin-top: 10px;
     margin-bottom: 10px;
     font-weight: 700;
     text-transform: uppercase;
     font-style: italic;
}

.login-eye {
    margin-top: -41px;
    position: absolute;
    right: 95px;
    color: #6D6D6D;
}

.label-black{
 color: #202237;
 margin-top: 10px;
 margin-bottom: 10px;
}

.signup-form{
    background: #D1D5DB;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
    color: #000;
    border: 0px solid #ee6823;
    border-radius: 25px;
}

.signup-form-select{
    background: #D1D5DB;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
    height: 3rem;
    color: #000;
    border: 0px solid #ee6823;
    border-radius: 25px;
}

.signup-form-1{
    background: transparent;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
    color: #fff;
    border: 0px solid #ee6823;
    border-radius: 0px;
    border-bottom: 1px solid #8A8B9A;

}

.signup-form-select-1{
    background: transparent;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
    height: 3rem;
    color: #fff;
    border: 0px solid #ee6823;
    border-radius: 0px;
    border-bottom: 1px solid #8A8B9A
}





@media (min-width:320px)  {
.signup-car{
    position: relative;
    width: 90%;

}

.login-car{
       margin-top: 10px;
}

}

@media (min-width:480px)  {
.signup-car{
    position: relative;
    width: 90%;

}

.login-car{
       margin-top: 10px;
}

}
@media (min-width:600px)  {
.signup-car{
    position: relative;
    width: 90%;

}

.login-car{
       margin-top: 10px;
}


}

@media (min-width:801px)  {
.signup-car{
    position: relative;
    width: 90%;

}

.login-car{
   margin-top: 10px;
}
}

@media (min-width:1025px) {
.signup-car{
    position: relative;
    width: 90%;
    
}

.login-car{
       margin-top: 80px;
}

}
@media (min-width:1281px) {
.signup-car{
    position: relative;
    width: 90%;
    
}

.login-car{
       margin-top: 100px;
}

}