/**
 * User login wizard english compatible stylesheet.
 * includes/wizard_forms/user_login/css/styles.css
 *
 * @copyright (c) 2021 Naua for sustainable development and UNICEF Jordan
 * @link https://www.nahno-volunteers.com
 * @since 2020-06-09
 *
 * @author Hamzeh Oweis <hamzeh@insalat.com>
 * @author Haya Salti <haya@insalat.com>
 * @author Mohammad Khashashneh <khashashneh@insalat.com>
 *
 */

 @import '../../../../styles/theme.css';

input {
	/* border: solid 1px #cccccc; */
	border: none;
	background-color: #fff;
	padding: 10px 10px 5px 0;
	font-size: 15px;
}

input::-webkit-input-placeholder {
	color: #ccc;
}

input:-moz-placeholder {
	color: #ccc;
}

input::-moz-placeholder {
	color: #ccc;
}

input :-ms-input-placeholder {
	color: #ccc;
}

.parsley-error {
	border-bottom: solid 1px red !important;
}

.border-bottom {
	border-bottom: solid 1px #cccccc;
}

.register-redirect {
	font-size: 15px;
}

.register-redirect a {
	color: var(--primary-color);
}

.signin-forgot span {
	color: var(--primary-color);
	cursor: pointer;
}

#user_login_form .parsley-errors-list {
	position: relative;
	text-align: center;
}

.signin-invalid {
	text-align: center;
	color: #ee2e24;
	margin: 0;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
	.mobile-flex-grow-1 {
		flex-grow: 1;
	}
}

.login-validation-text {
	color: black !important ;
}