.tml-register,
.tml-resetpassword{
	color: #242a32;
}
.tml-register img{
	width:44px;
	float: left;
	margin-right: 9px;
}

.tml-checkbox{
	zoom: 2;
    margin-right: 8px;
    float: left;
}

.tml button{
	background-color: #367ada;
    color: #ffffff;
	border:none;
	border-radius: 25px;
    font-size: 16px;
	font-weight: bold;
	width: 100%;
    padding: 15px;
	line-height: 1em;
	text-align: center;
}

.tml-register label,
.tml-register .tml-user_login-wrap label,
.tml-register .tml-phone-wrap label,
.tml-register .tml-user_email-wrap label{ 
	color: #898d96;
	font-size: 12px;
  	font-weight: 600;
}

.tml-register .tml-login_instructions-wrap,
.tml-login .tml-register_instructions-wrap
{
	margin-top:30px;
	text-align: center;
}

.tml-register .tml-user_login-wrap input,
.tml-register .tml-phone-wrap input,
.tml-register .tml-first_name-wrap input,
.tml-register .tml-last_name-wrap input,
.tml-register .tml-user_email-wrap input{
  height: 50px;
  border-radius: 2px;
  border: solid 1px #c3c6cd;
}

.tml .tml-alerts .tml-error {
	border: none;
	border-radius: 4px;
	background-color: #f9f3f4;
	color:#e61b39;
	font-size:14px;
}

.tml-resetpass .tml-pass_hint-wrap{	
	border-radius: 10px;
	background-color: #f1f6fe;
	padding: 10px 0;
}

.tml-resetpass img{
	width:24px;
	float: left;
	margin: 21px 11px;
}

.tml-login .tml-rememberme-wrap .tml-label {    
	display: inline-block !important;
}
.tml-login .tml-rememberme-wrap
{
	display: block;
	float: left;
    vertical-align: middle;
}

.tml-login .tml-password_instructions-wrap
{
	display: block;
	float: right;
	vertical-align: middle;
}

.welcome-popup {
	border-radius: 11.7px;
	background: linear-gradient(to bottom, #fff 123px, #fff 123px, #e5e9f0 124px,#e5e9f0 100%);
}

.welcome-popup .start-investing-button{
	color: #ffffff;
	border-color: #1458b8;
	background-color: #367bda;
    padding: 14px 40px;
    border-radius: 30px;       
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    line-height: 30px;
    width: 100%;
}