﻿input {
   -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

body {
   
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0;
}

#login {
  background-color: rgb(255, 255, 255);
}

#login-splash-content{ 
  margin-top: 60px;
  margin-right: 2%;
  float: left;
  width: 48%;
}

#login-splash-content img
{ 
    width: 340px;
}

#login-splash-inner-table {
    margin:auto; 
    margin-top: 30px;
    width:286px;
}

#login-form {
   background-color: #f3f3f3;
   height: 100%;
   width: 50%;
   float: left;
}

.login-logo {
    color:  #333333;
    font-weight: 700;
    font-size: 28px;
    text-align: left;
    margin-bottom: .5em;
}


.logo-subtext {
    color: #787878;
    font-weight: 700;
    font-size: 20px;
    width: 100%;
    text-align: left;
}

.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;
}

.button-link{
    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;
}

    #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;*/
}
