

.carousel {
    height: 200px;
    width: 100%;
}

.carousel img {
    height: 100%;
    width: 100%;
}

.title {
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
}

.brand .content {
    padding: 10px;
}

.EmailBox input {
    display: block;
    width: 90%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    border-radius: 5px;
}

.EmailBox input::-ms-input-placeholder {
    text-align: center;
}

.EmailBox input::-webkit-input-placeholder {
    text-align: center;
}

.EmailBox .submit {
    background-color: #349ACD;
    height: 40px;
    line-height: 40px;
    width: 90%;
    margin: 0 auto;
    margin-left: 5%;
    margin-top: 10px;
    color: #ffffff;
    border: none;
    border-radius: 5px;
}

.bottomInfo {
    text-align: center;
    height: 50px;
    line-height: 50px;
}