/*
	PAGES CONNEXION / RESET / PASSWORD LOST
*/

#patientLoginForm {
  position: relative;
  width: 429px;
  border: 1px solid transparent;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 60px auto 0px auto;
  box-shadow: 4px 4px 20px #aaa;
  background: #1e5799;
  background: -moz-linear-gradient(top, #1e5799 0%, #7db9e8 20%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(20%, #7db9e8));
  background: -webkit-linear-gradient(top, #1e5799 0%, #7db9e8 20%);
  background: -o-linear-gradient(top, #1e5799 0%, #7db9e8 20%);
  background: -ms-linear-gradient(top, #1e5799 0%, #7db9e8 20%);
  background: linear-gradient(to bottom, #1e5799 0%, #7db9e8 20%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
}
#patientLoginForm .tableForm div.label {
  vertical-align: middle;
}
#patientLoginForm h3 {
  margin: 6px 0px 0px 10px;
  color: white;
  font-weight: normal;
}
#patientLoginForm .help {
  margin: 18px 0px;
  padding: 28px 0px 0px 0px;
}
#patientLoginForm .icon {
  position: absolute;
  top: -50px;
  right: 15px;
}

#patientLoginForm form {
  padding: 0px 15px 12px 15px;
  background: white;
  margin-top: 22px;
}

#patientLoginForm input[type='text'],
#patientLoginForm input[type='password'],
#patientLoginForm input[type='email'] {
  width: 195px;
}

#patientLoginForm .privacy-policy {
  margin-top: 20px;
}
/*
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px){
	#patientLoginForm
	{
		margin-top: 35px;
		font-size: 17px;
		font-size: 1.7rem;
	}

	#patientLoginForm .tableForm div.label{
    width: 140px;
	}

	#patientLoginForm h3{
		margin: 0px 0px 0px 10px;
	}

	#patientLoginForm .help
	{
		margin: 18px 0px;
		padding: 20px 0px 8px 0px;
	}

	#patientLoginForm .icon{
		position: absolute;
		top: -50px;
		right: 15px;
	}

	#patientLoginForm form{
		margin-top: 20px;
	}

	#patientLoginForm input{
		width: 235px;
		font-size: 17px;
		font-size: 1.7rem;
	}

	#patientLoginForm button{
		font-size: 17px;
		font-size: 1.7rem;
	}
}
*/
/*
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
	#patientLoginForm, #discoverSbtPro{
		margin-top: 75px;
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-o-transform: scale(1.3);
		transform: scale(1.3);
		-webkit-transform-origin: 50% 0;
		-moz-transform-origin: 50% 0;
		-o-transform-origin: 50% 0;
		transform-origin: 50% 0;
	}

	#discoverSbtPro{
		padding-top: 100px;
	}
}
*/

/*--------------------------
  AIDE
--------------------------*/

#patientLoginForm .helpLogin {
  font-style: italic;
  margin-top: 25px;
}

/*--------------------------
  NOTIFICATIONS
--------------------------*/

#azureo-notifications {
  margin: -10px 0 25px;
}
#azureo-notifications i {
  float: left;
}

/*--------------------------
  GO TO FRONT
--------------------------*/

#discoverSbtPro {
  font-style: italic;
  margin-top: 47px;
  text-align: center;
}

/*--------------------------
  PASSWORD LOST
--------------------------

#passwordLost_form .tableForm{
	margin: 21px 0px 10px 0px;
	padding-top: 25px;
}

#passwordLost_form #captchaImg{
  margin: 10px 0px;
}

#passwordLost_form #captchaReload img{
  vertical-align: top;
  margin-top: 10px;
}

#passwordLost_form .tableForm div.label, #passwordLost_form .tableForm div.field{
  padding: 5px 0px;
}

#passwordLost_form #azureo-notifications{
	margin: 22px 0 25px;
	position: relative;
	top: 19px;
}

#passwordLost_form #err_validation{
	margin-top: 5px;
}

*/

/*--------------------------
  RESET PASSWORD
--------------------------*/

#resetPassword_form .tableForm {
  margin: 21px 0px 10px 0px;
  padding-top: 25px;
}

#resetPassword_form .tableForm div.label,
#resetPassword_form .tableForm div.field {
  padding: 5px 0px;
}

#resetPassword_form .tableForm div.label {
  width: 185px;
}

#resetPassword_form #azureo-notifications {
  margin: 22px 0 25px;
  position: relative;
  top: 19px;
}

#resetPassword_form #err_validation {
  margin-top: 5px;
}

.resetPassword .helpLine {
  display: block;
  margin-top: 25px;
  margin-bottom: 10px;
  text-align: center;
}

.resetPassword a.helpBtn {
  background: #10a2a2;
  color: white !important;
  font-size: 16px;
  border-radius: 5px;
  padding: 10px 20px;
}

.arrow {
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  border-style: solid;
  vertical-align: top;
}

.arrow.arrowBorder {
  border-color: #376797 transparent;
  border-width: 13px 13px 0px 13px;
  left: 21px;
  top: 52px;
}

.arrow.arrowBg {
  border-color: #6aa5d8 transparent;
  border-width: 11px 11px 0px 11px;
  left: 22px;
  top: 52px;
}

@media only screen and (max-width: 500px) {
  #patientLoginForm {
    width: 100%;
    border: 0;
  }
  #patientLoginForm form {
  }
  #patientLoginForm input {
    width: 100%;
  }
  .tableForm div.label {
    width: 40%;
  }

  #captchaImg {
    width: 100%;
    margin-left: -43px;
  }

  .arrow {
    position: absolute;
    display: block;
    width: 1px;
    height: 1px;
    border-style: solid;
    vertical-align: top;
  }

  .arrow.arrowBorder {
    border-color: #376797 transparent;
    border-width: 13px 13px 0px 13px;
    left: 21px;
    top: 45px;
  }

  .arrow.arrowBg {
    border-color: #629dd1 transparent;
    border-width: 11px 11px 0px 11px;
    left: 22px;
    top: 45px;
  }

  #patientLoginForm .tableForm div.label {
    vertical-align: middle;
    display: inline-block;
  }

  .tableForm div.row {
    display: block;
    width: 100%;
  }

  .tableForm {
    display: block;
    width: 100%;
  }

  div.field {
    display: inline-block !important;
    text-align: left;
    padding: 1px 0px;
    zoom: 1;
    width: 48%;
  }
}
