.auth-form{
    background-color: #522E68;
    color: white;
    border-radius: 44px;
    
}

input::placeholder{
    font-size: small;
    color: #BEBEBE !important;
    
}

.greeting{
    font-weight: 700;
}

.blue-text{
    color: #70ADDE;
}

.welcome-msg{
    font-weight: 600;
    margin-top: -20px;
    font-size: small;
}

a{
    text-decoration: none;
    cursor: pointer;
}

.container {
    position: relative; /* Create a positioning context */
  }
  
  .overlay {
    position: absolute; /* Position the elements absolutely within the container */
    top: 0;
    left: 0;
    z-index: 1; /* Control the stacking order */
  }
  
  .overlay-2 {
    margin-left: 0%;
    z-index: 2; /* Overlay 2 appears above Overlay 1 */
  }
  
 .legal{
    margin-left: 30px;
 }

 .footer-link{
    color: #C1C8E5;
    font-size: xx-small !important;
    font-weight: 700;
 }

 .footer-link:hover{
    color:#522E68;
 }

 .auth-form-label{
    font-size: small;
    color: #C1C8E5;
    font-weight: 700;
 }

 .form-link{
    font-weight: 600;
    font-size: small;
   
 }
 

 .btn-primary{
    background-color: #70ADDE !important;
    border: none !important;
 }
 

@media (min-width: 576px) { 
    .overlay-2 {
        margin-left: 10%;
        }

        
 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 

    .overlay-2 {
        margin-left: 10%;
        }
       
        form{
            margin-top: 0 !important;
        }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .overlay-2 {
        margin-left: 60%;
        }
   
 }

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .overlay-2 {
        margin-left: 60%;
        }

 }

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
    .overlay-2 {
        margin-left: 60%;
        }

 }