﻿body {
    background-image: url("/Content/Images/SkyLogin_Background.jpg");
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0;
}

#login {
    background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.35);
}

.login-logo {
    background-image: url("/Content/Images/ACISkyRules_400px.png");
    /*background-image: url("/Content/Images/ACISkyLogo-LG.png");*/
    /*background-size: 100% 100%;*/
    height: 60px;
    width: 402px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 30px;
}

.logo-slogan {
    color: #4e80cd;
    font-weight: 700;
    font-size: 24px;
}

.logo-subtext {
    color: #787878;
    font-weight: 500;
    font-size: 20px;
    width: 100%;
    text-align: center;
}

.email {
    margin-top: 50px;
}

.password {
    margin-top: 15px;
}

.sign-in {
    margin-top: 20px;
}

.sign-in input {
    width: 228px;
    background: #FF7900;
    border: none;
    color: white;
    height: 30px;
}

.forgot-password {
    margin-top: 5px;
}

.forgot-password button{
    border: none;
    background: none;
    text-decoration: underline;
    color: #787878;
}

input.input-box, textarea {
    background-color: white !important;
}

.interested {
    color: #787878;
    text-align: center;
    margin-top: 90px;
}

.privacy-policy {
    color: white;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset; /* Change the color to your own background color */
    -webkit-text-fill-color: black;
    border: none;
}

    input:-webkit-autofill:focus {
        -webkit-box-shadow: /*your box-shadow*/,0 0 0 50px white inset;
        -webkit-text-fill-color: black;
        border: none;
    }

#login {
    width: 800px;
    height: 350px;
    margin: 0 auto;
    margin-top: 75px;
    text-align: center;
    position: relative;
    background-image: -ms-linear-gradient(top, #FFFFFF 0, #F7F7F7 100%);
    background-image: -moz-linear-gradient(top, #FFFFFF 0, #F7F7F7 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0, #F7F7F7 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #F7F7F7));
    background-image: -webkit-linear-gradient(top, #FFFFFF 0, #F7F7F7 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0, #F7F7F7 100%);
}

    #login > h1 {
        color: lightgray;
        text-align: center;
        font-size: 70px;
        text-shadow: 0 0 3px #AFAFAF, 0 0 3px #AFAFAF, 0 0 3px #AFAFAF, 0 0 3px #AFAFAF;
        margin: 32px 0;
    }

/* Alert Message Styling */
.alert-error {
    display: inline-block;
    position: relative;
    width: 100%;
    background-color: #F2DEDE;
    border-bottom: 1px solid #FDC5C5;
    border-top: 1px solid #FDC5C5;
    color: #b82b00;
    font-size: 18px;
    margin: -12px -1px 15px;
    padding: 10px 1px;
    text-align: center;
}

#login > form > div {
    text-align: center;
}

/* Inputs */
input:not([type="submit"]) {
    height: 18px;
}

input, button {
    padding: 3px;
    /*border-radius: 6px 6px 6px 6px;
    border: 1px solid #CCCCCC;*/
}

.aci-btn {
   font-size: 14px !important;
   padding-right: 18px !important;
   padding-left: 18px !important;
   height: 30px !important;
   font-family: "museo-sans",sans-serif !important;
   font-weight: 700 !important;
   -ms-text-shadow: none !important;
   text-shadow: none !important;
   background-image: none !important;
   -ms-border-radius: 0 !important;
   border-radius: 0 !important;
   border: 0;
   line-height: 18px;
   margin-left: 6px;
   margin-right: 6px;
}

.aci-btn-orange {
   background-color: #ff7900 !important;
   color: #FFFFFF !important;
}

.aci-btn-orange:hover {
   background-color: #ee5c05 !important;
}

.aci-btn-gray {
   background-color: #a7a7a7 !important;
   color: #FFFFFF !important;
}

.aci-btn-gray:hover, .btn-aciSky-gray:hover {
   background-color: #787878 !important;
}