body {
    background:url('/images/tmp/tmpl_header_concrete.png');
}

/* SEO */

.clear {
    display: block;
    clear: both;
}

/* Template */

.abs {
    position: absolute;
    display:  block;
}

.abs-fullscreen {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.abs-content-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* Layout */

.gwul-portal-login {

    width: 500px;
}

.gwul-portal-login-wrapper {
    padding: 10px;
}

.gwul-portal-login-wrapper form {
    padding: 10px;
}

.gwul-portal-login-wrapper form input[type='text'],
.gwul-portal-login-wrapper form input[type='password'],
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    font-size:20px;
    font-weight:100;
    padding: 12px 15px;
    font-family: 'Open Sans', sans-serif;
    border: 0;
    clear: both;
    display: block;
    float: left;
    margin: 10px 10%;
    width: 80%;
    background-color: #f9c546 !important;
    -webkit-text-fill-color: #d6272f;
    -webkit-box-shadow: 0 0 0px 1000px #f9c546 inset;
}


.gwul-portal-login-wrapper form input[type='submit'] {
    padding: 10px;
    clear: both;
    display: block;
    margin: 20px auto;
    font-weight: 100;
    font-size: 13px;
    border-radius: 3px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    border: none;
    background: #c4333a;
    text-align:  center;
}

.gwul-portal-login-wrapper img {

    width: 300px;
    margin:auto;
    display: block;
}

.gwul-portal-main {

    background: rgba(255, 255, 255, .50);
}

span.portal-alert {

    float:left;

    display:block;

    padding: 20px;

    background: #3b3b3b;

    width:  70%;

    margin: 20px 15%;
}

span.portal-alert p {

    line-height: 1.4em;

    font-size: 12px;

    font-family: 'Open Sans', sans-serif;

    color: #fff;

    text-align:  center;
}