﻿html, body {
    width: 100%;
    height: 100%;
    font-family: 'Montserrat';
    font-size: 22px;
}

body::after {
    content: "";
    background: url('../Images/NovoLogin/medical-physician-doctor-man-2.jpg') no-repeat fixed center;
    background-size: cover;
    opacity: 0.2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.flex-container {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 100%;
}

.prancheta-azul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #4274BB;
    width: 775px;
    height: 527px;
    border-radius: 85px;
}

.prancheta-cinza {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #F1F1F3;
    width: 390px;
    height: 527px;
    border-radius: 80px;
}

.fonte-azul {
    color: #4274BB;
}

.bem-vindo {
    width: 75%;
    font-size: 23px;
}

.logo-vita {
}

.painel-form {
    width: 385px;
    height: 100%;
    padding: 50px;
    color: #FFFFFF;
}

.acesso-exclusivo {
    font-size: 20px;
    padding-left: 10px;
}

.campo-form {
    margin-top: 30px;
}

.botao {
    margin-top: 50px;
    text-align: center;
}

.painel-botao-confirmacao {
    display: flex; 
    justify-content: space-between;
    margin-top: 50px;
}

input {
    border-radius: 15px;
    border: none;
    outline: none;
    color: #2F5563;
    height: 50px;
}

input[type=text], input[type=password] {
    width: 100%;
    margin-top: 10px;
}

input[type=submit] {
    width: 176px;
    background-color: #FAD50B;
    font-size: 29px;
}

.esqueci-senha {
    text-align: center;
    margin-top: 10px;
}

.esqueci-senha a {
    color: #FFFFFF;
    font-size: 16.5px;
    text-decoration: underline;
}

.informacoes {
    text-align: center;
    color: #4A469D;
    font-size: 17px;
    font-weight: 500;
}

.alert {
    width: 775px;
    display: none;
    font-size: 15px;
}

.alert span {
}
