﻿body{width:100%;background-position:center;background-repeat:no-repeat;background-size:cover;}button{font-size:20px;}.containerFormLogin{max-height:294px;width:300px;display:flex;align-items:center;}.fundoBtnEscuro{background-color:#000;border-radius:5px;}.btnLogin:hover{opacity:.8;}.main{width:100%;height:100%!important;display:flex;justify-content:center;align-items:center;}.bgSemitransparente{background-color:rgba(255,255,255,.8);}.inputPadrao{width:290px;height:42px;}.inputPadrao.bordaVermelha{animation:shake .2s ease-in-out 0s 2;}.linkResetSenha{font-size:16px;text-align:right;width:100%;}.loadingContainer{display:flex;align-items:center;height:50px;gap:4px;}.logoLoading{width:min-content;font-size:4rem;animation:rotateAnimation 2s linear infinite;background:linear-gradient(90deg,#194162 0%,#2d76b4 100%);color:#fff;padding:10px;border-radius:6px;box-shadow:0 14px 34px 10px rgba(0,0,0,.2);}.titleLoading{color:#2d76b4;display:inline;}.display-flex{display:flex;}@keyframes rotateAnimation{from{transform:rotateY(360deg);}to{transform:rotateY(0);}}@media screen and (max-width:600px){body{background-image:none;}}@keyframes shake{0%{margin-left:0;}25%{margin-left:5px;}75%{margin-left:-5px;}100%{margin-left:0;}}