*{padding: 0; margin: 0; box-sizing: border-box;}:root{--black: #000000; --white: #ffffff; --dark: #404952; --gray: #717579; --light-gray: #f6f6f6; --orange: #ffc107; --default-size: 14px; --medium-size: 20px; --default-line-height: 17px;}html,body{min-height: 100vh; display: flex; flex-direction: column; font-family: 'Harmonia Sans'; font-size: var(--default-size); line-height: var(--default-line-height); color: var(--dark); transition: all cubic-bezier(0.39, 0.575, 0.565, 1);}input{width: 100%; height: 57px; background: var(--light-gray); border-radius: 7px; line-height: var(--default-line-height); padding-left: 19px; padding-left: 19px; border: none; outline: none;}input::placeholder{font-family: 'Harmonia Sans'; font-size: var(--default-size); color: var(--gray);}@media screen and (max-width: 450px){input{height: 47px; padding-left: 12px; padding-right: 12px;}}a{text-decoration: none; color: var(--dark);}a:hover, a:active{color: var(--gray);}main{display: flex; flex: 1 1 auto; padding: 0 15px;}.bg-image{background-image: url('./assets/bg-lines.jpg'); background-repeat: no-repeat; background-position: center; background-size: cover;}/* HELPERS START*/.mb-1{margin-bottom: 10px;}.mb-3{margin-bottom: 30px;}.d-flex{display: flex;}.flex-between{justify-content: space-between;}.flex-end{justify-content: flex-end;}.content-centered{justify-content: center; align-items: center;}/* HELPERS END*//* CARD START*/.card{width: 100%; max-width: 592px; background: #ffffff; border: 1px solid #b3b5b7; border-radius: 4px; padding: 18px 30px 26px;}@media screen and (max-width: 450px){.card{padding: 14px 12px 26px;}}.card-title{display: flex; align-items: center; margin-top: 10px; margin-bottom: 30px; font-size: 20px; line-height: 24px;}.card-title .user-icon{margin-right: 12px;}/* CARD END *//* FORM START */.form .input-wrapper{margin-bottom: 1rem;}.form .input-wrapper .input-title{margin-bottom: 0.5rem; font-weight: 700;}#sand-auth-form{background: var(--orange); box-shadow: 1px 1px 0px #e2e2e2; border-radius: 4px; border: 1px solid transparent; padding: 0.8rem 1.2rem; cursor: pointer; transition: all 0.345s;}#sand-auth-form:hover{background: var(--light-gray); border: 1px solid var(--dark); transition: all 0.345s;}/* FORM END */