html, body {
	height: 100%;
}
body {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

input:focus:-webkit-input-placeholder { color: transparent; }
input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color: transparent; } /* IE 10+ */
input:focus::-ms-input-placeholder { color: transparent; } /* IE 10+ */

.form-control:-webkit-input-placeholder { color: #979797; }
.form-control::-webkit-input-placeholder { color: #979797; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: #979797; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: #979797; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: #979797; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: #979797; }  /* Microsoft Edge */

.form-login {
	margin: 0 auto;
	width: 100%;
	max-width: 330px;
	padding: 10px 30px 30px 30px;
	background-color: #ddf9d6;
	border-radius: 5px;
}
.form-login .form-control {
	position: relative;
	height: 40px !important;
	margin-bottom: 10px;
	border-radius: 5px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
}
.custom-title {
	font-size: 16px;
	font-weight: bold; 
	color: #000000;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.wrapper-select {
   border: 1px solid #ced4da;
   box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
   padding: 0 !important;
}
.user_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 5px;
    background: transparent;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    color: #333;
    outline: none;
    font: inherit;
    margin: 0;
}
.user_select::-ms-expand{
    display: none; /* remove arrow IE     */
}

span.error {
	color: #FF6347;
}

/*
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none;
}
*/

.confidental {
	padding: 0 20px;
	text-align: justify;
}
.confidental h3 {
	text-align: center !important;
	margin-bottom: 30px;
}
.confidental-info {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #333;
}
.confidental-info a {
	color: #4283A2 !important;
}
.login-info {
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 14px;
	color: #333;
}
.form-info {   
	margin-top: 20px;
	border-radius: 40px;
	padding: 5px 15px;
	border: 1px solid white;
	background-color: #FFF8DC;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
	text-align: center;
}
.info_pic {
	float: left;
	height: 40px;
	display: inline-block;
	margin-right: 5px;
	margin-top: 5px;
}
.excla_pic {
	float: left;
	height: 20px;
	margin-right: 10px;
}
.offers_filter_down {
	display: inline-block;
	position: absolute;
	top: 7px;
	right: 7px;
	width: 22px;
	height: 22px;
	background: url(icon-down-green.png) 0 0 no-repeat;
}
.button-green-white {
	width: 140px;
	height: 30px;
	background-color: #1b8800;
	border: 1px solid #1b8800;
	border-radius: 5px;
	color: #ffffff;
	line-height: 30px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.button-green-white:hover {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}
.message-error {
	width: 100%;
	margin-top: 20px;
	padding: 10px;
	background-color: #F5F5F5;
	border: 1px solid #F5F5F5;
	border-radius: 12px;
	color: #ff573e;
}
.message-success {
	width: 100%;
	margin-top: 20px;
	padding: 10px;
	background-color: #F5F5F5;
	border: 1px solid #F5F5F5;
	border-radius: 12px;
	color: #01897B;
}
.form-restore {
	float: right;
}
.form-restore a {
	display: inline-block;
	color: #01897B;
	z-index: 10000;
}
.links:hover {
	color: #e6b140;
}
.login-links {
	color: #218979;
}
.so-content {
	max-width: 400px;
}
.popup-register {
	position: absolute;
	top: 0;
}
.title-register {
	text-align: center;
	line-height: 24px;
	color: #4283A2;
	margin-bottom: 20px;
}
.modal-content {
	padding: 20px !important;
}
.modal-title {
	text-align: center;
	line-height: 24px;
	color: #218979;
	font-weight: 500;
	margin-bottom: 20px;
}
@media screen and (max-width: 360px) {
	.so-content {
		padding: 10px !important;
	}
	.modal-content {
		padding: 10px !important;
	}
}
.modal-body .input-group-text {
	font-size: 14px;
}
.login-info div {
	margin-right: 0 !important;
	margin-left: 0 !important;
	text-align: left !important;
}