body {
	background-color: #f2f2f2!important;
}
.form-control:focus {
	box-shadow: none !important;
}
.login-form, .signup-form {
	width: 330px;
	margin: 0 auto;
	padding: 120px 0;
}

.emailSettings-form {
	width: 430px;
	margin: 0 auto;
	padding: 120px 0;
}

.login-form form {
	color: #434343;
	border-radius: 10px;
	padding: 40px !important;
	text-align:center;
	background-image: url(/resources/images/common/bg_rd_login.png);
	background-repeat: round;
}
.login-form h4 {
	text-align: center;
	font-size: 22px;
	margin-bottom: 20px;
}
.login-form .form-group {
	margin-bottom: 20px;
}
.login-form .form-control, .login-form .btn {
	min-height: 40px;
	border-radius: 8px;
	transition: all 0.5s;
}
.login-form .btn {
	background: red;
	font-weight:300;
	border: none;
	line-height: normal;
}
.signup-container .btn {
	border-radius: 100px !important;
	width:152px !important;
	padding:8px !important;
	height:40px !important;
}
.login-form .forgot-link {
	font-size:12px;
	color:#777777!important;
	text-align: center;
	font-weight:300;
}
.login-form .forgot-link a {
	  border-bottom:0.5px solid red;
	  padding-bottom:5px;
	  display:inline;
	  line-height:2;
	  text-decoration: none;
}
.signin-mail,
.signup-mail,
.signin-password,
.signup-password,
.signup-re-password
  {
	height: 35px;
	width: 100%;
	transition: all .6s ease;
	border-bottom:0.5px solid #cccccc !important;
	border-right:none;
	border-left:none;
	border-top:0.5px solid #cccccc !important;
	border-radius:0px!important;
	/*background-color: #ffffff!important;*/
	background-color: transparent;
	box-shadow: none;
}
.btn-lg {
	font-size: 15px;
	font-weight:bold;
	margin: 70px auto 0;
	min-height: 20px !important;
	height:40px !important;
	border-radius: 80px !important;
	width:152px !important;
	padding:8px;
	float:center !important;
}
.btn-signup {
	font-weight: unset;
	margin: 20px auto 40px;
	border-radius: 100px !important;
}
.login-logo, .signup-logo {
	width: 60%;
	margin-top: 30px;
	margin-bottom: 60px; 
}
.popup-content-style {
    margin-top: 15px;
    font-weight:300!important;
}
.popup_message_button {
    text-align: center;
    bottom: 10px;
    position: absolute;
    width: 100%;
}
.print-clean {
    border: none;
    background: transparent;
}
.error-container {
	text-align: left;
}
.error-message {
    color: red;
}
.login_information{
	text-align: right;
}
#privacyPolicyDiv a {
	color: #337ab7 !important;
}
blockquote {
   font-size: 13px;	
}
.password-note {
    margin-top: 20px;
	text-align: left;
    font-size: 12px;
    color: red;
}
.agree-with {
  font-size: 13px;
  margin-top:10px;
}

/* Responsive */
@media screen and (max-width: 640px) {
    
}

.btn-login {
	font-size: 15px;
	font-weight:bold;
	margin: 30px auto;
	min-height: 20px !important;
	height:40px !important;
	border-radius: 80px !important;
	padding:8px;
	float:center !important;
}

.btn-select-login {
	font-size: 14px;
	font-weight:bold;
	margin: 30px auto;
	min-height: 20px !important;
	height:40px !important;
	border-radius: 80px !important;
	padding:8px;
	float:center !important;
	width: 215px;
}

.jss46 {
	color: #777777;
	margin: 10px 0 10px 0;
	display: flex;
	align-items: center;
	flex-direction: row;
}

.jss47 {
	flex-grow: 1;
	border-bottom: 1px solid #cccccc;
}

.jss47:first-child {
	margin-right: 6px;
}

.jss47:last-child {
	margin-left: 6px;
}

.MuiTypography-root {
	margin: 0;
}

.MuiTypography-body1 {
	text-align: left;
	font-weight: normal;
	line-height: 21px;
}
