.display-none {
    display: none;
}

.display-block {
    display: block;
}

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

.margin-auto {
    margin: auto;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.flex-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.font-bold {
    font: bold 15px "Helvetica Neue", Helvetica, arial, sans-serif;
}

.color-black {
    color: black !important;
}

.break-word {
    word-wrap: break-word;
}

.clear-both {
    clear: both;
}

.width-64 {
    width: 64px;
}

.height-64 {
    height: 64px;
}

.height-600 {
    height: 600px;
}

.margin-top-200 {
    margin-top: 200px;
}

.pbxl {
    padding-bottom: 20px;
}

.reg-button{
    background: #1C58A6 !important;
}