.GIInput{
    height: 15px;
    width: 15px;
}
.GIInputLabel{
    font-size: 1.2rem;
    padding-left: 10px;
}
.surveyBox{
    text-align: center;
    padding-top: 20px;
}
.subSurveyBox{
    display: inline-block;
    text-align: left;
    width: 70%;
}
.surveyTitle{
    margin-bottom: 50px;
}
.GIInput2{
    border-radius: 10px;
    border: solid 1px;
    width:90%;
}
.GIInput3{
    height: 100px;
}
.getItSurveyBox2{
    text-align: center;
    padding-top: 20px;
}
.getItSurveyBox2 p{
    font-size: 1.2rem;
    margin-top: 5px;
    margin-bottom: 5px;
}
.getItSurveyBox2 a{
    font-size: 1.2rem;
}
.surveyTitle2{
    margin-bottom: 20px;
    color: blue;
}
.CLSurveyBox{
    display: flex;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    justify-content: center;
    align-items: center;
    background-color: rgb(232, 232, 232);
}
.CLSubSurveyBox{
    text-align: left;
    border-radius: 20px;
    width: 40%;
    padding: 30px;
    background-color: white;
    box-shadow: 5px 5px 10px rgba(125, 125, 125, 0.467);
}
.CLSubSurveyBox input{
    width: 100%;
    border: solid 1px grey;
    border-radius: 20px;
    padding: 5px 20px;
    margin-bottom: 20px;
}
.wideSubmitButton{
    border: none;
    border-radius: 30px;
    background-color: blue;
    color: whitesmoke;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 10px 15px;
    width: 100%;
    max-width: 100%;
}

@media (max-width:800px){
    .CLSubSurveyBox{
        width: 80%;
    }
}