.login-container {
    color: #fff;
    height: 100vh;
    background-color: #282c34;
}

.login-container form {
    width: 25vw;
}

.login-wrapper {
    height: 90vh;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form {
    width: 50vw;
}

.title {
    margin: 5px 0 20px 0;
}

@media(max-width: 720px) {
    form.ui.form {
        width: 75vw;
    }
}