*:not(.asterisk):not(.fa) {
    font-family: 'Open Sans', sans-serif !important;
}
body {
    /*padding: 70px 0px;*/
    background-color: #fff;
}

h3 {
    font-size:14pt;
}

p {
    font-size: 10pt;
}

.container {
    max-width: 800px;
}

#topContainer {
    top: 75px;
}

.progress-bar {
    background: #B565A7;
}

.entropia {
    background: #fff;
    /*border: 2px solid #5E2C57;*/
    border-radius: 0px !important;
}

.purple, .purple:hover {
    color: #5E2C57;
}

.purple-bg {
    padding-top: 40px;
    background: #5E2C57;
    height: 100px;
    top: -45px;
    position: relative;
}

.btn-purple {
    background: #5E2C57;
    color: #fff;
    border-width: 0px;
    border-radius: 0px;
    transition : all .2s ease;
}

.btn-purple:hover {
    background: #5E2C57;
    transform: scale(1.1);
}

.bold {
    font-weight: bold;
}

#tokenform {
    position: relative;
    display: flex;
    flex-direction: row;
    margin-left: -10px;
}

#tokenform .mt60 {
    margin-top: -60px;
}

.form-control, input {
    border-color: #5E2C57;
    border-radius: 0px;
}

.question-title-container, .questionvalidcontainer {
    background: #5E2C57;
}

.text-danger, .text-danger:hover {
    color: #fff;
    margin-right: 15px;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 3px 15px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 0px;
}

.btn-primary {
    color: #ffffff;
    background-color: #5E2C57;
    border-color: #5E2C57;
}

.btn-primary:hover {
    background: #B565A7;
    border-color: #B565A7;
}

#moveprevbtn {
    background: #B565A7;
    border-color: #B565A7;
}

#moveprevbtn:hover {
    background: #5E2C57;
    border-color: #5E2C57;
}

.text-info, .text-info:hover {
    color :#B565A7;
}

.questionvalidcontainer .text-info {
    display: none;
    color :#B565A7;
}

