body {
    background-color: #00567c;
}

.cont-form {
    display: flex;
    justify-content: center;
}

.cont-form form {
    width: 580px;
}

.title {
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
}

.logo {
    display: block;
    margin: auto;
}

.header-J {
    border-bottom: 2px #4badd4 solid;
    margin-bottom: 20px !important;
}

.btn-J {
    background-color: #4badd4 !important;
}

.warn-J {
    color: yellow;
    font-weight: 700;
    text-align: center;
}

.ok-J {
    color: green;
    font-weight: 700;
    text-align: center;
}

table {
    color: white;
}

table th {
    text-transform: uppercase;
}

table tr {
    font-size: 12px;
    text-align: initial;
}


/* label focus color */

.input-field input:focus+label {
    color: #4badd4 !important;
}


/* label underline focus color */

.row .input-field input:focus {
    border-bottom: 1px solid #4badd4 !important;
    box-shadow: 0 1px 0 0 #4badd4 !important
}

.select-J input {
    color: #9e9e9e;
}

.response-J {
    display: none;
}

.response-J p {
    text-align: center;
}

@media (max-width: 580px) {
    .cont-form form {
        width: 100% !important;
    }
}