﻿/* CSS Document */
.yn {
  float: right;
  width: 180px;
  height: 30px;
  margin-left: 15px; }

.yes-no {
  width: 90px;
  height: 30px;
  position: relative;
  right: 0px;
  top: 0px;
  float: left; }

.toggle-button {
  position: relative;
  top: 5px;
  height: 20px;
  width: 20px;
  cursor: pointer; }

.toggle-button-off {
  background-image: url(../images/circle-toggle-off.png); }

.toggle-button-on {
  background-image: url(../images/circle-toggle-on.png); }

.toggle-text {
  position: relative;
  top: -18px;
  left: 25px;
  width: 65px; }

.inputTxt {
  width: 83%;
  padding: 0px;
  border: 0px;
  font-size: 18px;
  height: 32px;
  opacity: 1;
  background: none;
  position: relative;
  top: -3px; }

input[type="button"].background-teal2:hover,
input[type="button"].background-teal2:focus, input[type="reset"].background-teal2:hover,
input[type="reset"].background-teal2:focus, input[type="submit"].background-teal2:hover,
input[type="submit"].background-teal2:focus,
button.background-teal2:hover,
button.background-teal2:focus, .button.background-teal2:hover,
.background-teal2.home-cycle-footer-button:hover,
.button.background-teal:focus, .background-teal.home-cycle-footer-button:focus {
  opacity: .8; }

.color-lite-gray {
  color: #cccccc !important; }

.login-main {
  width: 100%; }

.login-bg {
  width: 100%; }

.login-bg-div {
  height: 790px;
  overflow: hidden;
  background-image: url(../images/bg.jpg);
  background-size: cover; }

.login-holder {
  width: 100%;
  position: absolute;
  top: 280px;
  height: 720px;
  overflow: hidden; }

.login-box {
  width: 600px;
  height: 600px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  top: 0px;
  text-align: center;
  color: white !important;
  padding-top: 50px; }

.teal-box {
  background-image: url(../images/teal-bg.png); }

.purple-box {
  background-image: url(../images/purple-bg.png); }

.login-title {
  font-size: 48px;
  line-height: 110%; }

.login-header {
  font-size: 36px; }

.login-field {
  width: 500px;
  margin-left: 92px;
  margin-left: auto;
  margin-right: auto; }

.login-field-head {
  font-size: 19px;
  text-align: left; }

.login-field-box {
  height: 33px;
  background-color: #fff;
  margin-top: 4px;
  color: gray;
  text-align: left;
  padding: 12px;
  font-size: 21px; }

.login-field-link {
  font-size: 17px;
  text-align: right;
  padding-top: 8px; }

.login-link {
  color: #fff !important; }

.login-close {
  position: absolute;
  right: 50px;
  top: 61px; }

.login-close a {
  color: #fff !important; }

.login-captcha {
  background-color: #fff;
  width: 201px;
  height: 70px; }

.login-captcha-link {
  font-size: 17px;
  text-align: left;
  padding-top: 8px; }

.header {
  height: 150px; }

.header-logo {
  top: 15px; }

.graybar {
  background-color: #e5e5e7;
  width: 100%;
  height: 35px; }

@media only screen and (max-width: 1280px) {
  .login-bg {
    width: 120%;
    position: relative;
    left: -10%; } }

@media only screen and (max-width: 1139px) {
  .login-holder {
    top: 170px; }
  .header {
    height: 130px; } }

@media only screen and (max-width: 960px) {
  .header {
    height: 90px; }
  .login-btn {
    width: 80% !important;
    padding-top: 10px;
    padding-bottom: 10px; }
  .login-holder {
    top: 87px; }
  .login-box {
    width: 100%;
    height: 550px;
    opacity: 1; }
  .login-field {
    width: 80%; }
  .login-bg-div {
    visibility: hidden; }
  .login-main {
    height: 600px; }
  .teal-box {
    background-color: #9dd2cf;
    background-image: none; }
  .purple-box {
    background-color: #857ca7;
    background-image: none; }
  .graybar {
    display: none; } }

@media only screen and (max-width: 414px) {
  .login-main {
    height: 550px; }
  .footer-socials {
    margin-top: 80px; } }

@media only screen and (max-width: 320px) {
  .login-main, .login-box {
    height: 600px; }
  .footer-socials {
    margin-top: 80px; } }

