.logincontainer {
    width: 30%;
    margin: 10% auto;
}

.custom-error {
    margin-top: 5px;
    width: 100%;
    height: 55px;
    padding: 0;
    overflow: hidden;
}

.alert {
    position: relative;
    padding: 7px 1.25rem 0 1.25rem;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert.alert-danger.text-center {
    margin-top: 5px;
}

.login-text {
    background-color: #eeeeee2b;
    font-weight: 200;
    margin-top: 15px;
}

  .big-checkbox {
    width: 10px;
    height: 10px;
    transform: scale(1.5); 
}
.Forgot-password {
    display: flex;
    justify-content: space-between;
}
.custom-error {
    position: absolute;
    top: 1%;
    width: 30%;
    right: 1%;
}
.swal2-container {
    z-index: 9999 !important;
}
.custom-swal-title {
    font-size: 1rem; 
}
.custom-swal-text {
    font-size: 0.875rem; 
}
.custom-swal {
    width: 300px; 
    padding: 1rem; 
}
