
.landing-login {
    width: 100%;
    height: 100vh;
    background-image: url('../img/bg-login.png');
    background-size: 100% 100%;
}


.content {
    height: 100%;
    display: flex;
    align-items: center;
}

.content .content-left label {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.content .content-left p {
    font-size: 20px;
    width: 230px;
    margin: auto;
    margin-bottom: 1.5em;
}

.content .content-left .btn-staff {
    width: 148px;
    height: 43px;
    color: #ED1C24;
    background: transparent;
    border: 1px solid #ED1C24;
    border-radius: 50px;
    font-size: 27px;
    padding-top: 0;
}

.content .content-left .btn-staff:active,
.content .content-left .btn-staff:focus,
.content .content-left .btn-staff:hover {
    background: #ED1C24;
    color: white;
    outline: none;
    box-shadow: none;
}

.content .content-right label {
    font-size: 35px;
    color: white;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.content .content-right p {
    font-size: 20px;
    color: white;
    width: 230px;
    margin: auto;
    margin-bottom: 1.5em;
}

.content .content-right .btn-staff {
    width: 148px;
    height: 43px;
    color: white;
    background: transparent;
    border: 1px solid white;
    border-radius: 50px;
    font-size: 25px;
    padding-top: 0;
}

.content .content-right .btn-staff:active,
.content .content-right .btn-staff:focus,
.content .content-right .btn-staff:hover {
    background: white;
    color: #282828;
    outline: none;
    box-shadow: none;
}

.logo{
    width: 68px;
    position: absolute;
    top: 45%;
    left: 47.5%;
}

.footer{
    position: absolute;
    bottom:0;
    right:0;
    color:white;
    font-size: 15px;
    font-weight: bold;
    padding: 15px;
}
