.survey-container{
    display: flex;
    gap: 10px;
    flex-direction: row;
    justify-content: center;
    padding-top:10px;
    padding-bottom: 10px;
}

.steps-title{
   color: #00365F !important;
   font-weight: 600;
   font-family: "NationalWeb" !important;
}

.steps-list{
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 16px;
}

.register-bttn{
    text-align: center;
    font-family: "NationalWeb" !important;
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    color: #ffffff;
    border-color: #0170b9;
    background-color: #0170b9;
    border-radius: 2px;
    margin-left: 20em;
}

.register-bttn:hover, .register-bttn:active, .register-bttn:link{
    text-decoration: none !important;
    outline: none;
    background-color: #0170b9;
}

#exam-bttn:hover, #exam-bttn:focus{
    background-color: #0170b9 !important;
}
