﻿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/logo-aci-sky.png");
    background-size: 100% 100%;
    height: 77px;
    width: 365px;
    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;
}


/*input:not([type="submit"]):active,
    input:not([type="submit"]):focus {
        border-radius: 6px 6px 6px 6px;
    }

[data-icon]:after {
    content: attr(data-icon);
}

input#username:hover, input#password:hover {
    border: 1px solid #888888;
    border-radius: 6px 6px 6px 6px;
}

button input:not([type="submit"]):active,
button input:not([type="submit"]):focus {
    background: rgb(103, 103, 103);
    border: 1px solid #CCCCCC;
}

input:focus, textarea:focus {
    border-color: #BA2A00;
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px #000000 inset, 0 0 8px #BA2A00;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

    input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
        border-color: #E9322D;
        box-shadow: 0 0 6px #F8B9B7;
    }

    input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
        border-color: #EE5F5B;
        color: #b82b00;
    }*/

/* Login Button */
/*button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}*/

/*.btn-sign {
    background: #8c8c8c; 
    background: -moz-linear-gradient(top, #8c8c8c 0, #222222 100%, #222222 100%, #222222 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#8c8c8c), color-stop(100%,#222222), color-stop(100%,#222222), color-stop(100%,#222222));
    background: -webkit-linear-gradient(top, #8c8c8c 0,#222222 100%,#222222 100%,#222222 100%); 
    background: -o-linear-gradient(top, #8c8c8c 0,#222222 100%,#222222 100%,#222222 100%);
    background: -ms-linear-gradient(top, #8c8c8c 0,#222222 100%,#222222 100%,#222222 100%);
    background: linear-gradient(to bottom, #8c8c8c 0,#222222 100%,#222222 100%,#222222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c8c8c', endColorstr='#222222',GradientType=0 );
    background-repeat: repeat-x;
    border-color: #000000 #000000 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: white;
}

    .btn-sign:hover {
        background: #555555; 
        background: -moz-linear-gradient(top, #555555 0, #222222 100%, #222222 100%, #222222 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#555555), color-stop(100%,#222222), color-stop(100%,#222222), color-stop(100%,#222222));
        background: -webkit-linear-gradient(top, #555555 0,#222222 100%,#222222 100%,#222222 100%); 
        background: -o-linear-gradient(top, #555555 0,#222222 100%,#222222 100%,#222222 100%);
        background: -ms-linear-gradient(top, #555555 0,#222222 100%,#222222 100%,#222222 100%);
        background: linear-gradient(to bottom, #555555 0,#222222 100%,#222222 100%,#222222 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#222222',GradientType=0 );
        color: #FAFAFA;
    }

.privacy-policy {
    width: 46%;
    margin: 0 auto;
    color: white;
}

#login img {
    height: 67px;
    margin-top: 35px;
    margin-bottom: 25px;
}

#loginForm > div button,
#loginForm > div label,
.login.button {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bolder;
    padding: 5px;
}

#loginForm > div button,
.login.button {
    font-size: 10px;
    color: #DDDDDD;
    text-transform: uppercase;
    font-weight: bolder;
}

.login.button {
    padding: 5px 20px;
}*/
