.white-text{
    color: #fff!important;
    text-decoration: none!important;
}

.yellow-text{
    color: #ffcc07!important;
    text-decoration: none!important;
}

.text-right{
    text-align: right!important;
}

.btn-yellow{
    background: #ffcc07!important;
    color: #000!important;
    font-weight: bold!important;
    font-size: 16px!important;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0 0 0 0!important;
    border: 1px solid #ffffff;
}

.infoMsgs{
    color: #ffcc07!important;
    font-size: 12px!important;
    text-align: center!important;
    list-style: none!important;
}

.errorMsgs{
    color: #8C0000!important;
    font-size: 12px!important;
    list-style: none!important;
}

.login-btn-seperator{
    border-bottom: solid 2px #fff!important;
    padding-bottom: 20px!important;
}

.form-control {
    display: block;
    border: 0px solid #ccc!important;
    border-radius: 0px!important;
}


