/* Image */
.site-content-outer .main-container .start-screen .container .row .home-max-wrapper .site-logo a img{
 width:234px !important;
}

/* Image */
.home-max-wrapper a img{
 max-width:354px;
 max-height:396px;
}
/* Data screen */
.site-content-outer .data-screen{
 transform:translatex(0px) translatey(0px);
}

/* Image */
.quiz-screen a img{
 max-width:260px;
}

.quiz-screen .d-flex .experience-container-outer{
 padding-left:28px;
}

/* Image */
.last-screen a img{
 max-width:260px;
}

.input-field::placeholder {
    color: #ffffff !important;
    opacity: 1;
}

.input-field::-webkit-input-placeholder {
    color: #ffffff !important;
}

.input-field::-moz-placeholder {
    color: #ffffff !important;
}

.input-field:-ms-input-placeholder {
    color: #ffffff !important;
}

.input-field:-moz-placeholder {
    color: #ffffff !important;
}
select{
    border-radius: 43px !important;
}
option{
    max-width: 300px !important;
}
.terms-text {
    width: 100%;
    max-width: 300px;
    margin: auto;
    text-align: left;
    margin-bottom: 20px;
}
select {
    padding: 14px 30px !important;
}