html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  font-family: Roboto;
}

.generalData {
    color: #333333;
    padding-left: 30px;
    padding-top: 10px;
    height: 70px; 
    font-size: 13px;
}

.splitters {
    height: 40px;
    width: 100%;
    background-color: #282828 !important;
    color: white;
    padding-left: 30px;
    padding-top: 9px;
    font-weight: bold;
    font-size: 14px;
}

.question {
    font-size: 13px;
    color: #6f6f6f;
    line-height: 30px;
    padding-left: 30px;
    padding-top: 50px;
    height: 400px
}

.questionTitle{
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.questionItem {
    text-align: center
}

.logoContainer {
    /*height: 40px;*/
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px
}
#finalStep, #alreadyExistsContainer {
    color: #122056;
    font-size: 16px;
}

input[type="radio"] {
    transform: scale(1.5);
}

.welcomeText {
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
}