/*** STYLING FOR THE WOIT LOGIN PAGE ***/

/*** background image sourced from richard whitehead website***/

html {
  height: 100%;
  box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0 0 50px 0;
    text-align: center;
    background-image: url(https://s3.amazonaws.com/mychurchwebsite/templates/scenic/design/richard-whitehead/images/bg_image.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-size: 18px;
    position: relative;
    min-height: 100%;
}

.contain {
    background-color: rgba(11, 13, 28, 0.8);
    margin: 100px auto 75px auto;
    width: 90%;
    max-width: 800px;
    padding: 20px 10px;
    box-sizing: border-box;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
}

h1,
h2 {
    color: #ffffff;
    font-family: "Adamina", sans-serif;
    text-align: center;
    letter-spacing: 1px;
}

h1 {
    font-size: 44px;
    width: 90%;
    max-width: 900px;
    margin: 10px auto 40px auto;
}

h2 {
    font-size: 24px;
    margin: 40px auto 0 auto;
    padding: 20px 0;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px 0 0 0;
}

.logo {
    display: none;
}

.loginbox {
    margin: 75px auto;
    text-align: center;
}

.input-container {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    width: 400px;
    margin: 15px auto;
}

.icon {
    padding: 10px;
    background: #7D1419;
    color: white;
    min-width: 50px;
    text-align: center;
    font-size: 22px;
}

.alt .ui-inputfield {
    width: 100%;
    padding: 10px;
    outline: none;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.alt .ui-inputfield:focus {
    border: 2px solid #135ccc;
}

.alt .ui-corner-all {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

/* Set a style for the submit button */

.alt #LoginButton {
    background-color: #7D1419;
    color: white;
    padding: 5px 20px;
    border: none;
    border-top-width: 0 !important;
    cursor: pointer;
    width: 400px;
    opacity: 0.9;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
}

.alt #LoginButton:hover {
    opacity: 1;
}

.alt #LoginButton.ui-state-default {
    background: #7D1419 none no-repeat !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}


.copyright {
    color: #d8d8d8;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    text-align: center;
    text-shadow: 1px 1px 3px #333333;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 0 20px 0;
    margin: 0;
}


/** Text Errors **/

input.ui-state-error {
    border-width: 3px;
}

input.ui-state-error::placeholder {
    color: #cd0a0a;
    opacity: 1;
}

#growler_container.ui-growl {
    position: absolute;
    right: auto;
    left: 50%;
    top: 10px;
    width: 50%;
    margin-left: -25%;
    min-width: 400px;
    max-width: 800px;
    font-size: 15px;
}

@media screen and (max-width: 600px) {
    #growler_container.ui-growl {
        left: auto !important;
        margin-left: 5%;
        width: 90%;
    }
}

#growler_container .ui-growl-item-container {
    background-color: #cd0a0a;
    border: none;
}

#growler_container .ui-growl-item {
    padding: 5px;
}

#growler_container .ui-growl-message {
    width: 100%;
    float: none;
}
.errmsg {
    list-style: none;
    color: #ffffff;
    font-size: 15px;
}
