[v-cloak] {
  display: none;
}
body{
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #969f45;
}
h5{
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;

}
.loginBox{
    width: 95vw;
    border-radius: 30px;
    padding: 30px;
    border: 3px solid #fff;
    max-width: 450px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.loginBox div{
    width: 100%;
}
.loginBox h5{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 20px;
}
.loginBox .info{
    text-align: center;
    margin-bottom: 15px;
}
.loginBox img{
    margin-bottom: 15px;
}
.loginBox label{
    color: #fff;
}
.loginBox .formGroup{
    margin-bottom: 15px;
}
.loginBox .form-control{
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 1rem;
    border: 2px solid #fff;
    color: #fff;
    height: 50px;
    background-color: rgba(255,255,255,0.2);
    text-align: center;
    font-weight: bold;
}
.loginBox .form-control::placeholder{
    color: #fff;
}
.loginBox .btn{
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 1rem;
    height: 50px;
    background-color: #339194;
    color: #fff;
    margin-top: 30px;
    border: 2px solid #fff;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
img.people{
    margin-top: 30px;
}
