.wrapper_page_login {
   margin: 0;
   padding: 25px 10px 10px 10px;
   width: 100%;
   display: block;
   background: url(../img/auth-bg.jpg) no-repeat center center fixed;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}
.wrapper_page_login article {
   display: flex;
   width: 100%;
   align-items: center;
   flex-direction: column;
   margin-bottom: 70px;
}
.entry-content {
   display: flex;
   width: 100%;
}
.wrapper_page_login_con {
   display: inline-flex;
   flex-direction: column;
   width: 100%;
   max-width: 360px;
   margin: 0 auto;
}
.wrapper_form_login {
   padding: 25px;
   background: rgba(255,255,255,0.95);
   border: 4px solid #ddd;
}
h1.entry-title {
   font-size: 20px;
   color: #fff;
   margin: 10px 0 10px 0;
   font-weight: 600;
   line-height: 20px;
}
.inputs_row {
   display: flex;
   flex-direction: column;
}
.inputs_row label {
   float: left;
   width: 100%;
   clear: both;
   color: #333;
   margin: 0 0 5px 0;
   text-align: left;
}
.inputs_row .input-box {
   float: left;
   width: 100%;
   clear: both;
   margin: 0 0 25px 0;
   position: relative;
}
.inputs_row .input-box i {
   position: absolute;
   font-size: 16px;
   font-weight: 500;
   color: #111;
   top: 11px;
   left: 2px;
   width: 26px;
   text-align: center;
   line-height: 16px;
}
span.input-box.type_text input {
   width: 100%;
   clear: both;
   margin: 0;
   padding-left: 28px;
}
.login-line {
   display: flex;
   font-size: 12px;
   justify-content: space-between;
}
.input-box-check input {
   opacity: 0;
   position: absolute;
   left: 0;
   top: 0;
   z-index: -1;
   visibility: hidden;
   overflow: hidden;
   padding: 0!important;
   width: 0!important;
   height: 0!important;
   margin: 0!important;
   box-shadow: none!important;
}
.login-line label {
   cursor: pointer;
   font-weight: 600;
   line-height: 21px;
   position: relative;
   padding: 0 0 0 30px!important;
}
a.more-login {
   color: #000;
   text-decoration: none;
   font-weight: 500;
   font-size: 12px;
   float: right;
   line-height: 21px;
}
.input-box-check label:before {
   cursor: pointer;
   content: "";
   width: 18px;
   height: 18px;
   border: 1px solid #ccc;
   font-weight: 500;
   text-shadow: none;
   position: absolute;
   top: 0;
   left: 0;
   text-shadow: none;
   box-shadow: 1px 1px 1px rgba(0,0,0,0.06);
   -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.06);
   -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.06);
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   -webkit-transition: 0.1s linear all;
   -moz-transition: 0.1s linear all;
   -ms-transition: 0.1s linear all;
   -o-transition: 0.1s linear all;
   transition: 0.1s linear all;
}
.input-box-check label:after {
   cursor: pointer;
   text-indent: 1px;
   font-family: "FontAwesome";
   content: "\f00c";
   color: transparent;
   font-size: 14px;
   width: 18px;
   height: 18px;
   line-height: 18px;
   text-align: center;
   font-weight: 500;
   text-shadow: none;
   position: absolute;
   top: 1px;
   left: 1px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   -webkit-transition: 0.1s linear all;
   -moz-transition: 0.1s linear all;
   -ms-transition: 0.1s linear all;
   -o-transition: 0.1s linear all;
   transition: 0.1s linear all;
}
.input-box-check input[type="checkbox"]:checked + label:before {
   border-color: #03a9f4;
   color: #fff;
   background-color: #03a9f4;
   text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.input-box-check input[type="checkbox"]:checked + label:after {
   color: #fff;
}
.input-box-check label:hover {
   text-decoration: underline;
}
.inputs_row button {
   margin-top: 15px;
   font-size: 13px;
   font-weight: bold;
   width: 100%;
}
.btn_login {
   min-height: 40px;
   padding: 0;
   cursor: pointer;
}
.btn_login:hover{
   background: #0695d6;
   border-color: #0695d6;
}