﻿.form-auth {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    font-weight: bold;
}

.form-auth .input-form {
    background-color: #ebf0fc;
    border-radius: 5px;
    border: 0 !important;
}
