body {
  height: 100%;
  margin: 0;
  padding: 0;
}
.metro .page {
  width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}
.description {
  margin: 10px 0;
}
.show-grid .row [class*="span"] {
  line-height: 40px;
  background: rgba(193, 179, 123, 0.52);
  text-align: center;
  min-height: 10px !important;
}
.color-stack li,
#icon-list li {
  margin-bottom: 5px;
}
.example > img {
  margin: 5px;
  display: inline-block;
}
.example .image-container {
  margin: 10px;
  display: inline-block;
  vertical-align: middle;
}
.layout {
  min-height: 100%;
  position: relative;
}
header {
  height: 45px;
  position: relative;
}
footer {
  width: 100%;
  height: 25px;
}
@media only screen and (max-width: 640px) {
  .prettyprint,
  .example {
    display: none;
  }



}

.g-recaptcha{
	border-width: 0px;
}

img#captchaImage {
	width: inherit;
	border: 1px solid #00356a;
}

input#captchaAnswer{
	border-radius: 0;
}

span#refreshCaptcha{
	background-image:url('images/refresh-small.png');
	background-repeat: no-repeat;
	background-size: contain;
	color: white;
	line-height: inherit;
	font-size: 25px;
	cursor: pointer;
	padding: 3px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: inherit;
	padding-bottom: inherit;
	display: inline-block
}

    .col-1 {
      -ms-flex: 0 0 8%;
          flex: 0 0 8%;
      max-width: 8%;
    }

    .col-5 {
      -ms-flex: 0 0 41%;
          flex: 0 0 41%;
      max-width: 41%;
    }

    .col-6 {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%;
    }

    .zero-padding{
        padding: 0px !important;
    }


.form-group {
  margin-bottom: 1rem;
}


.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;

}

.form-control {
  display: block;
  width: 100%;
  padding: 0.1rem 0.1rem;
  font-size: 80%;

  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 0.1px solid black;
  border-radius: 0.1rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}


.fm-line{
    background-repeat: repeat-x;
    position: relative;
    padding: 1px 0;
    height: 1px;
    width:1280px;
    max-width:1280px;
}

.container{
	margin-left: auto;
	margin-right: auto;
}

 .main-container{

    height: calc(100vh - 108px);
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    background-position: center center;
    overflow-x: hidden;
    overflow-y: hidden;
    background-repeat: no-repeat;
 }

 .zero-padding{
     padding: 0px !important;
 }

  div.signInBox{
  padding-left: 50px;
  padding-top: 30px;
  }


@media (min-width: 576px) {
div.signInBox{
padding-left: 5px;
padding-top: 10px;}
 body.otp div.signInBox{
    padding: 10px;
    margin-top: 10px;
 }

}

@media (min-width: 768px) {
    div.signInBox{
    padding-left: 50px;
    padding-top: 50px;
    }
 body.otp div.signInBox{
        padding: 10px;
    margin-top: 30px;
 }
}


@media (min-width: 1px) {
    .container{
        max-width: 100vw;
        width: 100vw;
    }
    .main-container{
        width: 100vw;
    }
    body.otp .card{
        width: 440px;
        min-width: 440px !important;
    }
}

@media (min-width: 576px) {
    .container{
        max-width: 100vw;
        width: 100vw;
    }
    .main-container{
        width: 100vw;
    }
    body.otp .card{
        width: 500px;
        min-width: 500px !important;
    }
}
@media (min-width: 768px) {
    body.otp .card{
        width: 500px;
        min-width: 500px !important;
    }
}
@media (min-width: 992px) {
    body.otp .card{
        width: 500px;
        min-width: 500px !important;
    }
}
@media (min-width: 1200px) {
    .container{
        max-width: 1200px;
        width: 1200px;
    }
    .main-container{
        max-width: 1200px;
        width: 1200px;
    }
    body.otp .card{
        width: 500px;
        min-width: 500px !important;
    }

}

.input-form-field{
    height:100%;
    border:1px solid black
}


 input.submitButton{
    background-color: #60a917;
    border-radius: 0px;
    color: white;
    font-weight: bold;
    min-height: 2.5rem;
 }

  input.submitButton:active{
    background-color: #60a917;
    border-radius: 0px;
    color: white;
    font-weight: bold;
    min-height: 2.5rem;
 }


 input.submitButton:focus{
     background-color: #60a917;
     border-radius: 0px;
     color: white;
     font-weight: bold;
  }

 input.cancelButton{
    background-color: transparent;
    border: 0px;
    color: #00356a;
    font-weight: bold;
    font-size: 95%;
    cursor: pointer;
    margin: auto;
    margin-top: 2rem;
 }
