@import url('https://fonts.googleapis.com/css?family=Roboto|Source+Sans+Pro');
body{
	font-family: 'Source Sans Pro', sans-serif;
	font-family: 'Roboto', sans-serif;
	background-color: #fff;
}
div[ class*='messagealert'] {
    text-align: center;
    padding: 2px 10px 30px 10px;
    font-size: 12px;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 45px;
    margin: 0;
}
.messagealert-basic {
    background-color: rgba(201, 233, 241, 0.75);
    color: #1b5363;
}
.messagealert-basic i.material-icons{
	position: relative;
    top: 7px;
}
.login-largeblock h1{
	font-size: 30px;
    color: #3f3f3f;
    text-align: center;
    padding-top: 40px;
}
.login-largeblock h5{
	font-size: 16px;
	color: #7f7f7f;
	text-align: center;
	margin-bottom: 40px;
}
.login-largeblock{
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.icon-email{
	/*background-image: url(../img/clinic_review/svg/mail.svg);*/
	background-size: 20px 20px;
	background-position: 468px 9px;
	background-repeat: no-repeat;
}
.icon-password{
	/*background-image: url(../img/clinic_review/svg/padlock.svg);*/
	background-size: 20px 20px;
	background-position: 468px 9px;
	background-repeat: no-repeat;
}
input.form-control {
    box-shadow: none!important;
    height: 40px;
    padding-right: 50px;
}
.hr-lineblock hr, .login-largeblock hr, hr{
	border:none;
	border-top: 1px solid #C0C0C4;
}
.hr-lineblock div{
	background-color: #ffffff;
	color: #929292;
	font-weight: normal;
	width: 135px;
	text-align: center;
	margin: auto;
	margin-top: -30px;
}

.btn-basic{
	display: block;
    width: 100%;
    height: 40px;
    margin-top: 10px;
   font-size: 13px;
    color: #ffffff;
    background-color: #5097e8;
    border: 1px solid #4c8ad2;
    border-radius: 5px;
    padding: 5px 6px;
    cursor: pointer;
    text-align: center;
}
.btn-facebook {
    margin-top: 12px;
    background-color: #0c4f9a;
    color: white;
    height: 40px;
    width: 100%;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
    float: left;
}
.btn-facebook:hover, .btn-facebook:focus {
    background-color: #fff;
    border:1px solid #0c4f9a;
    color: #0c4f9a;
}
.btn-line {
    margin-top: 12px;
    background-color: #66c410;
    color: white;
    height: 40px;
    width: 100%;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
    float: right;
    margin-right: 5px;
    padding-top: 9px;
}
.btn-line:hover, .btn-line:focus {
    background-color: #fff;
    border:1px solid #66c410;
    color: #66c410;
}
.login-largeblock .btn-facebook .fa-facebook-official{
	font-size: 18px;
    margin-right: 10px;
}
.login-largeblock .btn-line img{
	width: 20px;
	margin-right: 5px;
}
.login-textforgot a {
    color: #5097e8;
    text-decoration: none;
    cursor: pointer;
}
.login-textforgot {
	font-size: 12px;
	text-align: center;
}
.text-error{
	color: #e65555;
}

/*Forgot Password*/
.forgot-largeblock h1{
	font-size: 30px;
    color: #3f3f3f;
    text-align: center;
    padding-bottom: 40px;
}
.forgot-largeblock h5{
	font-size: 16px;
	color: #7f7f7f;
	text-align: center;
}
.forgot-largeblock{
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.text-topic{
	color: #504e4e;
}

/*Reset Password*/
.reset-largeblock h1{
	font-size: 30px;
    color: #3f3f3f;
    text-align: center;
    padding-bottom: 40px;
}
.reset-largeblock h5{
	font-size: 16px;
	color: #7f7f7f;
	text-align: center;
}
.reset-largeblock{
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

 /*Responsive*/
@media (max-width:500px) {
	.reset-largeblock, .forgot-largeblock, .login-largeblock{
		width: auto;
	}
	.forgot-largeblock h1 {
		font-size: 17px;
		padding-bottom: 0;
	}
	.forgot-largeblock h5 {
		font-size: 12px;
	}
	.btn-line {
    	margin-right: 0;
	}
}
@media (min-width:501px) and (max-width:991px) {
	.reset-largeblock, .forgot-largeblock, .login-largeblock{
		width: 500px;
	}
	.icon-email{
		background-position: 468px 9px;
		background-image: url(../img/clinic_review/svg/mail.svg);
	}
	.icon-password{
		background-position: 468px 9px;
		background-image: url(../img/clinic_review/svg/padlock.svg);
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.reset-largeblock, .forgot-largeblock, .login-largeblock{
		width: 500px;
	}
	.icon-email{
		background-position: 468px 9px;
		background-image: url(../img/clinic_review/svg/mail.svg);
	}
	.icon-password{
		background-position: 468px 9px;
		background-image: url(../img/clinic_review/svg/padlock.svg);
	}
}
@media (min-width:1200px) {
	.icon-email{
		background-position: 468px 9px;
		background-image: url(../img/clinic_review/svg/mail.svg);
	}
	.icon-password{
		background-position: 468px 9px;
		background-image: url(../img/clinic_review/svg/padlock.svg);
	}
}
























































































