@font-face {
	font-family: pfufont;
	src: url("fonts/PFUniversal-Regular_1.otf") format("opentype");
}

body{
	overflow:hidden;
}

#login_wrapper {
    //background: url(../images/close-up-pen-market-research.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}

#outter_login {
    text-align: center;
    position: relative;
    border: 9px solid #bbbbbb;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    width: 940px;
    margin-top: calc(25% - 225px);
    background: white;
}

#copyright_div {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    color: black;
    font-family: 'Lato',sans-serif;
    margin-top: 5px;
    font-weight: bold;
}

#login-site-logo{
	width: 162px;
	margin-top: -85px;
	width: 28%;
}

input[type=text]{
    width:100%;
    border:2px solid #aaa;
    border-radius:4px;
    margin:8px 0;
    outline:none;
    padding:8px;
    box-sizing:border-box;
    transition:.3s;
  }
  
  input[type=text]:focus{
    border-color:dodgerBlue;
    box-shadow:0 0 8px 0 dodgerBlue;
  }
  
  input[type=password]{
    width:100%;
    border:2px solid #aaa;
    border-radius:4px;
    margin:8px 0;
    outline:none;
    padding:8px;
    box-sizing:border-box;
    transition:.3s;
  }
  
  input[type=password]:focus{
    border-color:dodgerBlue;
    box-shadow:0 0 8px 0 dodgerBlue;
  }
  
  .inputWithIcon input[type=text]{
    padding-left:40px;
  }
  .inputWithIcon input[type=password]{
    padding-left:40px;
  }
  
  .inputWithIcon{
    position:relative;
  }
  
  .inputWithIcon i {
    position: absolute;
    left: 0;
    top: 8px;
    padding: 19px 8px;
    color: #aaa;
    transition: .3s;
}
  
  .inputWithIcon input[type=text]:focus + i{
    color:dodgerBlue;
  }
  .inputWithIcon input[type=password]:focus + i{
    color:dodgerBlue;
  }
  
  .inputWithIcon.inputIconBg i{
    background-color:#aaa;
    color:#fff;
    padding:9px 4px;
    border-radius:4px 0 0 4px;
  }
  
  .inputWithIcon.inputIconBg input[type=text]:focus + i{
    color:#fff;
    background-color:dodgerBlue;
  }
  .inputWithIcon.inputIconBg input[type=password]:focus + i{
    color:#fff;
    background-color:dodgerBlue;
  }
  
  .inputs_container{
	width: 75%;
    margin-left: auto;
    margin-right: auto;
	padding-top: 50px;
  }
  
  .fa-user{
	  font-size: 2.1rem !important;
  }
  
  .fa-at{
	  font-size: 2.1rem !important;
  }
  
  .fa-unlock-alt{
	  font-size: 2.1rem !important;
  }
  a:link { text-decoration: none; }


a:visited { text-decoration: none; }


a:hover { text-decoration: none; }


a:active { text-decoration: none; }
.login_button {
    width: 100%;
    height: 40px;
    margin-top: 7px;
    cursor: pointer;
    background: #343a40;
    padding-top: 4px;
}
.register_button {
    width: 100%;
    height: 40px;
    margin-top: 12px;
    cursor: pointer;
    background: #0873b9;
    padding-top: 4px;
}

#guest_button {
    width: 100%;
    height: 40px;
    margin-top: 12px;
    cursor: pointer;
    background: #08a8b9;
    padding-top: 4px;
}

#guest_button:hover{
    background: #007e8c;
}

  .recover_button{
		width: 100%;
		height: 40px;
		margin-top:7px;
		cursor:pointer;
		background:#004F95;
		padding-top: 4px;
  }
  .recover_complete_button{
		width: 100%;
		height: 40px;
		margin-top:7px;
		cursor:pointer;
		background:#004F95;
		padding-top: 4px;
  }
  
  .login_button:hover {
		background: #000000;
	}
  .register_button:hover{
	  background:#003B6F;
  }
  .recover_button:hover{
	  background:#003B6F;
  }
  .recover_complete_button:hover{
	  background:#003B6F;
  }
  
  .login_button_label{
		font-family: 'Lato',sans-serif;
		color: white;
		font-size: 21px;
  }
  .register_button_label{
		font-family: 'Lato',sans-serif;
		color: white;
		font-size: 21px;
  }
  #guest_label {
    font-family: 'Lato',sans-serif;
    color: white;
    font-size: 21px;
}
  .recover_button_label{
		font-family: 'Lato',sans-serif;
		color: white;
		font-size: 21px;
  }
  .recover_complete_button_label{
		font-family: 'Lato',sans-serif;
		color: white;
		font-size: 21px;
  }
  
  .after_button_container{
	  width:100%;
	  height:50px;
  }
  .syndemenos_container{
	  width:55%;
	  height:50px;
	  padding-top: 15px;
	  float:left;
  }
  .ksexasate_container{
	  width:45%;
	  height:50px;
	  float:left;
	  font-family: 'Lato',sans-serif;
	font-size: 14px;
	padding-top: 15px;
  }
  
  #recover_text{
	font-family: 'Lato',sans-serif;
    font-size: 19px;
  }
  #recover_complete_text{
	font-family: 'Lato',sans-serif;
    font-size: 19px;
	color:green;
  }
  #lathos_kodikos_text{
	 font-family: 'Lato',sans-serif;
    font-size: 19px;
		color:red;
  }
  #wrong_recover_mail_text{
	  font-family: 'Lato',sans-serif;
    font-size: 19px;
		color:red;
  }
  #recover_wrong_complete{
	  font-family: 'Lato',sans-serif;
    font-size: 19px;
		color:red;
  }
 /*************************************
CUSTOM CHECKBOX CSS
**************************************/ 

  .container {
	font-family:'Lato',sans-serif;
    display: block;
    position: relative;
    //padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}







 /*************************************
END OF CUSTOM CHECKBOX CSS
**************************************/ 

#bg_outter {
    position: absolute;
    height: 100%;
    width: 100%;
}



