﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*,
*::after,
*::before {
    font-family: Poppins, sans-serif;
}

.login-page, .register-page {
    background: white;
}

.row.justify-content-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

label {
    color: rgb(51 122 183 / 70%);
    font-weight: 300 !important;
    font-size: 0.95rem !important;
    width: 100%;
}

.login-box-header {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}

h3.login-box-msg {
    color: rgb(51 122 183);
    font-size: 2.1rem;
    align-self: start;
    padding: 0;
}

.login-box {
    box-shadow: 0px 0px 4px rgb(51 122 183 / 15%);
}

a {
    font-size: 1.2rem;
}

input#user::placeholder,
input#pass::placeholder {
    font-size: 1.3rem;
    color: rgb(51 122 183 / 40%);
}

input#user,
input#pass {
    border: 1px solid rgb(51 122 183 / 20%);
    border-radius: 3px;
    color: rgb(51 122 183 / 80%);
    font-size: 1.3rem;
}

.login-box-body {
    display: flex;
    flex-direction: column;
}

p {
    font-size: 1.2rem;
    color: rgb(51 122 183 / 67%);
}

img {
    object-fit: contain;
    height: 80px;
    border-radius: 100%;
    box-shadow: 0px 0px 30px rgb(51 122 183 / 15%);
    margin-bottom: 20px;
}

input#btnInicioSesion {
    font-size: 1.2rem;
    border-radius: 6px !important;
}