
/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/lato/lato-v11-latin-300.100dadd6d763.eot"); /* IE9 Compat Modes */
  src: local('Lato Light'), local('Lato-Light'),
       url("../fonts/lato/lato-v11-latin-300.100dadd6d763.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */
       url("../fonts/lato/lato-v11-latin-300.3e86c4948704.woff2") format('woff2'), /* Super Modern Browsers */
       url("../fonts/lato/lato-v11-latin-300.6f934cd8100d.woff") format('woff'), /* Modern Browsers */
       url("../fonts/lato/lato-v11-latin-300.ad9795e9e558.ttf") format('truetype'), /* Safari, Android, iOS */
       url("../fonts/lato/lato-v11-latin-300.1aed0c80f99d.svg#Lato") format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato/lato-v11-latin-regular.dc7b7052df5c.eot"); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url("../fonts/lato/lato-v11-latin-regular.dc7b7052df5c.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */
       url("../fonts/lato/lato-v11-latin-regular.6748e0e1c0be.woff2") format('woff2'), /* Super Modern Browsers */
       url("../fonts/lato/lato-v11-latin-regular.f137ee486278.woff") format('woff'), /* Modern Browsers */
       url("../fonts/lato/lato-v11-latin-regular.c45152a20fca.ttf") format('truetype'), /* Safari, Android, iOS */
       url("../fonts/lato/lato-v11-latin-regular.ee3a1c8ce9d9.svg#Lato") format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lato/lato-v11-latin-700.43a8fa5531f2.eot"); /* IE9 Compat Modes */
  src: local('Lato Bold'), local('Lato-Bold'),
       url("../fonts/lato/lato-v11-latin-700.43a8fa5531f2.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */
       url("../fonts/lato/lato-v11-latin-700.649e18eb6a85.woff2") format('woff2'), /* Super Modern Browsers */
       url("../fonts/lato/lato-v11-latin-700.fd373951a3af.woff") format('woff'), /* Modern Browsers */
       url("../fonts/lato/lato-v11-latin-700.a30435e0c5ed.ttf") format('truetype'), /* Safari, Android, iOS */
       url("../fonts/lato/lato-v11-latin-700.cfdfec6d275f.svg#Lato") format('svg'); /* Legacy iOS */
}

html {
	background: #efefef url("../img/signin-bg-sh.gif")repeat-x;
    height: 100%;
}
body.signin {
    font-family: verdana, sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 0 25px;
}
div.signin {
    background-color:#FFFFFF;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px 0 #5E5E5E;
    box-shadow: 0 0 5px 0 #5E5E5E;
    height: 100%;
    margin: 125px auto 0 auto;
    padding: 0;
    max-width: 600px;
    width:100%;
}
div.header {
    background-color:#009999;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
div.header.dashboard-signin {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#004d92+0,31638e+100 */
    background: #004d92; /* Old browsers */
    background: linear-gradient(to bottom,  #004d92 0%,#31638e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
h2 {
    color:#222;
	font-size: 1.5em;
    font-weight:300;
	margin: 25px 0 10px 0;
    padding: 0;
	text-align:center;
}
.takeaction {
	font-weight:400;
    margin: 15px 80px 5px 80px;
    color: #b92c28;
    text-align: center;
}
.password-errors ul,
.username-errors ul {
    color: #b92c28;
    margin-block-start: 0;
    margin-block-end: 0;
}
.logo {
	padding: 20px 0 10px 0;
    margin:0 auto;
    text-align:center;
}
.signupform {
    box-sizing: border-box;
    margin:0 auto;
    padding: 15px;
	max-width: 284px;
    width:100%;
}
input {
    border: 1px solid #CCC;
    border-radius:0;
    display: block;
    font-size: 1em;
    text-align: left;
    padding: 5px;
    max-width: 240px;
    width: 100%;
}
input[type="text"], input[type="password"] {
    box-shadow: none;
    color: #555;
    display:inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
}
input:focus, input.resetentry:focus {
    border-color: #999;
}
input#freetrial {
	border:none;
    float: left;
	margin: 10px 0 0 -5px;
    padding:0;
}
.signuplabels {
    color:#555;
    float: left;
    display: block;
    padding-bottom: 3px;
    width: 150px;
}
.clear {
    clear:both;
}
.error_string {
    color: #C00;
    font-size: 16px;
    font-weight: bold;
	margin: 0 auto;
	text-align: center;
    width: 90%;
}
	/*Button Style*/
.btn {
	background-color: #ff6633;
    border:0;
    border-radius: 8px;
    color:#fff !important;
    cursor:pointer;
    display:block;
	font-size:16px;
	font-weight:bold;
	margin: 10px auto;
	padding:10px 25px;
	position:relative;
	text-decoration:none !important;
}
.btn-dashboard-signin {
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#004d92+0,31638e+100 */
background: #004d92; /* Old browsers */
background: linear-gradient(to bottom,  #004d92 0%,#31638e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    max-width: 240px;
    padding:15px 25px;
    width: 100%;
}
.btn-dashboard-signin:hover {
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#004d92+0,31638e+100 */
background: #31638e; /* Old browsers */
background: linear-gradient(to bottom,  #31638e 0%,#004d92 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    max-width: 240px;
    padding:15px 25px;
    width: 100%;
}
.btn:hover, .btn.resetpassword:hover {
    background-color:#1782ED;
    color:#fff;
    text-decoration:none;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
    }
a.btn, a.btn.resetpassword {
	padding:4px 13px;
	vertical-align:middle;
    }
.btn-dashboard-signin:hover {
    background-color:#1782ED;
}
a.revel-back {
    max-width:200px;
    text-align:center;
    padding:10px 25px;
}
.forgot {
	border-left:solid 1px #ccc;
    float: right;
	font-size: 16px;
	height: 135px;
	margin: 38px 0 0 0;
	padding-left: 42px;
    width: 210px;
}
.forgot-password {
	font-size: 16px;
	margin: 0 auto;
    text-align:center;
    width: 210px;
    padding-bottom: 20px;
}
.forgotlink {
    font-size: 14px;
    line-height: 18px;
}
.forgotlink a {
    color: #36C;
	text-decoration:underline;
}
/*   Reset Password */
/* -------------------- */

.resetform {
	margin: 20px auto;
    width: 285px;
}
.resetcomplete {
	margin: 20px auto;
    width: 450px;
}
.resetnote {
    font-size: 14px;
    line-height: 18px;
    margin: 0 35px 0 35px;
    text-align: center;
}
.resetdone {
    font-size: 16px;
    line-height: 20px;
    margin: 0 35px;
    text-align: center;
}
.btn.resetpassword {
    background-color: #ff6633;
    border:0;
    border-radius: 8px;
    color:#fff !important;
    cursor:pointer;
    display:inline-block;
    font-size:16px;
    font-weight:bold;
    margin-top: 10px;
    padding:10px 25px;
    position:relative;
    text-decoration:none !important;
    width: 252px;
}
input.resetentry {
    border: 1px solid #CCC;
    box-sizing: border-box;
    border-radius:0;
    display: inline;
    height:30px;
    font-size: 1em;
    text-align: left;
    padding: 5px;
    max-width: 273px;
    width:100%;
}
.reseterror.error_string {
    color: #C00;
    font-size: 16px;
    font-weight: bold;
    margin: 10px auto;
    text-align: center;
    width: 90%;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 640px) {
    /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
    html {
        background: none;
        height: 100%;
    }
    body.signin {
        font-family: verdana, sans-serif;
        font-size: 18px;
        margin: 0;
        padding: 0;
    }
    div.signin {
        background-color:#FFFFFF;
        border-radius: 0;
        -webkit-box-shadow: 0 0 0 0 #5E5E5E;
        box-shadow: 0 0 0 0 #5E5E5E;
        height: 100%;
        margin: 0 auto;
        padding: 0;
        max-width: 100%;
        width:100%;
    }
    div.header {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
    div.header.dashboard-signin {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
   .signupform {
        box-sizing: border-box;
        margin:0 auto;
        padding: 15px;
        max-width: 240px;
        width:100%;
    }
    h2 {
        color:#222;
        font-size: 1.2em;
        font-weight:300;
        margin: 25px 0 10px 0;
        padding: 0;
        text-align:center;
    }
    input {
        border: 1px solid #CCC;
        border-radius:0;
        display: block;
        font-size: 1em;
        text-align: left;
        padding: 5px;
        max-width: 198px;
        width: 100%;
	}
}



  /*   Error Messages */
    /* -------------------- */

#be-form > input.error-box, label.error-box > input {
    border: 2px dashed #cd3129;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
  }

  .error-message {
    color: #cd3129;
    font-size: 14px;
    font-weight: 700;
    float: right;
    padding: 3px 0;
  }
  .error-message > ul.errorlist {
      list-style:none;
      margin:-8px 0 15px 0;
  }
  .error-message > ul.errorlist > li {
      width:100%;
      display:block;
      padding-left:22px;
      box-sizing:border-box;
      position:relative;
  }

   .error-message > ul.errorlist > li:before {
        content:'';
        background-image:url("../img/error-icon.0285d4981297.png");
        background-size:contain;
        background-repeat:no-repeat;
        height:16px;
        width:16px;
        position:absolute;
        left:0;
        bottom:1px;
   }

  .error-icon {
    display:inline-block;
    width:18px;
    height:auto;
    margin:0 2px 0 2px;
  }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 480px) {
    /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

    /*   Error Messages */
    /* -------------------- */

    .error-message {
        color: #cd3129;
        font-size: 14px;
        font-weight: 700;
        float: none;
        margin-right: 5px;
        margin-top: -3px;
        padding: 5px 0 0;
        display: block;
    }

}