body {
    background-color: #2d2c33;
}

.container {
    display: flex;
    align-content: center;
    align-items: center;
    height: 100vh;
    justify-content: center;
}

.login__logo {
    width: 300px;
}

.login__header,
.remember__header {
    text-align: center;
    font-weight: 600;
    color: #80808e;
    font-size: 13px;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
}

form {
    max-width: 360px;
    width: 300px;
    margin-top: 20px;
}

.input.text.required label {
    display: none;
}

fieldset > legend {
    display: none;
}

.input.email label,
.input.password label {
    display: none;
}

.input.email input,
.input.password input,
.input.required input {
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: none;
    color: #333;
    background: #fff;
    padding: 10px 15px;
    height: auto;
}

.submit {
    display: flex;
    justify-content: center;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.without__login a {
    background-color: #ffa700;
    border-color: transparent;
    color: #2d2c33;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px;
    text-transform: none;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.without__login a:hover {
    color: #fff;
}

.login__remember a,
.remember__remember a {
    color: #80808e;
    font-size: 13px;
    text-decoration: underline;
}

.without__login {
    margin-bottom: 10px;
}

.users.form.login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.without__login a {
    padding: 7.5px 15px;
    font-weight: 600;
    transition: all 0s linear;
}

.without__login a:hover {
    background-color: #606c76;
}
