@import url("https://fonts.googleapis.com/css?family=Oswald");

.reg-title {
    font-family: Raleway;
    font-size: 24px;
    color: #0A169A;
}

.reg-ticket-subtitle {
    font-family: Oswald;
    font-size: 18px;
    color:  #DF8C37;
}

.reg-subtitle {
    font-family: Oswald;
    font-size: 18px;
    color: #0A169A;
}

.reg-text {
    font-family: Raleway;
    font-size: 14px;
    color: #666666;
}

.reg-text-sm {
    font-family: Raleway;
    font-size: 13px;
    color: #666666;
}

.center-text{
    text-align: center;
}

.disabled{
    background-color: #666666;
}