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

}
.loginBox{
    width: 350px;
    border-radius: 30px;
    padding: 30px;
    border: 5px solid #666;
    max-width: 95vw;
    color: #000;
    background-color: #fff;
    box-shadow: 10px 10px 5px rgba(0,0,0,0.3);
}
.loginBox h5{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: 20px;
}
.loginBox img{
    margin-bottom: 15px;
}
.loginBox label{
    color: #000;
}
.loginBox .formGroup{
    margin-bottom: 15px;
}
.loginBox .form-control{
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 1rem;
    border: 2px solid #000;
    color: #000;
    height: 50px;
    background-color: rgba(255,255,255,0.5);
    text-align: center;
}
.loginBox .btn{
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background-color: #000000B2;
    color: #28F4F4;
    margin-top: 30px;
    border: none;
    letter-spacing: 2px;
    font-weight: bold;
    transition: all .5s;
}
