
.subTitle{
    margin-bottom: 1em;
    padding-bottom: 0;
}
.submitButton{
    font-size: 18px;
    background-color: #009EE0;
    color: #fff;
    border: none;
    border-radius: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}
.passRecovery{
    display: flex;
    flex-direction: column;
    margin: 8em auto 16em;
    width: auto;
    justify-content: center;
    align-items: center;
    padding: 2em;
}
.passTitle{
    margin-bottom: 3em;
}
.parr{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 20.7px;
}
.col-form-label{
    color: #172983;
    font-weight: 400;
}

@media only screen and (min-width: 300px) {

    .submitButton{
        width: 16em;
        height: 3em;
     
    }
}

@media only screen and (min-width: 480px) {

    .submitButton{
        width: 22.5em;
        height: 3em;
     
    }


}