.top{
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    color: #2c318c;
}
.form-group > label{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #2c318c;
}
#submit_block{
    margin-left: 0px;
    margin-right: 0px;
}

#submit_block button{
    background: #2C318C;
    border-radius: 5px;
}

#submit_block button span {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
}
#footer #one{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.1px;
    color: #000000;
}
#footer #two{
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.1px;
    color: #2C318C;
}
.redirect{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #000A05;
}
.fontawesome-box{
    background-color: #fff;
    height: 39px;
    border-top-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border-color: #9a9ac5;
}
#registerForm input{
    border-left: 0px;
    border-color: #9a9ac5;
}

#submit_block  .redirect a{
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color:#2C318C;
    text-decoration: none;

}
.custom-control-input.is-invalid~.custom-control-label, .was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545;
}
