@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');
html body {
  direction: ltr;
  font-size: 14px;
}
body {
	color: #444;
	font: 14px 'Open Sans', sans-serif;
}

.navbar-light {
  padding: 6px 0 !important;
  background: #666;
  border-bottom: 1px solid #e7e7e7;
  width: 100%;
  float: left;
}

body.vertical-layout.vertical-menu.menu-expanded .content, body.vertical-layout.vertical-menu.menu-expanded .footer {
	margin: 0 !important;
    padding: 0;
    top:0;
    left:0;
    right:0;
    bottom:0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
	/*background-image:url(../images/LoginBack.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;	
	background-attachment: fixed;
  	background-position: center top; 
}
form .form-control::placeholder {
    color: #7a8ba3;
}
.input-group .form-control {
   background-color: #FDFDF4;
   border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.input-group .form-control:focus, .input-group .form-control:active {
   background-color: #FDFDF4;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #eee;
}

.form-control:disabled, .form-control[readonly] {
   height: 34px;
	text-transform: none;
	border-radius: 10px !important;
	padding: 0 10px;
	background-color: #eee;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.content-wrapper
{
	margin: 0px;
    width: 100%;
    margin-top: 0px;
    padding:10px;
    /*background-color: rgba(255, 255, 255, 0.92);*/
	background-color:#fff;
	margin-right: 0%;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	background-repeat: no-repeat;
	position: relative;
    max-width: 625px;
	z-index: 9;
}
.form-control {
	margin-bottom: 8px;
	height: 32px;
	border: none !important;
	border-bottom: 1px dashed #5e5e5e;
	background-color: rgba(255,255,255,0.0);
	font-size: 1em !important;
	text-transform:capitalize;
}
html body .content .content-wrapper {
    padding: 20px 2px;
	border-radius: 10px;
}
.input-group {
    width: 100%;
    padding: 2% 0 !important;	
}
.outer-wrapper{
        display: inline-block; 
       
    }
.frame{  
	width: 250px;
	height: 170px;
   
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}    
.frame img{
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
}

.form-control {
	margin-bottom: 8px;
	height: 32px;
	border: none;
	/*border-bottom: 1px dashed #5e5e5e;*/
	background-color: rgba(255,255,255,0.0);
}
.btn-login
{
	height: 38px;
	font-size: 1.071em;
	background-color: #42a1f3;
	color: #fff;
	border-radius: 10px;
	padding: 0px 60px;
}
.btn-login:hover
{	
	color: #fff;
}
.btn-login:focus
{	
	color: #fff;
}
form .form-group {
    margin-bottom: 0px;
}
.remember-checkbox{
    text-transform: none;
    font-size: 1em;
    margin-bottom: 5px;
}
.login-content
{
	padding:0;width: 100%;float: left;
}
.login_title
{
padding:0px 0px 0px 7px; color:#555; font-size:1.714em; text-transform:capitalize;
}
.login_powered_by
{
	width:100%; float:left; padding:5px 20px 0px 20px; text-align:right; text-transform: capitalize;
}
#show_mobile
{
	display:none;
	width:100%; float:left;
	text-align:center
}
.input-group .form-control {
    height: 34px !important;
	text-transform:none;
	border-radius: 10px !important;
	padding: 0 10px;
}
.godaddy-badge{
    position: absolute;
    right: 10;
    bottom: -47px;
}
.bodyMiddle
{
	width:100%; float:left; padding-top:0;
}
.companyGroupName
{
	font-size:1.428em;
	color:#7d7d7d;
}
.loginText
{
	font:Droid Sans;
	font-size:1.714em;
	color:#000;
}

#content {
    width: 100%;
    min-height: 0px;
    padding-bottom: 5px;
    margin-left: 0px;
    margin-right: 1px;
    position: relative;
    max-width: 500px;
}
.rightLogoSec
{
	width: 44%;
	float: left;
	padding: 5px 5px 2px 0;
	text-align: right;
}
#wrapper {
    padding-left: 0px;
}
#sidebar-wrapper{
	display:none;
}

.btn-primary {
    font-size: 1em;
}


h3
{
	color: #286090;
	text-transform: capitalize;
}
/*button{
    background:#286090!important;
}
button:hover{
    background: #286090!important;
}*/

a {
	color: #286090;
}
.modal-dialog {
    right: auto;
    width: 515px;
    padding-top: 45px;
    padding-bottom: 30px;
}
.session-col-sm-3 {
	width: 30%;
}
.show_content {
    width: 100%;
    float: left;
}
.footerTopSection
{
	width:100%;
	float:left;
}
.footerBottomSection{
    width: 100%;
    margin-top: 25px;
	margin-left: 37%;
}
.topHeadPadding{
	padding:12px 0px 10px 15px;
}
#content{
    margin: 0px;
    width: 40%;
    background: #fefefe;
    border-radius: 5px;
    margin-top: -2%;
    padding: 20px 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

@media only screen and (max-width: 800px) {
 img{
	max-width: 100%;
	max-height: 100%;

}
  #content {
     width: 70%;
  }
  body.vertical-layout.vertical-menu.menu-expanded .content, body.vertical-layout.vertical-menu.menu-expanded .footer {
	  position: relative;
  }
  html body .content .content-wrapper {
    padding: 20px 2px 5px 2px;
}
  body {
	  background-color: #f4f4f4;
	 
  }
  .content-wrapper {
	  background-color: #f4f4f4;
	  box-shadow: none;
  }
  .form-control {
  background-color: rgba(255, 255, 255, 1) !important;
  border-bottom: none;
  border: 1px solid #ccd6e6;
  }
  .login_title {
    font-size: 1.285em;
	color:#000;
	
}
.text-right{
	text-align:left;
}
.container1 {    
    padding-bottom: 0px;
}
.btn-login {
    
    width: 100%;
	margin-top: 10px;
}
#hide_mobile
{
	display:none;
}
.footerBottomSection {
    
    margin-left: 28%;
}
.col-sm-6 {
    float: left;
    width: 100%;
}
#show_mobile
{
	display:block;
	margin-bottom: 20px;
}
.footerBottomSection
{
	display:none;
}
.login_powered_by
{
	text-align: center;
	padding: 25px 20px 0px 20px;
}
.modal-dialog {
    right: auto;
    width: 94%;
    padding-top: 45px;
    padding-bottom: 30px;
}

}

@media only screen and (max-width: 500px) {
  #content {
     width: 95%;
  }
}

.remember-checkbox input{
    margin-right: 10px;
}
.show_content{
    margin: 0;
    padding: 0;
    top:0;
    left:0;
    right:0;
    bottom:0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    /* Random Royalty Free background generator (https://source.unsplash.com) 
    background-image:url(https://source.unsplash.com/1600x900/?construction,building);*/
	/*background-image:url(../images/login.jpg);
	background-image:url(../images/ss/ssLogin.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
}

.show_content .logo{
    width: 100px;
    position: absolute;
    bottom: -56px;
}

.bg-mask{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0, 0, 0, 0.4);
}
.form-group {
    margin: 0;
}
