body {
    font-family: Arial, sans-serif;
    margin: 0%;
    /*background-color: #E5E5E5;*/
}

.divContainer {
    position: relative;
    height: 100vh;
    width: 100%;
    background: linear-gradient(137deg, #b3e7eb, #63cb6cb0)
}

.divBody {
    height: 90vh;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}


.divPaneles {
    display: flex;
    width: 90%;
    overflow: hidden;
    box-shadow: 0 0 20px #1b4b6c63;
    border-radius: 25px;
    background-color: #dcfbfe;
}

.welcome-section {
    display: flex;
    background-color: #0b32ff38;
    width: 50%;
}

.login-section {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
}

input[type="text"], input[type="password"] {
    width: 80%;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
}

.checkbox-container {
    display: flex;
    align-items: center;
}

button {
    width: 15%;
    padding: 15px;
    background-color: #8aeda5;
    border: none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    font-size: medium;
}

a {
    color: #6C63FF;
    text-decoration: none;
}

.divNombre {
    /*background-color: aliceblue;*/
    width: 50%;
    height: 10%;
    margin-bottom: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.divPiePagina {
    height: 10vh;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
}

.labelNombre {
    font-size: 100px;
    font-family: 'Brush Script MT', cursive;
    color: white;
}

.labelCopyright{
    margin-right: 5%;
    color: white;
}

.labelPoweredBy{
    margin-right: 3.5%;
    color: white;
}


/* Media Queries */
@media (max-width: 768px) {
    
}
