



input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 0 5px;
		outline: none;
		max-width: 100%;
		display: block;
		background: #fff;
        vertical-align: baseline;
        *vertical-align: middle; }



.header {
    height: 68px;
    position: fixed;
    width: 100%;
    z-index: 5;
    background-color: #010448;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 425px) {
    .page {
		margin-top: 48px;
	}

	.header {
		height: 48px;
	}
}

.page {
    margin-top: 68px;
}

.page.image-background-base, .page.blank {
    height: 100vh;
}

.page.test-container {
    margin-top: 88px;
}

.page label {
    margin-left: 10px;
    margin-top: 16px;
    margin-bottom: 4px;
    display: block;
}

#btn-send{
    margin-left: 10px !important;
}


.page input, .page select, .page textarea {
    height: 48px;
    border-radius: 8px;
    border: 1px solid #e2e6e9;
    width: 100%;
    margin: 0;
    padding-left: 14px;
    padding-right: 12px;
    font-weight: 400;
    font-size: 16px;
    color: #263238;
}

label {
    color: #546E7A;
    font-size: 12px;
    font-weight: 700;
}

.limit {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 25px;
}

.instructions{
    margin: 95px 0 16px;
}

.page-heading {
    padding-top: 50px;
    margin-bottom: 25px;
}

#add-new-promo-btn {
    height: 75%;
}
