﻿
/* ---------------------------------------------------------LOGIN------------------------------------------------------------ */
.begin-container {
    background: #C7E4FF;
    width: 400px;
    height: 500px;
    padding: 30px;
    border: 2px solid #333;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 150px;
    margin-bottom: 30px;
}

/* ---------------------------------------------------------LAYOUT----------------------------------------------------------- */
/* CONTAINERS */
.main-content {
    min-height: 91vh;
    padding: 1rem;
    transition: margin-left 0.3s ease;
    background: linear-gradient(135deg, #BDEDFF 0%, #00A2FF 100%);
    background-size: 100% 100%;
}

.main-container-title {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
}

.main-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* TITLES */
.title-menu {
    margin-top: 10px;
    text-align: center;
}

/* SEPARATOR */
.separator-menu {
    height: 2px;
    border-width: 0;
    color: black;
    background-color: black;
    margin-top: 0px;
    margin-bottom: 0px;
}