@media (max-width:440px){
	#bg_outter{
		height: 100%;
		position: absolute;
	}
}







@media (max-width:1720px){
	.container {
			font-size:13px;
	}
	.checkmark{
		height: 17px;
		width: 17px;
	}
	.ksexasate_container{
			font-size:13px;
	}
}

@media (max-width:1600px){
	.container {
			font-size:12px;
	}
	.checkmark{
		height: 16px;
		width: 16px;
	}
	.ksexasate_container{
			font-size:12px;
	}
}

@media (max-width:1470px){
	.container {
			font-size:13px;
	}
	.checkmark{
		height: 17px;
		width: 17px;
	}
	.ksexasate_container{
			font-size:13px;
	}
	
}

@media (max-width:1130px){
	.container {
			font-size:14px;
	}
	.checkmark{
		height: 18px;
		width: 18px;
	}
	.ksexasate_container{
			font-size:14px;
	}
	
}

@media (max-width:1000px){
	#outter_login {
		text-align: center;
		position: relative;
		border: 1px solid #eae2e2;
		height: 57%;
		border-radius: 8px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 140px;
	}
}

@media (max-width:970px){
	.footer_div {
		display:none!important;
	}
}



@media (max-width:530px){
	#outter_login {
		height: 54%;
	}
}

#b2b_logo {
    width: 78px;
    margin-top: -34px;
}

#left_login_section {
    position: relative;
    float: left;
    width: 412px;
    height: 412px;
    background: #343a40;
}

#right_login_section {
    position: relative;
    float: left;
    width: 510px;
    height: 412px;
}

#b2b_circle {
    background: #c978ff;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: -30px;
    text-align: center;
}

#eisodos_label {
    font-family: 'Lato',sans-serif;
    text-align: center;
    color: #343a40;
    font-size: 19px;
    border-bottom: 1px solid black;
    width: 249px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
}

#login_form{
    margin-top: 20px;
}

#username_input{
	font-family: 'Lato',sans-serif;
}

#password_input{
	font-family: 'Lato',sans-serif;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: 'Lato',sans-serif;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: 'Lato',sans-serif;
}

::-ms-input-placeholder { /* Microsoft Edge */
  font-family: 'Lato',sans-serif;
}

#b2blogo{
	width:100%;
}





#outter_login {
    text-align: center;
    position: relative;
    border: 9px solid #bbbbbb;
    height: 430px;
    margin-left: auto;
    margin-right: auto;
    width: 940px;
    margin-top: 125px;
    background: white;
}


