﻿.loginBackground {
    background: url(../../images/Login/backgroundLogin.png) no-repeat center center fixed;
    background-size: 100% 100%;
    height: 100vh;
    position: relative;
}

.box-login {
    width: 273px;
    height: 384px;
    position: relative;
    background-color: rgba(10, 34, 64, 0.57);
    border-radius: 5%;
    margin: auto;
}

.loginGoogle form {
    text-align: center;
}
.loginGoogle button {
    width: 90%;
    margin-top: 50%;
    background-color: #1600F4;
    border-color: #1600F4;
    font-size: 12px;
}
    .loginGoogle button:hover {
        background-color: #0085F2;
        border-color: #0085F2;
    }

.loginGoogle img {
    padding: 0 5px;
}

.box-logout {
    width: 445px;
    height: 273px;
    position: relative;
    background-color: rgba(10, 34, 64, 0.57);
    border-radius: 5%;
    margin: auto;
}

.box-logout label {
    font-size: 18px;
    font-weight: 600;
}