// 로그인 #loginForm { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; background: #000; a { text-decoration: none; } header { font-family: 'Open-Sans-Extrabold'; font-size: 37px; font-weight: bolder; margin-bottom: 0.7rem; a { color: #d3d629; &:hover, &:focus { color: #a8aa2f; } } } main { border-radius: 0; padding: 20px; border: 1px solid #2f2f2f; background: #191919; h5 { font-weight: bold; margin-bottom: 0.9rem; } div:last-child { ul { margin-bottom: 0; li { span { display: inline-block; margin: 0; padding: 0; width: 1px; height: 11px; background: #b7b8ba; vertical-align: middle; } } } a { color: #b7b8ba; &:hover, &:focus { color: #b9b9b9; text-decoration: underline; } } } hr { margin: 0.5rem 0; border-color: #888; } footer { text-align: center; font-size: 11px; padding-top: 12px; color: #6c6c6c; } } }