.flex-box .form-detail .register {
    background: #50a1ff !important;
    color:#ffff !important;
}

.flex-box .form-detail .register:hover {
    background: #3c96ff !important;
    color:#ffff !important;
}

h1 {
    color: #1ca5f7 !important;
}

a{
    color: #1ca5f7 !important;
    text-decoration: underline;
}

body, div, p, span, label{
    color: white;
}

.alert, .alert p, .alert b{
    color: black !important;
}

.registration-block, .form-detail label{
    color: #1ca5f7  !important;
}


.flex-box .form-detail input[type="checkbox"]{
    display: none;
}

.flex-box .form-detail input:not([type="checkbox"]){
    color: #D3DFEA;
    background:transparent;
    border: 1px solid #1ca5f7;
}

.registration-block, .registration-block .description, .registration-block .description p, .registration-block .description li{
    background: #223240;
    color: white;
    line-height: 1.7em;
}

body{
    background: #54595e;
}

.checkbox label:before {
    border: 2px solid #1ca5f7;
}

.checkbox label:after {
    border-bottom: 2px solid #1ca5f7;
    border-left: 2px solid #1ca5f7;
}

.checkbox input[type="checkbox"]:checked ~ label::before {
    color: #1ca5f7;
}
