input[type=email], input[type=password], input[type=tel], input[type=text], textarea{
	    font-size: 13px;
    /*padding: 12px 16px;*/
    letter-spacing: 1px;
    color: #666;
    border: 2px solid #eee;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: 0;
    background-color: #fff;
    -webkit-appearance: none;
}
.user-rightwrap .title-wrap{
    justify-content: space-between;
}
.user-rightwrap .title-wrap a{
    font-size: 14px;
    color: #1FADF6
}
