2021-03-10 19:01:44 +00:00
|
|
|
body {
|
|
|
|
text-align: center;
|
2021-03-11 23:56:57 +00:00
|
|
|
}
|
2021-03-10 19:01:44 +00:00
|
|
|
|
2021-03-11 23:56:57 +00:00
|
|
|
h1 {
|
2021-03-10 19:01:44 +00:00
|
|
|
font-family: "Helvetica ", sans-serif;
|
2021-03-13 00:14:10 +00:00
|
|
|
font-size: 3rem;
|
2021-03-10 19:01:44 +00:00
|
|
|
color: rgb(45, 43, 170);
|
|
|
|
}
|
2021-03-13 00:14:10 +00:00
|
|
|
h2{
|
|
|
|
font-size: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
p{
|
|
|
|
font-size : 1rem;
|
|
|
|
}
|
2021-03-10 19:01:44 +00:00
|
|
|
|
2021-03-11 23:56:57 +00:00
|
|
|
.browser {
|
2021-03-10 19:01:44 +00:00
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
|
2021-03-11 23:56:57 +00:00
|
|
|
.survey_body {
|
2021-03-13 00:14:10 +00:00
|
|
|
/* background-color: #53dfe4; */
|
|
|
|
/* margin: 20px;
|
2021-03-10 19:01:44 +00:00
|
|
|
padding-top: 40px;
|
2021-03-13 00:14:10 +00:00
|
|
|
padding-bottom: 40px; */
|
2021-03-10 19:01:44 +00:00
|
|
|
}
|
|
|
|
|
2021-03-11 23:56:57 +00:00
|
|
|
.form-control-1 {
|
2021-03-10 19:01:44 +00:00
|
|
|
padding-right: 43%;
|
|
|
|
text-align: right;
|
|
|
|
margin: 10px 0px;
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
|
2021-03-11 23:56:57 +00:00
|
|
|
.texto {
|
2021-03-10 19:01:44 +00:00
|
|
|
text-align: center;
|
2021-03-11 23:56:57 +00:00
|
|
|
padding-left: 35px;
|
2021-03-10 19:01:44 +00:00
|
|
|
}
|
|
|
|
|
2021-03-11 23:56:57 +00:00
|
|
|
.two {
|
2021-03-10 19:01:44 +00:00
|
|
|
text-align: center;
|
|
|
|
font-size: 20px;
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
|
2021-03-11 23:56:57 +00:00
|
|
|
.box {
|
2021-03-10 19:01:44 +00:00
|
|
|
text-align: center;
|
|
|
|
font-size: 20px;
|
|
|
|
padding-bottom: 30px;
|
2021-03-11 23:56:57 +00:00
|
|
|
padding-left: 10px;
|
2021-03-10 19:01:44 +00:00
|
|
|
}
|
|
|
|
|
2021-03-11 23:56:57 +00:00
|
|
|
.btn-control {
|
2021-03-10 19:01:44 +00:00
|
|
|
padding-bottom: 20px;
|
2021-03-11 23:56:57 +00:00
|
|
|
padding-left: 40%;
|
2021-03-10 19:01:44 +00:00
|
|
|
text-align: left;
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
|
2021-03-11 23:56:57 +00:00
|
|
|
.questions {
|
2021-03-10 19:01:44 +00:00
|
|
|
padding-top: 20px;
|
|
|
|
}
|
|
|
|
|
2021-03-11 23:56:57 +00:00
|
|
|
.fb {
|
2021-03-10 19:01:44 +00:00
|
|
|
width: 10%;
|
2021-03-11 23:56:57 +00:00
|
|
|
height: auto;
|
2021-03-10 19:01:44 +00:00
|
|
|
}
|
|
|
|
|
2021-03-13 00:14:10 +00:00
|
|
|
/* .footer {
|
2021-03-11 23:56:57 +00:00
|
|
|
position: fixed;
|
|
|
|
left: 0;
|
|
|
|
bottom: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 40px;
|
|
|
|
background-color: rgb(87, 139, 216);
|
|
|
|
color: rgb(255, 255, 255);
|
|
|
|
text-align: center;
|
2021-03-13 00:14:10 +00:00
|
|
|
} */
|
2021-03-10 19:01:44 +00:00
|
|
|
|
|
|
|
.button {
|
|
|
|
background-color: rgb(87, 139, 216);
|
|
|
|
border-color: transparent;
|
2021-03-11 23:56:57 +00:00
|
|
|
margin: 0 auto;
|
2021-03-10 19:01:44 +00:00
|
|
|
color: #ffffff;
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button:hover {
|
|
|
|
background-color: rgb(103, 163, 253);
|
|
|
|
color: #ffffff;
|
|
|
|
border-color: transparent;
|
2021-03-11 23:56:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.btnClass {
|
|
|
|
text-align: center;
|
2021-03-13 00:14:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Shared classes */
|
|
|
|
.questions{
|
|
|
|
margin: 4% 3%;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Title section */
|
|
|
|
#title {
|
|
|
|
background-color: #F4C983;
|
|
|
|
padding : 3% 7%;
|
|
|
|
}
|
|
|
|
/* Form Section */
|
|
|
|
#form {
|
|
|
|
padding: 3% 7%;
|
|
|
|
text-align: center;
|
|
|
|
/* background-color: #5B6D5B; */
|
|
|
|
/* #F4C983; */
|
|
|
|
}
|
|
|
|
.SurveyIntro{
|
|
|
|
margin: 3%;
|
|
|
|
}
|
|
|
|
.userInfo{
|
|
|
|
margin: 2.5%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.surveryForm {
|
|
|
|
/* #DDDDDD; */
|
|
|
|
/* background-color: #5B6D5B; */
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Footer section */
|
|
|
|
#footer {
|
|
|
|
padding: 3% 4%;
|
|
|
|
background-color: #F4C983;
|
|
|
|
text-align: center;
|
|
|
|
}
|