html {
    height: 100%;
    
}

body {
    height: 100%;
    width: 100%;
    
}
html, input, label, span, button, submit {
    font-family: 'Questrial',sans-serif;
}

* {
  box-sizing: border-box;
}


@media only screen and (max-width: 992px) {

    .hide_tab {
        display:none !important;
    }
    .full_tab {
        margin: 0%;
        min-width: 100%;
    }

}

@media only screen and (max-width: 768px) {
    .div_pagehead {
        text-align: left !important;
    }
    .hide_ph {
        display: none !important;
    }
    .full_ph {
        margin:0px !important;
        display:block;
        min-width:100%;
    }
    
    .content:not(.no_adj_ph) {
        height: 90%;
        overflow: scroll;
    }
    
    .login_logo {
        height: 70px !important;
        width: 70px !important;
    }
}


.logreg_body {
    text-align: center;
    margin: 0% 5% 0% 5%;
    height: 80%;
}

.background-image {
  background-image: url('../images/logreg_back.jpg');
  background-size: cover;
  display: block;
  filter: blur(2px);
  -webkit-filter: blur(2px);
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 0;
}

.content {
  background: rgba(255, 255, 255, 0.35);
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
/*  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
  top: 17%;
  left: 0;
  position: fixed;
  margin-left: 20px;
  margin-right: 20px;
  right: 0;
  z-index: 0;
  padding: 0 10px;
}

.div_logo {
    display:block;
    position: fixed;
    height:100px;
    width: 300px;
    margin: 20px 0 0 30px;
    z-index: 2;
}
.login_logo {
    float: left;
    display: inline-block;
    height: 80px;
    width: 80px;
}

.reg_desc {
    position: relative;
    display:inline-block;
    height: 50px;
    width: 130px;
/*    color: #3c3d3f;*/
    color: #3c3d3f;
    font: bold 16px 'Questrial', sans-serif;
    text-align: left;
    padding: 35px 0 20px 10px;
}

.field-wrap {
  position: relative;
  margin-bottom: 20px;
}

.logreg_form {
    float: left;
    display: inline-block;
    min-height: 100%;
    width: 55%;
    padding-top:5%;
/*    padding: 40px;*/
    margin-left: 3%;
}
.reg_block {
    position: relative;
    text-align: center;
    display: inline-block;
    height: 55%;
    width: 35%;
}

.reg_block_login {
    display: inline-block;
    margin: 150px 0 225px 0;
}

.reg_head {
    font-weight: bold;
    font-size: 21px;
    color: #3c3d3f;
    margin-bottom: 20px;
}

.reg_para {
    font-size: 13px;
/*    color: #3c3d3f;*/
    width: 75%;
    display:block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3%;
}

.login_btn {
    -webkit-appearance: none;
    border: none;
    background-color: #8ec151;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    height: 30px;
    width: 40%;
    margin-bottom: 15px;
    
}

.login_btn:hover {
    background: #7caa46;
}

label {
    display: inline-block;
    width: 20%;
/*    color: #3c3d3f;*/
    font-weight: bold;
    font-size: 14px;
    margin-right: 5px;
    padding: 5px;
    text-align: left;
}

.medium_label {
    min-width: 120px !important;
}

.req {
    color: firebrick;
    font-weight: bold;
    margin-right: 20px;
}

.form_input_login {
    font-size: 14px;
    height: 50px;
    width: 55%;
    border: 1px solid lightgray;
    border-radius: 2px;
    padding-left: 5px;
    
}

.form_input {
    font-size: 14px;
    height: 40px;
    width: 55%;
    border: 1px solid lightgray;
    border-radius: 2px;
    padding-left: 5px;
    
}

.form_input:focus, .form_input_login:focus {
    outline: none;
    background: #f4f7f9;
    border: 1px solid #496f7f;
/*    border-bottom: 1px solid #496f7f !important;*/
    
}

.logreg_btn {
    -webkit-appearance: none;
    border: none;
    background-color: #0099cc;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    height: 35px;
    width: 55%;
    margin-bottom: 15px;
}

.logreg_btn:hover {
    background-color: #48c2ea;
}

.login_btn:focus, .logreg_btn:focus { outline: none; }

.error_msg {
    display:inline-block;
    color: firebrick;
    font-weight: bold;
    font-size: 12px;
    width: 55%;
/*    margin-left: 20%;*/
    padding: 5px;
    text-align: left;
}

.forgot {
    font-size: 14px;
    font-weight: bold;
    color: blue;
    padding-bottom:3%;
    text-align: right;
    width:88%;
}

/*  FORGOT PAGE */

.div_page {
    margin: 5% 30% 7% 30%;
}

.div_center_form {
    width:70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 5%;
    
}

.inpage_head {
    font-weight: bold;
    font-size: 30px;
}
.rp_para {
    display: block;
    min-width: 30%;
    font-weight: bold;
    font-size: 14px;
    padding: 5px;
/*    text-align: left; */
}


.form_head {
    font-weight: bold;
    font-size: 18px;
    margin-top: 5px;
    padding: 3px;
}

#login_email, #input_email {
    background: url(../images/icon/login_email.png) no-repeat scroll;
    background-size: 16px;
    background-position: 7px 15px;
    padding-left:33px;
    background-color:white !important;
}

#login_password {
    background: url(../images/icon/login_password.png) no-repeat scroll;
    background-size: 16px;
    background-position: 7px 15px;
    padding-left:33px;
    background-color:white !important;
}

#input_email {
    width: 60%;
    height: 50px;
    border: 1px solid lightgray;
    border-radius: 2px;
    margin: 5px 0 10px 0 !important;
    font-size: 14px;
}

#input_email:focus {
    outline: none;
    border: 1px solid #496f7f;
/*    border-bottom: 2px solid #496f7f !important;*/
}

.div_tc {
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    width: 55%;
    border-radius: 3px;
    display:inline-block;
    text-align: left;
    
}

.inpage_cb {
    width:15px;
    height:15px;
    vertical-align: middle;
}