.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;
}

#forgot_block{
    margin-top: 4px;
    margin-left: 0px;
    margin-right: 0px;
}
#forgot_block  button span a{
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color:#2C318C;
    text-decoration: none;
}

#forgot_block  .redirect a{
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color:#2C318C;
    text-decoration: none;

}

#forgot_block  button{
    background: #e4e6f0;
    border-radius: 5px;
}

#forgot_block button span {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;

}


#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;
    margin-left: -11px;

}
.sign_up{
    color: #2C318C;
}
.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;
}

input[type=radio] {
    background-color: #FFFFFF;
    padding: 0.5em;
    -webkit-appearance: none;
    outline: 0.1em solid black;
    outline-offset: 0.1em;
}

#remember{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #000A05;
}

input[type=radio]:checked {
    display: inline-block;
    background-color: #000;
}

#loginForm input{
    border-left: 0px;
    border-color: #9a9ac5;
}

#resetForm input{
    border-left: 0px;
    border-color: #9a9ac5;
}