/*

@media (min-width:1367px) and (max-width:1367px){
	#outter_login{
		display:none;
	}
}

*/
@media (width:480px){
	#outter_login {
		text-align: center;
		position: relative;
		border: 9px solid #bbbbbb;
		height: 640px;
		margin-left: auto;
		margin-right: auto;
		width: 407px;
		margin-top: 15px;
		background: white;
	}
	#left_login_section {
		position: relative;
		float: left;
		width: 100%;
		height: 234px;
		background: none;
	}
	#b2blogo {
		width: 80%;
		padding-top: 23px;
	}
	#right_login_section {
		position: relative;
		float: left;
		width: 100%;
		height: 234px;
		clear: both;
		text-align: center;
		margin-top: 106px;
	}
	.inputs_container {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 50px;
	}
	#b2b_logo {
		width: 51px;
		margin-top: -47px;
	}
	#eisodos_label {
		font-family: 'Lato',sans-serif;
		text-align: center;
		color: #343a40;
		font-size: 25px;
		border-bottom: 1px solid black;
		width: 217px;
		margin-left: auto;
		margin-right: auto;
		margin-top: -5px;
	}
	#login_form {
		margin-top: 13px;
		zoom: 0.8;
	}
	.login_button {
		width: 95%;
		height: 35px;
		margin-top: 5px;
		cursor: pointer;
		background: #343a40;
		padding-top: 3px;
		margin-left: auto;
		margin-right: auto;
	}
	.register_button {
		width: 95%;
		height: 35px;
		margin-top: 5px;
		cursor: pointer;
		background: #343a40;
		padding-top: 3px;
		margin-left: auto;
		margin-right: auto;
	}
	.login_button_label {
		font-family: 'Lato',sans-serif;
		color: white;
		font-size: 19px;
	}
	.register_button_label {
		font-family: 'Lato',sans-serif;
		color: white;
		font-size: 19px;
	}
	
	#username_input {
		width: 79%;
		font-size: 21px;
	}
	
	#password_input {
		width: 79%;
		font-size: 21px;
	}
	
	.inputWithIcon i {
		left: 50px;
		top: 14px;
	}
	.login_button {
		width: 79%;
		height: 35px;
		margin-top: 5px;
		cursor: pointer;
		background: #343a40;
		padding-top: 3px;
		margin-left: auto;
		margin-right: auto;
	}
	.register_button {
		width: 79%;
		height: 35px;
		margin-top: 5px;
		cursor: pointer;
		background: #343a40;
		padding-top: 3px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width:440px){
	#outter_login {
		text-align: center;
		position: relative;
		border: 9px solid #bbbbbb;
		height: 695px;
		margin-left: auto;
		margin-right: auto;
		width: 407px;
		margin-top: 15px;
		background: white;
	}
	@supports (-webkit-touch-callout: none) {
		#outter_login {
			height: 744px;
		}
	}
	
	
	#left_login_section {
		position: relative;
		float: left;
		width: 100%;
		height: 234px;
		background: none;
	}
	#b2blogo {
		width: 70%;
		padding-top: 23px;
	}
	#right_login_section {
		position: relative;
		float: left;
		width: 100%;
		height: 234px;
		clear: both;
		text-align: center;
		margin-top: 106px;
	}
	.inputs_container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
}
	#b2b_logo {
		width: 51px;
		margin-top: -47px;
	}
	#eisodos_label {
		font-family: 'Lato',sans-serif;
		text-align: center;
		color: #343a40;
		font-size: 25px;
		border-bottom: 1px solid black;
		width: 217px;
		margin-left: auto;
		margin-right: auto;
		margin-top: -5px;
	}
	#login_form {
		margin-top: 13px;
		zoom: 0.8;
	}
	.login_button {
		width: 95%;
		height: 46px;
		margin-top: 5px;
		cursor: pointer;
		background: #343a40;
		padding-top: 3px;
		margin-left: auto;
		margin-right: auto;
	}
	.register_button {
		width: 95%;
		height: 35px;
		margin-top: 5px;
		cursor: pointer;
		background: #343a40;
		padding-top: 3px;
		margin-left: auto;
		margin-right: auto;
	}
	.login_button_label {
		font-family: 'Lato',sans-serif;
		color: white;
		font-size: 22px;
		margin-top: 3px;
	}
	.register_button_label {
		font-family: 'Lato',sans-serif;
		color: white;
		font-size: 22px;
		margin-top: 3px;
	}
	
	#username_input {
		width: 79%;
		font-size: 21px;
	}
	
	#password_input {
		width: 79%;
		font-size: 21px;
	}
	
	.inputWithIcon i {
		left: 50px;
		top: 14px;
	}
	.login_button {
		width: 79%;
		height: 46px;
		margin-top: 5px;
		cursor: pointer;
		background: #343a40;
		padding-top: 3px;
		margin-left: auto;
		margin-right: auto;
	}
	.register_button {
		width: 79%;
		height: 46px;
		margin-top: 5px;
		cursor: pointer;
		background: #0873b9;
		padding-top: 3px;
		margin-left: auto;
		margin-right: auto;
	}
	#guest_button {
		width: 79%;
		height: 46px;
		margin-top: 5px;
		margin-left: auto;
		margin-right: auto;
	}
	#guest_label {
		font-size: 22px;
		margin-top: 3px;
	}
}



@media (max-width:440px){
	#outter_login {
    zoom: 0.82;
}
}
@media (max-width:360px){
	#outter_login {
		zoom: 0.8;
	}
}


/*mono gia safari*/
@media (max-width:414px){
	@supports (-webkit-touch-callout: none) {
		#left_login_section {
			position: relative;
			float: left;
			width: 90%;
			height: 234px;
			background: none;
			margin-left: 5%;
		}
		#b2b_logo {
			width: 51px;
			margin-top: -128px;
		}
		#eisodos_label {
			font-family: 'Lato',sans-serif;
			text-align: center;
			color: #343a40;
			font-size: 23px;
			border-bottom: 1px solid black;
			width: 217px;
			margin-left: auto;
			margin-right: auto;
			margin-top: -33px;
		}
		#username_input {
			padding-left: 53px;
		}
		#password_input {
			padding-left: 53px;
		}
	}
	
	
	
}