#logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 400px;
    max-width: 90%;
}

.container.button-area {
    max-width: 800px;
    margin-top: 30px;
}

.down-btn {
    background-color: #430779;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    display: block;
    text-align: center;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}
.down-btn:hover{
    text-decoration: none;
    background-color: #000;
    color: #fff;
}

input[type=file] {
    margin-top: 30px;
    display: inline-block !important;
}

.upload-form {
    background-color: #e5aeeb;
    text-align: center;
    width: 58%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-bottom: 15px;
    border-radius: 5px;
}

.google-form {
    margin-top: 30px;
}

.google-form h3, .down-topic {
    text-align: center;
    color: #9f00cc;
    font-weight: bold;
    margin-bottom: 20px;
}

.bottom-space {
    height: 50px;
}

.form-area {
    width: 25%;
    margin-left: auto;
    margin-right: auto;
}


.tagline {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    background: #430779;
    color: #fff;
    margin-top: 41px;
}

/*mobile-view*/
@media screen and (max-width: 767px) {
    .down-btn {
        margin-bottom: 15px;
    }

    .upload-form {
        width: 75%;
    }

    .form-area {
        width: 75%;
    }

    input[type=file] {
        width: 90%;
    }

    input[type="submit"] {
        margin-top: 15px;
    }

    .tagline {
        font-size: 15px;
    }

}


/*tab-portrait*/
@media (min-width: 768px) and (max-width: 991px) {
    .down-btn {
        margin-bottom: 15px;
        width: 40%;
    }

    .form-area {
        width: 100%;
    }
}



/*large screen*/
@media screen and (min-width: 1400px) {
   
}

