html, .navbar{
	background-color: #f7f7f7;
}

.input {
  height: 60px;
  border-radius: 3px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.control input[type='checkbox'] {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
}

.Rectangle-9-Copy-28 {
  width: 204px;
  height: 60px;
  border-radius: 2px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #003c88;
}

.Update-Copy-28 {
  height: 24px;
  font-family: Futura;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.faq-title{
	font-weight: bold;
  font-size: x-large;
}

.faq{
	font-weight: 600;
}

.tagline-text{
	font-size: 44px;
	font-weight:300;
	color: #dd1d21;
}

.bgimage{
	
	width: 100%;
	height: 408px;
  background-position: center bottom;
  background-repeat: no-repeat;
}

/*a {
  color: #33b1c3;
}*/

#forgot-username-link, #forgot-password-link{
  color: #4a90e2;
}

#video-mh, #help-modal-link{
  color: #595959;
}

.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #595959;
}

.modal-card-head{
  background-color: #fbce07;
}

.email{
  text-decoration: underline;
}

.my-error-class{
  color:#FF0000;  /* red */
}

.my-error-class:focus, .my-error-class:active{
  border-color: #FF0000;
}

.faq-section{
  margin-top: 1em;
}

.login-footer{
    background-image: url("/nextgen-login/images/newLoginPage/group-17.svg");
    height: 408px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.footer-image{
  margin-bottom: -8em;
  bottom: 0;
  position: absolute;
  margin-left:59%;
  max-width: 42%;
}

.footer-menu{
  margin-bottom: -18em;
  bottom: 0;
  position: absolute;
  color: white;
}

.copyright{
  float: left;
}

.navbar-item img {
    max-height: 3.75rem;
}

.remember-me{
  color: #4a90e2;
  vertical-align: top;
}

/*Tablet Screen*/
@media only screen and (min-width: 769px) and (max-width: 1087px){
  .container{
    margin: 20px; 
  }
}

/*Mobile Screen*/
@media only screen and (max-width: 600px) {

  .tagline-text {
    font-weight: 700;
    font-size: 1.4em;
  }
  .container{
    margin: 20px; 
  }

  .footer-image{
    margin-bottom: -5em;
    margin-left: 20%;
    max-width: 100%;
  }
  
  .footer-menu{
    margin-bottom: -20em;
    text-align: center;
  }

  .login-footer{
    margin-top: 20%;
  }

  .faq-section{
    margin-top: 1em;
  }
}
/* Tagline text shine*/
.tagline-text{
 
  font-weight: 400;
  text-transform: capitalize;
  -webkit-mask-image: linear-gradient(-75deg, rgba(244,55,55,0.6) 50%, #f43737 50%, rgba(0,0,0,1) 70%);
  -webkit-mask-size: 200%;
  animation: shinetext 2s infinite;
}

@-webkit-keyframes shinetext {
from {
  -webkit-mask-position: 150%;
}

to {
  -webkit-mask-position: -50%;
}
}
/*Login Button hover glow*/

.is-link {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.is-link:hover {
  color: white;
 -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.is-link:hover:before {
  -webkit-animation: shine 0.5s 0s linear;
  -moz-animation: shine 0.5s 0s linear;
  animation: shine 0.5s 0s linear;
}
.is-link:active {
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}
.is-link:before {
  content: '';
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: white;
  box-shadow: 0 0 15px 3px white;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

@-webkit-keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@-moz-keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}

.footer-menu .column img{
 	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.footer-menu .column img:hover{
	-webkit-transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	-o-transform:translateY(-10px);
	transform:translateY(-10px);
}
.footer-menu .columns .column {
  text-align: center !important;
}
.faq-section a img {
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
}
.faq-section a img:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
input[type=text],input[type=password], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
 }
 input[type=text]:focus,input[type=password]:focus,textarea:focus {
  box-shadow: 0 0 5px #003c88b8;
  border: 1px solid #003c88ed;
}
label#faq-label1 {
    margin-bottom: 1.5em;
}