﻿.login {
    background-image: url('../Images/LoginBackground.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
}
.circle-login {
    height: 50px;
    width: 50px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    margin-right: -10px;
}
.color {
    color: #FFFFFF;
    font-weight: bold;
}
.logo-login {
    width: 185px;
    margin-bottom: 20px;
}
.button-login {
    color: #FFFFFF;
    border: 0;
    background-color: #2680EB;
    font-size: 19px;
    border-radius: 1.25rem;
    margin-bottom: 50px;
    margin-top: 50px;
    padding: 4px 50px;
}
.user-login {
    display: flex;
    height: 100vh;
    justify-content: center;
}

.login-user {
    align-self: center;
    width: 398px;
}
.input-border {
    border: 1px solid #707070
}

