html {
    height: 100%;
}

body {
    min-height: 100%;
    background: url('./bg.jpg') repeat center center;
    background-size: cover;
    max-height: 100vh;
    overflow: auto;
    margin: 0;
}

[v-cloak] {
    display: none;
}

@media screen and (max-width: 769px) {
    body {
        background-size: unset;
    }
}

h1,
h3 {
    text-align: center;
}

h3 {
    text-transform: uppercase !important;
}

.ui.container {
    display: flex !important;
}

.ui.segment {
    padding: 40px;
    margin: auto !important;
    border-radius: 0 !important;
    margin: 1rem auto !important;
    background: rgba(255, 255, 255, 0.7);
}

form {
    margin-bottom: 0 !important;
}

.register-form {
    max-width: 600px !important;
    margin: 1rem auto;
}

.register-form input {
    text-align: center;
    border-radius: 0 !important;
    border-color: #363636 !important;
}

input::placeholder {
    color: #363636 !important;
    text-transform: uppercase;
}

button {
    border-radius: 0 !important;
    height: 38px !important;
}

.form-error {
    display: none;
}

.field .error {
    display: none;
}

.field.error .error {
    display: block;
    color: #f44336;
}

p.error {
    margin: 4px 0;
}
.ui.form .error.message {
    display: block !important;
}
