.auth-forms{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:none;background-color:#007979}.auth-forms .logo{margin-left:-2px}.auth-forms .box-content{width:400px;padding:32px 24px}.auth-forms .box-content>em{display:block;padding:0 14px;font-size:14px;font-weight:400;line-height:21px;text-align:center}.auth-forms h1{margin:0;font-family:var(--font-main);font-weight:700;font-size:22px;line-height:120%;text-align:center;color:#000}.auth-forms form{display:flex;flex-direction:column;gap:22px;width:100%;max-width:421px}.auth-forms form .fields{display:flex;flex-wrap:wrap;gap:18px}.auth-forms form .fields>div.full{flex-basis:100%}.auth-forms .context-link{align-self:center;text-decoration:none;color:#007979;transition:all .3s ease-in-out}.auth-forms .context-link:hover{color:#004646}.auth-forms .cadastrar-senha .fields>div:not(.full){width:100%}