body {
	background-color: rgb(236, 238, 241);
    color: rgb(80, 80, 80);
	font-family: AvenirNext, Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
    margin: 0;
    padding-bottom: 30px;
}

.button-padlock-logo {
    background-image: url(../images/icon-whitelock@3x.png?v=1.49.0.4);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 1em;
    margin-right: 4px;
    margin-top: 2px;
    vertical-align: text-top;
    width: .8em;
}

button {
    background-color: rgb(0, 119, 197);
    border-color: rgb(76, 76, 76);
    border-radius: 4px;
    border-width: 1px;
    color: white;
    height: 34px;
    width: 100%;
}

a {
    color: rgb(0, 119, 197);
    outline-color: rgb(0, 119, 197);
	text-decoration: none;
	text-decoration-color: rgb(0, 119, 197);
}

.navbar {
    color: rgb(80, 80, 80);
	height: 60px;
}

nav button {
    margin-left: 10px;
    position: absolute;
	width: 103px;
}

.navbar > div {
	float: right;
	margin: 10px;
    width: 300px;
}

.navbar > div > div {
	display: inline-block;
	margin-top: 4px;
}
.already-have-account {
	display: block;
}
.forgot-user-id-or-password {
	display: block;
}

.header, .widget {
	text-align: center;
}

.intuit-logo {
    background-position: 0 0;
    height: 35px;
    width: 118px;
}

.mint-logo {
    background-position: -246px -45px;
    height: 35px;
    width: 75px;
}
.password-field{
    margin-top: 30px;
}
.phone-field {
    margin-top: 30px;
}
.term-text {
    font-weight: 400;
    line-height: 18px;
    text-align: center;
}
.quickbooks-logo {
    background-position: -104px -45px;
    height: 35px;
    width: 145px;
}

.signup-box {
    background-color: white;
    border: rgb(199, 199, 199) 1px solid;
    border-radius: 2px;
    margin: 15px auto;
    padding: 30px;
    width: 320px;
}

.signup-box input {
    border: rgb(193, 197, 200) 1px solid;
    border-radius: 2px;
    height: 28px;
    margin: 5px 0;
    min-width: 160px;
    padding-left: 5px;
    width: 100%;
}

.signup-box-header{
    font-size: 24px;
    text-align: center;


}
.signup-box-body{
    text-align: center;
}
.turbotax-logo {
    background-position: 0 -45px;
    height: 35px;
    width: 100px;
}

.logo {
    background-image: url(../images/ecosystem_logos_new@2x.png);
	background-size: 458px 83px;
    display: inline-block;
    margin: 0 auto;
}

.create-account-button {
    margin: 25px 0;
}

.form-footer {
    background-color: rgb(236, 238, 241);
    font-size: 10px;
    margin: 32px -30px -30px -30px;
    padding: 16px;
    text-align: center;
}

body {
	background-color: rgb(236, 238, 241);

}

.footer-link-containe > li {
	display: inline-block;
	list-style-type: disc;
	margin-left: 0;
	margin-right: 0;
	padding-left: 5px;
}

.footer{
	text-align: center;
}

.footer a {
	color: rgb(80, 80, 80);
}