body.customers_login ul.navbar-nav,
body.customers_login .container h1.login-heading{
	display: none;
}

body.customers_login .login-form .panel_s .panel-body{
	background: rgba(255, 255, 255, 0.85);
	margin-top: 15%;
}
body.forgot_password .panel_s .panel-body,body.reset_password .panel_s .panel-body{
    -webkit-box-shadow: none;
    box-shadow:none;
    border: none;
}
body.forgot_password .panel_s,body.reset_password .panel_s{
    -webkit-box-shadow: none;
    box-shadow:none;
    border: none;
}

.navbar a.navbar-brand{
    padding: 12px 0;
}
.navbar a.navbar-brand img{
    height: 55px;
}
body.customers_forgot_password .forgot-password-heading {
    color: white;
}

body.customers_login .container,
body.register .container,
body.forgot_password .container,
body.reset_password .container{
    width:auto;
}
body.customers_login h1 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 5px;
    text-transform: none;
    text-align: center;
    color:#000000;
}
.navbar-default{
    background: #1a2731!important;
}
body.customers #content .title.text-center {
    text-align: left;
}

body.customers_login .navbar,
body.customers_login .footer,
body.register .navbar,
body.register .footer,
body.forgot_password .navbar,
body.forgot_password .footer,
body.reset_password .navbar,
body.reset_password .footer
{
    display: none;
}
body.customers_login,body.register,body.forgot_password,body.reset_password{
    background-color:#ffffff;
}
body.customers_login #content,body.register #content,body.forgot_password #content,body.reset_password #content{
    padding-bottom: 0px;
}
.company-logo {
    padding: 25px 10px;
    display: block;
}
.company-logo img {
    margin: 0 auto;
    display: block;
    height: 150px;
}
.authentication-form-wrapper{
    height: 100vh;
    margin-top:0px;
    padding-top:70px;
}
#right_side_admin{
    background:url('../img/imatrixlogin.jpg') center center/cover no-repeat !important;
    height: 100vh;
}
.login-form input#email,#forgot-password-form input#email {
    background: url('../img/icon_E-Mail.png') no-repeat scroll 30px 13px;
    background-size: 34px 23px;
    border-color: rgb(252, 252, 252);
    box-shadow: 0px 1px 38px rgba(26, 104, 196, 0.102) inset, 0px 0px 18px rgb(26 104 196 / 20%);
    border: 1px solid #b9c7ce;
    border-radius: 40px;
    padding: 25px;
    padding-left:80px;
}

.login-form input#email:focus,#forgot-password-form input#email:focus {
    border-color: rgb(252, 252, 252);
    box-shadow: 0px 1px 38px rgba(26, 104, 196, 0.102) inset, 0px 0px 18px rgb(26 104 196 / 50%); 
}

.login-form input#password,#reset-password-form input#password,#reset-password-form input#passwordr{
    background: url('../img/Icon_Passwort.png') no-repeat scroll 36px 10px;
    background-size: 21px 28px;
    border-color: rgb(252, 252, 252);
    box-shadow: 0px 1px 38px rgba(26, 104, 196, 0.102) inset, 0px 0px 18px rgb(26 104 196 / 20%);
    border: 1px solid #b9c7ce;
    border-radius: 40px;
    padding: 25px;
    padding-left:80px;
}

.login-form input#password:focus,#reset-password-form input#password:focus,#reset-password-form input#passwordr:focus {
    border-color: rgb(252, 252, 252);
    box-shadow: 0px 1px 38px rgba(26, 104, 196, 0.102) inset, 0px 0px 18px rgb(26 104 196 / 50%);
}

#login_remember{
    margin-top:0px;
    margin-left: 15px;
}

