/* Archivo 1 */
body {
    background-color: #11111b;
    color: #89b4fa;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    width: calc(100vw - 16px);
    padding-right: 16px;
    box-sizing: border-box;
}

.container {
    width: 400px;
    margin: 100px auto;
    background-color: #313244;
    padding: 30px;
    border-radius: 15px;
}

h1 {
    font-size: 28px;
    margin-bottom: 20px;
}

a {
    color: #89b4fa;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Archivo 2 */
.container {
    margin: 50px auto;
    text-align: center;
}

label {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
}

input[type="email"],
input[type="text"],
input[type="password"],
input[type="submit"] {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    border: none;
    background-color: #45475a;
    color: #89b4fa;
    font-size: 16px;
    box-sizing: border-box;
}

input[type="submit"] {
    background-color: #89b4fa;
    color: #11111b;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #71a2f3;
}

.home {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 10px 20px;
    border-radius: 8px;
    background-color: #89b4fa;
}

.home a {
    color: #11111b;
    text-decoration: none;
}

.home a:hover {
    text-decoration: underline;
}

/* Archivo 3 */
.login-title {
    font-size: 28px;
    margin-bottom: 20px;
}

.forgot-password {
    margin-top: 15px;
    font-size: 14px;
    color: #a6adc8;
}

.forgot-password a {
    color: #a6adc8;
    text-decoration: none;
}

.forgot-password a:hover {
    color: #89b4fa;
}

/* Archivo 4 */
.message {
    width: 400px;
    margin: 50px auto;
}

.error {
    color: #f38ba8;
}

.success {
    color: #a6e3a1;
}

/* Archivo 5 */
.container {
    margin: 50px auto;
    text-align: center;
}

input[type="email"],
input[type="password"],
input[type="submit"] {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    border: none;
    background-color: #45475a;
    color: #89b4fa;
    font-size: 16px;
    box-sizing: border-box;
}

input[type="submit"] {
    background-color: #89b4fa;
    color: #11111b;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #71a2f3;
}

.home {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 10px 20px;
    border-radius: 8px;
    background-color: #89b4fa;
}

.home a {
    color: #11111b;
    text-decoration: none;
}

.home a:hover {
    text-decoration: underline;
}

/* Archivo 6 */
form {
    width: 400px;
    margin: 50px auto;
}

input[type="password"],
input[type="submit"] {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    border: none;
    background-color: #45475a;
    color: #89b4fa;
    font-size: 16px;
    box-sizing: border-box;
}

input[type="submit"] {
    background-color: #89b4fa;
    color: #11111b;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #71a2f3;
}

.social-login {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: center;
    margin: 0px 70px;
}

.g-recaptcha {

    display: flex;
    justify-content: center;
}