html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}


html,
body,
#background_wrapper,
#background_left,
#background_right {
    height:100%;
}

#background_wrapper {
    position: fixed;
    height: 100%;
    top: 0;
    width: 100%;
}

@media (max-width:1200px) {
    #background_wrapper.ipad {
        position: absolute;
        height: 106%;
        width: 106%;
    }
    #logo_toyota.ipad {
        margin-left: 88px;
    }
    #logo_lexus.ipad {
        margin-left: -10px;
    }
}

#login_form {
    position: relative;
    padding-top: 5%;
}

#background_left {
    background: white;
    width: 50%;
    min-height: 100%;
    float: left;
    overflow: hidden;
    position: absolute;
}

#background_right {
    background: url('/img/login_bkg_right_tex.png');
    width: 50%;
    min-height: 100%;
    float: right;
    overflow: hidden
    position: absolute;
}

#background_right_gradient {
    position: relative;
    width: 100%;
    height: 300px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.19) 0%, rgba(0,0,0,0) 94%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.19)), color-stop(94%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.19) 0%,rgba(0,0,0,0) 94%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.19) 0%,rgba(0,0,0,0) 94%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.19) 0%,rgba(0,0,0,0) 94%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.19) 0%,rgba(0,0,0,0) 94%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

#logo_wrapper {
    display: block;
    width: 1024px;
    height: 280px;
    margin: auto;
    padding: 0;
}

#logo_toyota {
    background: url('/img/login_toyota.png');
    display: inline-block;
    width:460px;
    height: 280px;
    margin: 0;
    padding: 0;
    margin-left: 49px;
}

#logo_lexus {
    background: url('/img/login_lexus.png');
    display: inline-block;
    width:460px;
    height: 280px;
    margin: 0;
    padding: 0;
    margin-left: 39px;
}

#login_form form {
    margin: auto;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #DEDFDD 0%, #C8C9C6 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #DEDFDD 0%, #C8C9C6 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #DEDFDD 0%, #C8C9C6 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DEDFDD), color-stop(1, #C8C9C6));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #DEDFDD 0%, #C8C9C6 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #DEDFDD 0%, #C8C9C6 100%);

    /*background: url('/img/login_box_tex.png');*/
    width: 500px;
    /*min-height: 205px;*/
    margin-top: 5%;
}

.ui-widget-content {
    border: none;
    background: none;
    margin: auto;
    width: 480px;
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    padding-top: 20px;
    color: #444d52;
}

.login_button {
  background: #6c93b8;
  background-image: -webkit-linear-gradient(top, #6c93b8, #526b8c);
  background-image: -moz-linear-gradient(top, #6c93b8, #526b8c);
  background-image: -ms-linear-gradient(top, #6c93b8, #526b8c);
  background-image: -o-linear-gradient(top, #6c93b8, #526b8c);
  background-image: linear-gradient(to bottom, #6c93b8, #526b8c);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: "toyota_displayregular", sans-serif;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  /*padding: 10px 20px 10px 20px;*/
  padding-left: 20px;
  padding-right: 20px;
  border-top: solid #92b2c5 2px;
  border-right: solid #5d7796 2px;
  border-bottom: solid #5d7796 2px;
  border-left: solid #92b2c5 2px;
  text-decoration: none;
  height: 46px;
  min-width: 158px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login_button:hover {
  background: #6ba2d6;
  background-image: -webkit-linear-gradient(top, #6ba2d6, #5274a1);
  background-image: -moz-linear-gradient(top, #6ba2d6, #5274a1);
  background-image: -ms-linear-gradient(top, #6ba2d6, #5274a1);
  background-image: -o-linear-gradient(top, #6ba2d6, #5274a1);
  background-image: linear-gradient(to bottom, #6ba2d6, #5274a1);
  text-decoration: none;
}

table#buttons {
    margin: 0 auto;
}

td a#back span {
    font-family: Arial, sans-serif;
    font-kerning: auto;
    font-size: 17px;
    font-weight: bold;
    line-height: 48px;
    /*position: absolute;
    top: 13px;
    left: 51px;*/
}

#button span {
    background: none;
    color: #ffffff;
}

input {
    background: #434c51;
    border: solid 1px #343F4C;
    -webkit-box-shadow: inset 0px 6px 13px 3px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: inset 0px 6px 13px 3px rgba(50, 50, 50, 0.75);
    box-shadow: inset 0px 6px 13px 3px rgba(50, 50, 50, 0.75);
    height: 20px;
    color: #ffffff;
    border-radius: 2px;
    width: 281px;
    height: 30px;
}


input:-webkit-autofill {
    -webkit-box-shadow: 0px 10px 27px 20px #434c51 inset !important;
    -webkit-text-fill-color: #ffffff !important;
}

fieldset .field label {
    padding-top: 3px;
}

#login_form a {
    color: #ffffff;
    margin: auto;
    position: relative;
    width: 137px;
    text-decoration: none;
    font-size: 13px;
}

#login_form a:hover {
    text-decoration: underline;
}

.login_info {
    width: 530px;
    color: #ff0000;
    position: absolute;
    text-align: center;
}

.login_message {
    max-width: 480px;
    color: #ff0000;
    padding: 10px;
    text-align: center;
    font-size: 14px;
}

.info_wrapper {
    display: relative;
    margin-left: auto;
    margin-right: auto;
    width: 530px;
}

div.info_wrapper legend {
  position: absolute;
  top: -10px;
  left: 15px;
  width: 466px;
}

.forgot {
    margin-top: 23px !important;
}

.message  {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 60px;
}

.message div {
    background: rgb(255, 219, 219);
}

.message p {
    height: 10px;
    margin-top: 10px;
}


div#buttons {
    margin: 0 auto;
    width: 440px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