#login_submit{
    border-radius: 27px;
    background-image: -moz-linear-gradient( 15deg, rgb(35,91,156) 0%, rgb(34,110,173) 25%, rgb(33,129,190) 52%, rgb(34,110,173) 78%, rgb(35,91,156) 100%);
    background-image: -webkit-linear-gradient( 15deg, rgb(35,91,156) 0%, rgb(34,110,173) 25%, rgb(33,129,190) 52%, rgb(34,110,173) 78%, rgb(35,91,156) 100%);
    background-image: -ms-linear-gradient( 15deg, rgb(35,91,156) 0%, rgb(34,110,173) 25%, rgb(33,129,190) 52%, rgb(34,110,173) 78%, rgb(35,91,156) 100%);
    box-shadow: 0px 0px 38px 0px rgba(26, 104, 169, 0.102);
    width: 250px;
    font-weight:bold;
    font-size:24px;
    height: 50px;
    z-index: 14;
    margin: 0 auto;
    text-transform: capitalize;
}

#register_button{
  border-radius: 27px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  background-image: -moz-linear-gradient( 15deg, rgb(35,156,35) 0%, rgb(46,182,50) 25%, rgb(57,208,64) 52%, rgb(46,182,50) 78%, rgb(35,156,35) 100%);
  background-image: -webkit-linear-gradient( 15deg, rgb(35,156,35) 0%, rgb(46,182,50) 25%, rgb(57,208,64) 52%, rgb(46,182,50) 78%, rgb(35,156,35) 100%);
  background-image: -ms-linear-gradient( 15deg, rgb(35,156,35) 0%, rgb(46,182,50) 25%, rgb(57,208,64) 52%, rgb(46,182,50) 78%, rgb(35,156,35) 100%);
  box-shadow: 0px 0px 38px 0px rgba(26, 104, 169, 0.102);
  text-align: center;
  width: 175px;
  margin:0 auto;
  margin-top:10px;
  text-transform: capitalize;
  font-size:18px;
}

#login-footer{
    bottom:5px;
    position: absolute;
    text-align:center;
    width:100%;
}

#logo-right{
    position: absolute;
    top:20px;
    right:20px;
}

#register_submit{
    border-radius: 27px;
    background-image: -moz-linear-gradient( 15deg, rgb(35,91,156) 0%, rgb(34,110,173) 25%, rgb(33,129,190) 52%, rgb(34,110,173) 78%, rgb(35,91,156) 100%);
    background-image: -webkit-linear-gradient( 15deg, rgb(35,91,156) 0%, rgb(34,110,173) 25%, rgb(33,129,190) 52%, rgb(34,110,173) 78%, rgb(35,91,156) 100%);
    background-image: -ms-linear-gradient( 15deg, rgb(35,91,156) 0%, rgb(34,110,173) 25%, rgb(33,129,190) 52%, rgb(34,110,173) 78%, rgb(35,91,156) 100%);
    box-shadow: 0px 0px 38px 0px rgba(26, 104, 169, 0.102);
    width: 250px;
    text-align: center;
    font-weight: bold;
    font-size:24px;
    height: 50px;
    text-transform: capitalize;
   
}
.form-group.select-placeholder{
    margin: 0 auto;
    margin-bottom: 25px;
    width: 50%;
}
body.register .form-group.select-placeholder{
    width: 100%;
}
body.register .form-group {
    margin-bottom: 10px;
}
body.register #register_submit{
        display: inline;
        float:left;
      }
body.register #register_button{
    display: inline;
    float:right;
    margin-top: 0px;
}
/*Media Query*/
@media (max-width: 481px){
     #login_remember{
        text-align: center;
    }
    #forgot_password{
        text-align: center;
        margin-left: 0px;
    }
    #login-footer{
        bottom:0;
        position: fixed;
        background: #fff;
    }
    .form-group.select-placeholder{
        margin: 0 auto;
        margin-bottom: 25px;
        width: 100%;
    }
     .authentication-form-wrapper{
        height: auto;
    }
    body.register #register_submit{
        display: block;
        float:none;
      }
    body.register #register_button{
        display: block;
        float:none;
        margin-top: 10px;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1336px)  {
      /* For portrait layouts only */
      
    .authentication-form-wrapper{
        height: auto;
    }
    #login-footer{
        bottom:0;
        position: fixed;
        background: #fff;       
    }
}
