body,html{
  margin: 0;
  background-color:#e6e6e6;
  /*background-image: url(../images/fullimage7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;*/

	/*#e8e8e8*/
}
.main_container{
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 400px;
  background-color:#fff;
  border-radius: 3px;
  box-shadow: 1px 1px 30px #00000040;
  border-radius: 5px;
}
.sign_col-1{
  width:35%;
  background-color:#1591bf;
  height: inherit;
  position: relative;
  border-radius: 5px 0px 0px 5px;
}
.login_round_background{
  background-color: #ffffff;
  height: 150px;
  border-radius: 100px;
  width: 150px;
  position: absolute;right:0;left: 0; 
  /*box-shadow: 0px 13px 39px #00000061;*/
  text-align: center;
  padding: 30px 30px;
  z-index: 100;
  right: 0;
  left: 0;
  top: 10px;
  margin: 0 auto;
  transition-duration: 0.5s;
  border: 3px solid #b7b4b4;
}
.login_round_background:hover{  
  border: 3px solid #06e3ff;
  transform: scale(1.01);
  transition-duration: 0.5s
}
.login_round_background img{
  width:80px;
  transition-duration: 0.5s;
}
.page_name{
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	color: white;
	letter-spacing: 1px;
}
.sign_col-2{
    width: 65%;
    background-color: white;
    height: inherit;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0px 5px 5px 0px;
}
#second_column2{
	width: 65%;
    background-color: white;
    height: inherit;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0px 5px 5px 0px;
}
#second_column2 .login{
	top: 5%!important;
}
.login{
    position: relative;
    top: 15%;
    padding: 20px;
}
label{ color: #8e8d8d;width: 200px;}
#second_column2 input[type="text"],.password input[type="password"]{
	margin: 5px 0px !important;
}
#second_column2 label{
  margin-bottom: 0;
}
.error{color:red}
.username input[type="text"],.password input[type="password"]{
    width: 90%;
    height: 40px;
    outline: none;
    border: 1px solid #8080807d;
    margin: 15px 0px;
}
.login_form button{
    height: 40px;
    width: 100px;
    background-color: #3c94b9;
    border: none;
    color: white;
    transition-duration: 0.5s
}
.login_form button:hover{
    height: 40px;
    width: 100px;
    background-color: #295f75;
    border: none;
    color: white;
    transition-duration: 0.5s
}
.button-container{
	width: 100%;
	text-align: center;
}
.sign_col-2 .login_round_background{
	    display:none;
	}
/*-----------------------------------media queries--------------------------------------- */

@media only screen and (max-device-width : 319px){
	.sign_col-1 .login_round_background{
	    display:none;
	}
	.sign_col-2 .login_round_background{
	    display:block;
		height: 50px;
		width: 50px;
	    padding: 5px 5px;
	}
	.login_round_background img {
	    width: 30px;
	}
	.sign_col-1{
       width: 0px;
	}
	.sign_col-2{
		width: 100%;
	}
	.main_container{
		width:80%;
	}
	.username input[type="text"], .password input[type="password"]{
		width:100%;
	}	
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 667px) {
	.sign_col-1 .login_round_background{
	    display:none;
	}
	.sign_col-2 .login_round_background{
	    display:block;
		height: 60px;
		width: 60px;
	    padding: 5px 5px;
	}
	.login_round_background img {
	    width: 40px;
	}
	.sign_col-1{
       width: 0px;
	}
	.sign_col-2{
		width: 100%;
	}
	.main_container{
		width:80%;
	}
	.username input[type="text"], .password input[type="password"]{
		width:100%;
	}	
}
