html,body{height:100%;margin:0;font-family:var(--font-family)!important;font-optical-sizing:auto;font-style:normal}.main{height:100%;width:100%;background-image:url(/images/login.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;align-items:center}.card-login{height:80%;width:70%;background-color:var(--background);box-shadow:0 0 1em .3em var(--gray);border-radius:10px}.column-form{border-right:2px solid var(--primary);padding:20px}.column-desc{padding:20px}.div-title{color:var(--primary)}.div-form{margin-top:25px;display:flex;justify-content:center;align-items:center;flex-direction:column}.img-user-login{width:6rem}.img-animate-login{width:20rem;border-radius:50px;border:1px solid var(--primary)}.img-logo-login{width:40%;border-radius:25px;border:1px solid var(--primary)}@media(max-width:500px){.card-login{height:80%;width:80%}}@media(max-width:768px){.column-form{border-right:0}.column-desc{display:none}}