/*main.html*/
html {
    max-width: none !important;
    width: 100%;
    background: linear-gradient(#364c59, #121f26) fixed;
    min-height: 100% !important;
    overflow: auto;
}

body {
    width: 100%;
    min-height: 100% !important;
    background-color: transparent;
    font-size: 16px;
}


h1 {
    display: block;
    text-align: center;
    font-size: 1.5rem;
}


.content{

    min-height: unset;

}

.footer-spacer{
    height: 100px;
}

.footer {
    text-align: center;
    font-size: 16px;
}

.link-lowlight {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
}

.link-lowlight:hover,
a:active,
a:hover {
    outline: 0;
    color: #2d7399;
}

.link-lowlight,
a{
  outline: 0;
  color: #45ace5;
  text-decoration: none;
 }

.copyright {
    text-align: center;
    font-size: 15px;
    color: #6797b8;
}

.saml-login {
    display: none;
}


/*login.html*/
.logo {
    height: 100px;
    margin: 5% auto;
}

.logo span {
    margin: auto 45px;
}

.logo img {
    height: 100%;
    width: auto;
}

.logo .ge-logo {
    height: 150%;

}

.island {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    background-color: transparent;
    border-style: none;
    box-shadow: none;
    color: #b6c3cc;
    width: 100%;
    line-height: 28px;
    margin-bottom: 0.8rem;
    padding: 0.5rem;
    min-height: 3rem;
 }


.island .island-content {
    width: 15%;
    margin: 0 auto;
}


/* .island h1 { */
    /* font-size: 30px; */
    /* margin: 1rem 0; */
    /* color: #e2e8ed; */
/* } */
.island h1 {
    font-size: 40px;
    margin: 1rem 0;
    color: skyblue;
    font-weight: bold;
}

.island p {
    font-style: italic;
    color: #58abee;
}

.disclosure {
    width:500px;
    margin: 0 auto;
    line-height: 110%;
}

.disclosure > .disclosure-title {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    text-transform: lowercase;
}

/* .disclosure > .disclosure-intro { */
    /* color: whitesmoke; */
    /* width: 70%; */
    /* margin: 0 auto; */
    /* padding-bottom: 20px; */
    /* font-size:18px; */
/* } */
.disclosure > .disclosure-intro {
    color: whitesmoke;
    /* width: 70%; */
    margin: 0 auto;
    padding-bottom: 20px;
    font-size:18px;
}

.disclosure > .disclosure-text {
    font-style: normal;
    font-size:  14px;
    text-align: left;
    line-height: 110%;
    color: #b6c3cc;
}

.alert {
    background: linear-gradient(#364c59, #121f26) fixed;
    width: 450px;
    margin-left: -125px;
}

.alert-success {
    border-color: #a3a3a3;
}

.alert-error {
    border-color: #e46274;
}

.alert-error p {
    color: white;
    font-style: italic;
    font-weight: 100;
    font-size: 16px;
}

.form-control {
    font-size: 20px;
}

input[type="submit"].island-button,
input[type="submit"].island-button:hover {
    border: 1px solid #007ACC;
    background-color: #007ACC;
    box-shadow: none;
    color: #fff;
    margin: 10% auto 0px;
    width: 50%;

}

  /* Inputs */
form input[type=email],
form input[type=password],
form input[type=text] {
    box-sizing: border-box;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: block;
    background-color: transparent;
    border: none;
    border-style: none;
    border-bottom: 1px solid #a3a3a3;
    border-radius: 0px;
    box-shadow: none;
    color: #b6c3cc;
    width: 100%;
    line-height: 28px;
    margin-bottom: 0.8rem;
    padding: 0.5rem;
    min-height: 3rem;
}
form input[type=email]:active,
form input[type=email]:focus,
form input[type=password]:active,
form input[type=password]:focus,
form input[type=text]:active,
form input[type=text]:focus {
    background-color: #ffffff;
    border: none;
    border-style: none;
    border-bottom: 1px solid #007acc;
    border-radius: 0px;
    box-shadow: none;
    color: #2c404c;
    outline: none;
}
form input[type=email]::-webkit-input-placeholder,
form input[type=password]::-webkit-input-placeholder,
form input[type=text]::-webkit-input-placeholder {
    font-style: italic;
}
form input[type=email]::-moz-placeholder,
form input[type=password]::-moz-placeholder,
form input[type=text]::-moz-placeholder {
    font-style: italic;
}
form input[type=email]:-ms-input-placeholder,
form input[type=password]:-ms-input-placeholder,
form input[type=text]:-ms-input-placeholder {
    font-style: italic;
}
form input[type=email]::placeholder,
form input[type=password]::placeholder,
form input[type=text]::placeholder {
    font-style: italic;
}


@media screen and (max-width: 63.9em){
    .logo {
        height: 70px;
        margin: 10% auto;
    }

    input[type="submit"].island-button,
    input[type="submit"].island-button:hover {
        width: 100%;
    }

}
