:root {
  --main-bg-color: rgb(19, 38, 60);
  --main-bg-colortp: rgba(19, 38, 60, 0.5);
  --main-border-color: #d4d3d3;
}

body{background:var(--main-bg-color);
color:var(--main-border-color);}
.article_section {
  background: var(--main-bg-color) url("/images/LogOnBackground.jpg") no-repeat center center / cover ; 
  background-image: url("/images/LogOnBackground.jpg");
	background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 50%; 
		height: 100%;
		width: 100%;
		overflow:hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	min-height:65vh; 

}
.article_section_wrap {
  display: flex;
  justify-content: center;
  max-width: 1540px;
    margin: 0 auto;
}
.yogi{
display:none;
}
.article_section {
  float: left;
  width: 100%;
  padding: 150px 0 50px 0;
}
.log_on_box {
  width: 30%;
}
.log_on_box > h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
.log_on_box > h1 {
  width: 100%;
  text-align: center;
  margin-top: 0;
}
.log_on_form{
}
.log_on_form_box {
  background-color: var(--main-bg-color);
  border: 1px solid var(--main-border-color);
  border-radius: 1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: var(--main-border-color);
  display: inline;
  font-size: 130%;
  height: 44px;
  line-height: 1;
  margin-bottom: 15px;
  margin-left: 0;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
}
.log_on_form_check{
  width: 30px;
}
span.bigcheck-target {
  background: var(--main-bg-color) none repeat scroll 0 0;
  border: 1px solid var(--main-border-color);
  color: var(--main-border-color);
  float: left;
  font-family: FontAwesome;
  font-size: 150%;
  height: 30px;
  padding: 0 0 0 5px;
  width: 25px;
}
.bigcheck-target_lable {
  padding-top: 10px;
  float: left;
  padding-left: 10px;
}
.bigcheck-target_lable2 {
  float: left;
  padding-left: 10px;
  padding-top: 0px;
  width: 80%;
}
input[type='checkbox'].bigcheck {     
    position: relative;
    left: -999em; /* hide the real checkbox */
}

input[type='checkbox'].bigcheck + span.bigcheck-target:after {
    content: ""; /* In fontawesome, is an open square (fa-square-o) */
}
input[type='checkbox'].bigcheck:checked + span.bigcheck-target:after {
    content: "\f00c"; /* fontawesome checked box (fa-check-square-o) */
}

span.bigcheck {
  display: block;
  margin-bottom: 15px;
  padding: 0;
  float: left;
  margin-left:5%;
}
.login_button {
  background-color: var(--main-bg-color);
  border: 1px solid var(--main-border-color);
  border-radius: 1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: var(--main-border-color);
  display: inline;
  font-size: 130%;
  height: 50px;
  line-height: 1;
  margin-left: 0;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
}
.login_button:disabled {
  background: rgb(69 83 99);
}
#log_on_form > p {
  text-align: center;
}
#article_more1 {
  display: none;
  float: left;
  margin-top: 0;
  width: 100%;
}
#article_more1  p {
  text-align: center;
}
.log_on_create{

  background: rgba(0, 0, 0, 0) url("/images/divider_logon.png") no-repeat scroll left center; 
  width: 30%;    
    margin-left: 20px;
    padding-left: 60px;
}
.log_on_create > h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
.log_on_create > h1 {
  width: 100%;
  text-align: center;
  margin-top: 0;
}
.footer {
  padding-top: 0px;
}
@media (max-width: 1920px) {

.article_section {
  padding: 50px 0;
}

.log_on_form_box {
  font-size: 87.5%;
}
.login_button {
  font-size: 87.5%;
  height: 44px;
}
}
@media (max-width: 800px) {
}
@media (max-width: 1360px) {
  .log_on_create > h2, .log_on_box > h2 {
    font-size: 1.1em;
  }
  .log_on_create > h1, .log_on_box > h1 {
    font-size: 1.5em;
  }
}
@media (max-width: 640px) {
  .article_section_wrap {
    flex-direction: column;
    align-items: center;
  }
  .log_on_box, .log_on_create {
    width: 95%;
  }
  .log_on_create {
    background: none;
    margin: 0;
    padding: 0;
  }
.log_on_box > h1 {
  font-size: 170%;
}
.log_on_create > h1 {
  font-size: 170%;
}
}
@media (max-width: 415px) {
.article_section {
  float: left;
  padding: 0;
  width: 100%;
}
}
.btn--block__blue {
  display: block;
padding: 10px 20px;
background: #14263C;
width: 95%;
box-sizing: border-box;
margin-left: 5%;
border: 1px solid #ababab;
color: white;
text-decoration: none;
}
.btn--block__blue:hover {
  text-decoration: none;
}
.btn--block__blue:visited, .btn--block__blue:focus {
  color: white;
}
@media only screen and (min-width: 801px) {
  .article_section {
    display: flex;
  }
}
@media only screen and (min-width: 1360px) {
  .article_section_wrap {
    margin: 50px auto 0;
  }
}