body {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, rgb(54, 0, 51), rgb(27, 27, 50), rgb(0, 0, 0));
    background-attachment: fixed;
    background-size: cover;
    color: white;
    font-family: Arial, sans-serif;
    font-family: 'Times New Roman', Times, serif;
}


.rotate-icon {
    display: inline-block;
    transform: rotate(-45deg);
    vertical-align: middle;
}

.bi-person-circle {
    font-size: 100px;
    color: #ffffff;
}

h1 {
    text-align: center;
    color: rgb(255, 255, 255);
    margin-top: 5px;
    font-size: 50px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.login-box {
    position: relative;
    top: auto;
    transform: none;
    color: aliceblue;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 40px;
    border-radius: 20px;
    font-size: 1rem;
    width: 500px;
    max-width: 500px;
    margin: auto;
    align-items: center;
    box-shadow: 10px 10px 20px #000000, -10px -10px 20px #000000;
}


.login-box h2 {
    margin-bottom: 20px;
}

.login-box input {
    box-shadow: 10px 10px 20px #000000;
}


.login-box a {
    color: #0c3058;
    text-decoration: none;
    font-size: 20px;

}

.login-box a:hover {
    text-decoration: none;
}

article {
    color: rgb(255, 255, 255);
    font-size: 21px;
}

.volver i {
    color: white;
    transition: color 0.3s ease;
}

.volver:hover i {
    color: black;
}

body.swal2-shown {
    height: 100vh !important;
}

label {
    color: #57595c;
}