body {
    background-image: url('../images/university.png');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.login-signup-main-heading{
    font-size: 1.6rem; font-weight: bold;
    color: #192f59;
}

.login-signup-transparent-bg {
    background-color: rgba(255, 255, 255, 0.822); 
    padding: 20px;
    border-radius: 10px;
}
.login-signup-instructions-div{
    display: flex; flex-direction: column; justify-content: center;
}
.login-signup-instructions-heading{
    font-size: 1.6rem; font-weight: bold;
}

.login-signup-instructions-div ul{
    list-style-type: decimal;
}

.login-signup-instructions-div ul li{
    margin-bottom: 1rem;  font-size: 0.8rem;
}

.login-signup-form-div{
    border-left: 1px solid;
}

.login-signup-logo{
    display: flex; justify-content: center;
}

.login-signup-logo img{
    width: 70%;
}

.login-signup-form-heading{
    font-size: 1.5rem; font-size: 1.6rem; font-weight: bold; 
}

.login-signup-input{
    font-family: sans-serif; font-size: 0.8rem;
}


/* swal alert confirm button  */
.swal2-confirm {
    background-color: #192f59 !important; 
    color: white !important;
}

.swal2-confirm:hover {
  background-color: #e77913 !important; 
}

/* custom button  */
.btn-custom{
    background-color: #192f59 !important;
    color: white !important;
  }
  
  .btn-custom:hover{
    background-color: #e77913 !important;
  }
  