﻿#signup input ~
label.wrap {
    white-space: pre-wrap;
}

.homeBox ::-webkit-input-placeholder {
    font-style: italic;
}

.homeBox :-moz-placeholder {
    font-style: italic;
}

.homeBox ::-moz-placeholder {
    font-style: italic;
}

.homeBox :-ms-input-placeholder {
    font-style: italic;
}
.homeBox span{font-size:42px !important;line-height:42px;margin-top:4px;}
.homeBox span span {
    font-size: 20px !important;
    line-height: 20px;
    margin-top: 4px;
}
.smaller {
    font-size: 23px !important;
}
.homeBox {
    border:0px !important;
    background: rgb(200,210,232);
    background: linear-gradient(90deg, rgba(200,210,232,1) 0%, rgba(229,234,246,1) 35%, rgba(247,249,255,1) 100%);
}
@media only screen and (max-width:800px) {

    .homeBox {
        height: 154px !important;
        margin-top: 11px !important;
    }
}