﻿body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  background-color: #252525;
}
.cont {
  margin: 0 auto;
  max-width: 900px;
}
.hd{
  width: auto;
  text-align: center;
}
.icon-banner{
  padding: 34px 0 30px 0;
}
.container{
  width: 100%;
  background-color: #FFF;
}
.login-page {
  width: 80%;
  margin: 0 auto;
  padding: 80px 0;
  max-width: 550px;
}
h1{
  margin: 0 0 30px 0;
  font-size: 2em;
  line-height: 2em;
  color: #252525;
  font-weight: lighter;
  border-bottom: 1px solid #efefef;
}
fieldset {
  padding: 30px;
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
}
label.remLogin{
  font-weight: normal;
  font-size: 14px;
}
.form-group{
  margin-bottom: 15px;
}
.ForgLogin{
  display: block;
  margin-top: 40px;
  color: #666;
  font-size: 11px;
}
.ForgLogin:hover{
  color: #017381;
}
footer .cont a {
    color: #fff;
    text-decoration: none;
}
footer {
  padding: 40px 0;
}
footer .FootBoxRow1Col1,
footer .FootBoxRow1Col2,
footer .FootBoxRow1Col3,
footer .FootBoxRow3Col1,
footer .FootBoxRow3Col2,
footer .FootBoxRow3Col3{
  color: #fff;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
footer .FootBoxRow3Col1,
footer .FootBoxRow3Col2,
footer .FootBoxRow3Col3{
  font-size: 9px;
  line-height: 1.8em;
}
footer .FootBoxRow3Col1 a{
  color: #FFF;
  text-decoration: none;
}
footer .FootBoxRow2Col1,
footer .FootBoxRow2Col2{
  color: #fff;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
}
footer .FootBoxRow1Col1,
footer .FootBoxRow2Col1{
  width: 420px;
}
footer .FootBoxRow3Col1{
  width: 320px;
  padding-right: 100px;
}
footer .FootBoxRow1Col2{
  width: 300px;
}
footer .FootBoxRow3Col2{
  width: 230px;
  padding-right: 70px;
}
footer .FootBoxRow1Col3,
footer .FootBoxRow3Col3{
  width: 170px;
}
footer .FootBoxRow3Col3 ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .FootBoxRow3Col3 ul li a{
  color: #FFF;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
}
footer .FootBoxRow3Col3 .Footbtn-LI{
  margin-top: 15px;
}
footer .FootBoxRow1Col3 a[itemprop="email"]{
  font-size: 12px;
}
.FootBrand{
  margin: 30px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #FFF;
}
.FootBrand .FootBrLinkSite{
  display: block;
  margin-top: 14px;
  float: left;
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
}
.FootBrand img{
  float: right;
}
.FootBrand .FootBrCenter{
  margin: 0 70px;
}
.form-control {
  display: block;
  width: 95%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 2px solid #017381;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #252525;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.btninput[type="button"],
input.btn[type="reset"],
input.btn[type="submit"],
button.btn {
    background-color: #252525;
    border: medium none;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    min-width: 6em;
    padding: 13px 45px 10px 45px;
    text-transform: uppercase;
    cursor: pointer;
}
input.btn[type="button"]:hover,
input.btn[type="reset"]:hover,
input.btn[type="submit"]:hover,
button.btn:hover {
    background-color: #017381;
}
@media (max-width: 810px) {
	footer .cont {
    max-width: 740px;
  }
  footer .FootBoxRow1Col1, footer .FootBoxRow2Col1 {
    width: 260px;
  }
  footer .FootBoxRow3Col1{
    padding-right: 20px;
    width: 240px;
  }
  footer .FootBoxRow3Col2{
    padding-right: 20px;
    width: 280px;
  }
}
@media (max-width: 770px) {
	footer .cont {
		max-width: 90%;
	}
	footer .FootBoxRow1Col1,
	footer .FootBoxRow1Col2,
	footer .FootBoxRow1Col3{
		font-size: 12px;
		width: 38%;
	}
	footer .FootBoxRow2Col1 {
		width: 30%;
	}
	footer .FootBoxRow3Col1,
	footer .FootBoxRow3Col2,
	footer .FootBoxRow3Col3{
		font-size: 12px;
		width: 33%;
	}
	footer .FootBoxRow1Col3,
	footer .FootBoxRow3Col3{
		width: 22%;
	}
	footer .FootBoxRow1Col3 a[itemprop="email"]{
		font-size: 10px;
	}
}
@media (max-width: 667px) {
	footer .FootBoxRow3Col1,
	footer .FootBoxRow3Col2,
	footer .FootBoxRow3Col3{
		font-size: 10px;
	}
	.FootBrand .FootBrCenter {
		margin: 0 20px;
	}
}
@media (max-width: 480px) {
	footer .FootBoxRow1Col1,
	footer .FootBoxRow1Col2,
	footer .FootBoxRow1Col3 {
		font-size: 16px;
		width: 100%;
		margin-bottom: 40px;
	}
	.FootBrand .FootBrLinkSite{
		margin-bottom: 30px;
		margin-top: 0;
		float: none;
	}
	footer .FootBoxRow2Col1, footer .FootBoxRow2Col2{
		width: 100%;
		text-align: center;
	}
	.FootBrand .FootBrCenter {
		margin: 0 40px;
	}
	footer .FootBoxRow3Col1,
	footer .FootBoxRow3Col2,
	footer .FootBoxRow3Col3 {
		width: 100%;
	}
	footer .FootBoxRow3Col2{
		margin: 25px 0;
		padding-right: 0;
	}
	footer .FootBoxRow3Col1 {
		padding-right: 0;
	}
	footer .FootBoxRow1Col3 a[itemprop="email"]{
		font-size: 16px;
	}
  .FootBrand img{
    float: none;
    margin: 10px 0;
  }
}


.alert.alert-danger,
.alert.alert-danger a {
    color: #df0000;
}

.alert.alert-danger {
    background-color: whitesmoke;
    padding: 20px 20px 5px 20px;
    margin-bottom: 20px;
    border: 1px solid #df0000;
}

    .alert.alert-danger ul {
        list-style: none;
        padding: 0;
    }

.page-header.logged-out {
    min-height: 300px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

iframe.signout {
    border: none;
}