.onboarding-header {
    font-weight: bold;
    font-size: 25px;
    padding: 20px 20px 40px 20px;
    text-align: center;
    margin-bottom: 30px;
}

.onboarding-subheader {

    font-size: 17px;
    padding: 10px 35px 40px 35px;
    text-align: center;

}

.fm-progress{

    position: relative;
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 10px !important;

}


.main-style-button {
    background: #008a7c;
    border-radius: 7px;
    color: #fff;
    position: relative;
    height: 38px;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    margin-left:auto;
}

.bottom-button {
    margin-bottom: 30px;
    margin-top: 50px;
}


.choice-top {

    margin-top: 50px;
    margin-bottom: 50px;
}

.dob{
    background-color: white;
}

#mobile .input-container {
    width:fit-content;
    display: inline-block;
}

.input-helper {
    color: grey;
    font-size: 13px;
}


.onboarding-inline{
    display: inline-block;
}

.margin-right-30{
    margin-right: 30px;
}


#onboarding-view input{
    border-bottom: none;
}

#onboarding-view .input-container {
    border-bottom: 1px solid #555;
}

#onboarding-view h1 {
    font-size: 8vw;
}

#onboarding-view .bg-overlay {
    opacity: 0.35;
}

#onboarding-view .lead {
    font-size: 5vw;
}

#onboarding-view .flirty-start {
    background: #008a7c;
    border-radius: 5px;
    height: 50px;
    color: white !important;
    font-weight: bold;
    border: white 1px solid;
    font-size: 15px;
}

#forgot .label{
    color: grey;
}

.onboarding-logo {

    margin: auto;
    display: block;
    min-height: 60px;
    height:calc(100vh*0.1)
}


@media(max-height: 600px) {

    .onboarding-header {

        padding: 40px 40px 15px 40px;
    }

}
