input[type="text"],
input[type="email"],
input[type="password"],
textarea{
    border: solid 2px #fff;
    color: #34495E;
    font-family: "Lato", sans-serif;
    font-size: pem(16);
    padding: 5px 5px 9px;
    height: 28px;
    text-indent: 6px;
    @include border-radius(4px);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border .25s linear, color .25s linear;
    -moz-transition: border .25s linear, color .25s linear;
    -o-transition: border .25s linear, color .25s linear;
    transition: border .25s linear, color .25s linear;
    -webkit-backface-visibility: hidden;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus{
    border-color:#5B9DD9;
    outline: none;
}
.subdomain-suffix{
    position: relative;
    .suffix{
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 14px;
	line-height: 44px;
	font-weight: 700;
	color: #888;
	text-align: right;
	white-space: nowrap;
	pointer-events: none;
    }
}
