.hide {
	display:none;
}
form .select-wrapper-input:after {
	content: "";
	width: 0px;
}
form .select-wrapper input {
	padding: 3px 10px 5px 10px;
    position: relative;
    z-index: 1;
    width: 100%;
    -webkit-appearance: none;
	font-family: Segoe Ui, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    background-color: #fff;
    border: 2px solid #FFF;
    border-radius: 0;
    box-shadow: none;
    padding: 3px 10px 5px 10px;
    transition: all 0.3s ease;
    -webkit-appearance: none;
}
.m-left {
	margin-left:5px;
}
.input-wrapper .subscribe_checkbox {
	width:10%;
	cursor:pointer;
}
.input-wrapper .subscribe_label {
	cursor:pointer;
}
.user-content img {
	margin-right:15px;
}
.user-content a {
  color: #0040ab;
  border-bottom: 1px solid #9aacba;
  transition: all 0.3s ease;
}