::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: gray!important;
    opacity: 1;
    /* Firefox */
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: gray!important;
}
::-ms-input-placeholder {
    /* Microsoft Edge */
    color: gray!important;
}
.celeste-bg {
    background-color:#0020AF;
}
h1, h2, h2, h3, h4, h5, h6, p, span {
    color: #011638;
}
.transition {
    transition: all .3s ease-out;
}
.heading {
    text-align: center;
    font-size: 0.8em;
}
.center-align {
    width: auto;
    /*height: 45px;*/
    position: relative;
    /*display: table;*/
    display: flex;
}
.center-align .chk-opt{
    /*margin:-9px 10px;*/
}
.center-align .chk-opt span{
        margin-left: 15px;
    margin-bottom: 0px;
    text-align: center;
    display: block;
}
@media screen and (max-width: 600px) {
    .center-align {
        height: auto;
        display: grid;
    }
}
.radio-s input[type="radio"] {
    visibility: hidden;
    height: 0;
    width: 0;
    margin: 0 10px;
}
.radio-s label {
    /*display: table-cell;*/
    /*vertical-align: middle;*/
    /*text-align: center;*/
    cursor: pointer;
    border: 1px solid #71f4a1;
    color: #021538;
    padding: 5px 20px;
    border-radius: 3px;
    border-radius: 15px 0;
        width: 100%;
        text-align: center;
}
.radio-s input[type="radio"]:checked+label {
    background-color: #71f4a1;
    color: #224f9c;
}
.checkbox-s .control {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 6px;
    padding-top: 1px;
    cursor: pointer;
    font-size: 17px;
    color: #fff;
}
.checkbox-s .control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.checkbox-s .control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 21px;
    /*background: #e6e6e6;*/
    border: 1px solid #fff;
    border-radius: 6px 0;
}
.checkbox-s .control-radio .control_indicator {
    border-radius: undefined%;
}
.checkbox-s .control:hover input~.control_indicator, .control input:focus~.control_indicator {
    background: rgba(255, 255, 255, 0.34);
}
.checkbox-s .control input:checked~.control_indicator {
    background: #fff;
    border-radius: 6px 0;
}
.checkbox-s .control:hover input:not([disabled]):checked~.control_indicator, .control input:checked:focus~.control_indicator {
    background: #0e6647d;
}
.checkbox-s .control input:disabled~.control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.checkbox-s .control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.checkbox-s .control input:checked~.control_indicator:after {
    display: block;
}
.checkbox-s .control-checkbox .control_indicator:after {
    left: 8px;
    top: 3px;
    width: 3px;
    height: 8px;
    border: solid #224f9c;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.checkbox-s .control-checkbox input:disabled~.control_indicator:after {
    border-color: #7b7b7b;
}
.form-group {
    color: #fff;
}
.checkbox-yn .control-group {
    display: flex;
}
.checkbox-yn .control-group label {
    margin-right: 15px;
}
.checkbox-yn .control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 16px;
}
.checkbox-yn .control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.checkbox-yn .control_indicator {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #224f9c;
    border: 1px solid #fff;
    /*border-radius: 6px 0;*/
}
.checkbox-yn .control-radio .control_indicator {
    border-radius: 6px 0;
}
.checkbox-yn .control:hover input~.control_indicator, .checkbox-yn .control input:focus~.control_indicator {
    /*background: #cccccc;*/
    background: rgba(255, 255, 255, 0.34);
}
.checkbox-yn .control input:checked~.control_indicator {
    background: #ffffff;
    border: 1px solid #fff;
}
.checkbox-yn .control:hover input:not([disabled]):checked~.control_indicator, .checkbox-yn .control input:checked:focus~.control_indicator {
    background: #0e6647d;
}
.checkbox-yn .control input:disabled~.control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.checkbox-yn .control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.checkbox-yn .control input:checked~.control_indicator:after {
    display: block;
}
.checkbox-yn .control-radio .control_indicator:after {
    left: 6px;
    top: 6px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #224f9c;
}
.checkbox-yn .control-radio input:disabled~.control_indicator:after {
    background: #7b7b7b;
}
.btn-senati {
    border: 1px solid #71f4a1;
    border-radius: 10px 0;
    color: #71f4a1;
    margin: 20px 0;
    font-size:14px;
    padding: 10px;
}
.btn-senati:hover {
    border: 1px solid #71f4a1;
    border-radius: 10px 0;
    color: #33734a;
    margin: 20px 0;
    background: #fff;
}
.form-control {
    background: transparent;
    color: #1526aa;
    border: none;
    border-bottom: 1px solid #1526aa;
    border-radius: 0px;
}
.form-control:focus {
    background: transparent;
    color: #1526aa;
    outline: none;
    box-shadow: none;
}
.form-control option {
    color: #000;
}
.full-screen {
    min-height: 68vh;
}
.form-error {
    color: red;
    font-size: 12px;
}