div#normAuthForm input[type="text"],
div#normAuthForm input[type="password"] {
    margin-bottom: 10px;
    background: none #fff !important;
    color: #3d3267 !important;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
div#normAuthForm input[type="password"] {
    margin-top: 10px;
}
div#normAuthForm input[type="text"].error-border,
div#normAuthForm input[type="password"].error-border {
    color: red !important;
}
div#normAuthForm input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    margin-left: 0 !important;
    line-height: normal;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    width: inherit;
}
div#normAuthForm  input[type="submit"] {
    background-color: white;
    color: #664a9b !important;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    text-transform: uppercase;
    font-family: 'ctc_splash_roundedbold', sans-serif;
    font-size: 17.17px;
    border: none;
}
div#normAuthForm input[type="submit"]:hover,
div#normAuthForm input[type="submit"]:active {
    border: none;
}
div#normAuthForm .checkbox {
    margin-top: -5px;
}
div#normAuthForm .checkbox label {
    font-family: 'ctc_splash_rounded', sans-serif;
    font-size: 14px;
    color: #fff;
}
div#normAuthForm input:-webkit-autofill,
div#normAuthForm textarea:-webkit-autofill,
div#normAuthForm select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}
div#normAuthForm a#forgot_password {
    font-family: 'ctc_splash_roundedbold', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: underline;
    line-height: normal;
    display: block;
    margin-top: 15px;
}
div#normAuthForm .error-border {
    border-color: red !important;
}
div#normAuthForm .error-text {
    font-family: 'ctc_splash_rounded', sans-serif;
    font-size: 14px;
    color: red;
    display: block;
    margin-top: -10px;
    margin-bottom: 10px;
}