div.container {
    width: 100%;
    display: table;
}

div.action-container {
    position: absolute;
    margin: 0;
    top: 40%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

div.action-container a {
    text-decoration: underline;
}

div.login-container {
    background: #ffffff;
    -webkit-box-shadow: 0 23px 28px -22px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 23px 28px -22px rgba(0, 0, 0, 0.35);
    box-shadow: 0 23px 28px -22px rgba(0, 0, 0, 0.35);
}

div.auth-container {
    background: #ffffff;
    -webkit-box-shadow: 0 23px 28px -22px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 23px 28px -22px rgba(0, 0, 0, 0.35);
    box-shadow: 0 23px 28px -22px rgba(0, 0, 0, 0.35);
    float: left;
    padding: 30px 10px;
    text-align: center;
    border: 1px solid #dddddd;
    width: 400px;
}

div.logo-container {
    padding: 10px;
}

div.logo-container span {
    position: relative;
    top: -15px;
    font-size: .4rem;
}

img.logo {
    width: 322px;
}

div.login-form {
    padding: 30px 10px;
    text-align: center;
    border: 1px solid #dddddd;
    width: 400px;
}

div.dark {
    background-color: #f7f7f7;
}

input[type=text], input[type=password] {
    border: 1px solid #dddddd;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: .35rem;
    margin: 0;
    display: block;
}

input[type=text]:focus, input[type=password]:focus {
    outline: none;
    border: 1px solid rgba(255, 152, 75, 1);
}

.consent {
    padding-bottom: 10px;
    padding-top: 10px;
    width: 320px;
    margin: auto;
    text-align: left;
    font-size: small;
}

.consent input[type=checkbox] {
    display: inline;
}

input.submit {
    background: #18a042;
    color: #ffffff;
    padding: 10px;
    border: 0;
    width: 100%;
    font-size: .35rem;
    font-weight: bold;
}

input.submit:disabled {
    opacity: 0.5;
}

input.submit:hover {
    background: #28b353;
    cursor: pointer;
}

.error {
    font-size: .3rem;
    color: #cc111c;
}

div.error {
    text-align: left;
    padding-right: 10px;
    position: relative;
    top: 2px;
}

div.panel {
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-size: .4rem;
}

div.panel.success {
    color: #18a042;
}

div.panel.failure {
    color: #cc111c;
}


.error-placeholder {
    height: 0.8em;
}

.auth-form {
    max-width: 340px;
    margin: auto;
}

.g-recaptcha {
    margin-top: 5px;
    transform: scale(1.12);
}

.form-title {
    margin-bottom: 20px;
}
