.ump-iyf-success-message-alert{
		padding: 5px 15px;
    	font-size: 13px;
		margin-bottom: 20px;
		border: 1px solid transparent;
		border-radius: 4px;
		color: #3c763d;
		background-color: #dff0d8;
		border-color: #d6e9c6;
}
.ump-iyf-error-message-alert{
		padding: 5px 15px;
    	font-size: 13px;
		margin-bottom: 20px;
		border: 1px solid transparent;
		border-radius: 4px;
		color: #856404;
		background-color: #fff3cd;
		border-color: #ffeeba;
}
.ump-iyf-resend-bttn{
    min-width: 100px;
    cursor: pointer;
    display: inline-block;
    transition: background 150ms ease-in-out;
    background: #0073aa;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 0.2;
    outline: none;
    padding: 10px;
    text-decoration: none;
    vertical-align: bottom;
}

.ump-iyf-profile-box-content {
    padding: 15px 0;
    color: #758697;
}
.ump-iyf-account-title-label {
    font-weight: 600;
    color: #2b425b;
}
.ump-iyf-profile-box-content input[type=text], .ump-iyf-profile-box-content select {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px!important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #6e6c6c;
    padding: 10px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
    margin: 5px 0;
    text-align: left;
    vertical-align: top;
    max-width: 500px;
    line-height: 14px;
    font-size: 13px;
    min-width: 100px;
}
.ump-iyf-profile-box-content input[type=submit]{
	background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #6e6c6c;
    padding: 10px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
    margin: 5px 0;
    text-align: left;
    vertical-align: top;
    max-width: 500px;
    line-height: 14px;
    font-size: 13px;
    min-width: 100px;
	    color: #fff;
		    background: #75c37d;
    border-color: #75c37d;
    min-width: inherit;
}
