.auth-section {    min-height: calc(100vh - 200px);}#body-s {    max-height: 100vh;    overflow: hidden;}.auth-section form {    padding: 1em;    border-radius: 1em;    box-shadow: 3px 5px 20px 5px rgba(0, 0, 0, 0.36);    border: 1px dotted rgba(0, 0, 0, 0.29);    min-width: 350px;    width: 50%;    min-height: 200px;    background-color: #fff;}.auth-section form label {    margin-top: 0.5em;}.auth-section form label input {    margin-top: 10px;}.auth-section input[type="text"],.auth-section input[type="password"] {    font-size: 1em;    padding: 0.3em;    border-radius: 0.5em;    background: none;    border: 1px dotted rgba(0, 0, 0, 0.44);}.auth-section input[type="text"]:focus,.auth-section input[type="password"]:focus {    outline: 1px dashed rgba(0, 0, 0, 0.35);}