* {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
}

input[type="text"], input[type="password"] {
    box-shadow: none;
}

body {
    background-color: #fafafa;
    padding: 0 !important;
    margin: 0 !important;
}

button.modern-green-btn {
    background-color: #14b363;
    color: #ffffff;
    border: none;
}

button.modern-green-btn:hover {
    background-color: #15a757;
    color: #ffffff;
}

.btn-big {
    padding: 15px;
}

.btn-medium {
    padding: 10px;
}

#auth {
    max-width: 250px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 25px;
    border-right: 1px solid #e8e8e8;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.auth-header {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 25px;
}

input {
    margin: 0;
    padding: 8px 10px;
    border: 1px solid #ccc;
    width: 225px;
}

button {
    margin-top: 10px;
    width: 246px;
}

#password {
    border-top: none;
}

#error {
    padding: 10px 10px 11px 10px;
    color: #e04200;
}

#copyright {
    font-size: 12px;
    color: #d0d0d0;
    position: absolute;
    left: 25px;
    bottom: 20px;
}
