html {
    height: 100%;
}
body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
    height: 100%;
}
.login-links {
    padding: 20px 0;
}
.link {
    display: block;
    padding-bottom: 5px;
}

.login-logo {
    margin-bottom: 50px;
}

ul.errorlist {
    color: #fff !important;
    font-size: 16px;
    padding: 5px !important;
    border: solid 2px;
    max-width: 400px;
    margin: -20px auto 10px;
    border-radius: 10px;
    text-align: center;
}

.login-container {
    text-align: center;
}

.login-controls {
    background-color: #fff;
    width: 50%;
    min-width: 450px;
	margin: 0 auto 20px;
	padding: 50px 40px 30px;
	border-radius: 10px;
}

.login-controls input {
    border: none;
    text-align: center;
    color: #e53850;
    border-bottom: 3px solid #fc8d98;
    box-shadow: none;
    font-size: 20px;
    height: 40px;
}

.login-controls input:focus {
    outline: none;
    box-shadow: none;
    border-bottom: 3px solid #fc8d98;
}

.login-controls .btn-primary {
    margin-top: 20px;
}
.btn-login {
    font-size: 24px !important;
}
.link-signup {
    font-size: 20px;
}

@media (max-width: 520px) {
    .login-logo {
        margin-bottom: 20px;
    }
    h1 {
        font-size: 24px;
        margin-top: 5px;
        margin-top: 10px;
    }
    .login-controls {
        min-width: 350px;
    }
    .login-links {
        padding: 5px 0;
    }
    .login-controls input {
        font-size: 14px;
    }
    .login-controls {
        padding: 35px 20px 20px;
    }
}

@media (max-width: 400px) {
    .btn-login {
        font-size: 20px !important;
    }
    .link-signup {
        font-size: 16px;
    }
    .login-controls {
        min-width: 300px;
    }
}
