.registration-form-container {
    margin-top: 85px;
    margin-bottom: 85px;
}

.registration-form-header {
    font-family: "Passion One";
    font-style: normal;
    font-weight: 400;
    font-size: 65px;
    line-height: 1;
    text-transform: uppercase;
    color: #5a5c5e;
}


.form-container {
    margin-top: 65px;
    margin-bottom: 55px;
    cursor: pointer;
}

.form-container div:hover .form-label {
    color: #000000;
}

.form-container div:hover .arrow::before,
.form-container div:hover .arrow {
    background-color: #6d9cf4;
}

.form-label {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.1;
    vertical-align: middle;
    color: #5a5c5e;
    margin-right: 12px;
    white-space: nowrap;
}

.form-input {
    background-color: #edf4fb;
    border: 1.5px solid transparent;
    padding: 25px 13px 25px 13px;
    cursor: pointer;
    color:  #999999!important;
}

@media only screen and (max-width: 1400px)   {
    .form-input::placeholder {
        font-size: 14px !important;
    }

}


@media only screen and (max-width: 1230px) and (min-width: 768px)  {
    .form-input::placeholder {
        font-size: 12px !important;
    }

}

@media only screen and (max-width: 982px) and (min-width: 768px)  {
    .form-input::placeholder {
        font-size: 9px !important;
    }

}





@media only screen and (max-width: 500px)  {
    .form-input::placeholder {
        font-size: 14px !important;
    }

}

@media only screen and (max-width: 464px)  {
    .register-button {
        width: 100%;
        margin-bottom: 10px;
    }

}


.form-input::placeholder {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #999999;
}

.form-control:focus {
    outline: none !important;
    border: 1.5px solid #2059c3;
    box-shadow: none;
}

.verify-button {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    /*line-height: 25px;*/
    letter-spacing: 0.02em;
    text-transform: capitalize;
    padding: 21px 60px 21px 60px;
}

@media screen and (max-width: 992px) {
    .verify-section-arrow {
        display: none;
    }

    .verify-agency-input,.verify-button {
        margin-top: 20px;
    }

    .verify-button-container {
        text-align: center;
    }

    .invalid-feedback {
        font-size: 10px !important;
    }
}

.arrow {
    height: 1px;
    width: 100%;
    background-color: #666666;
    position: relative;
    margin-right: 10px;
}

.arrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #666666;
}

.separator {
    height: 1px;
    width: 100%;
    background-color: #666666 !important;
}

.condition-terms {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    cursor: pointer;
    letter-spacing: 0.02em;
    color: #666666;
    padding-top: 3px;
    padding-left: 10px;
}

.condition-terms a:hover {
    color: #000000;
}

.test{
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    cursor: pointer;
    letter-spacing: 0.02em;
    color: #666666;
    text-decoration: none;
}

.test:hover{
    color: #000000;
}

.form-submit-button {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 25px;

    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;

    color: #edf4fb;
    padding: 21px 73px 21px 73px;
}

.turn-back-link {
    text-decoration: none;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.1;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #2059c3;
    cursor: pointer;
}

.turn-back-link:hover {
    text-shadow: 0px 0px 2px #13a76d;
}

.turn-back-arrow {
    align-items: center;
}

.rotate-icon {
    transform: rotate(90deg);
    transition: 0.5s;
}

.add-form {
    margin-top: 60px;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.1;
    color: #2059c3;
    cursor: pointer;
    text-decoration: none;
}

@media screen and (max-width: 413px) {
.add-form {
    font-size: 16px;
}

    .condition-terms{
        font-size: 16px;
    }
}

.form-check-input {
    width: 19px;
    height: 19px;
    border-radius: 0;
    cursor: pointer;
}

.form-check-input:hover {
    border: 1px solid #2059c3;
    box-shadow: 0px 0px 4px #13a76d;
}

/* Modal */
.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

.register-button {
    text-decoration: none;
    padding: 21px 26px;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: #edf4fb;
}

@media screen and (max-width: 470px) {
    .register-button
     {
       display: block;
        margin-bottom: 20px;
        margin-right: 0 !important;
    }

    .registration-form-header {
        font-size: 60px;
    }
}


.register-button:hover {
    color: #ffffff;
}

.modal-heading {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 1;
    color: #5a5c5e;
}

.modal-description {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.1;
    color: #5a5c5e;
}

.border-green {
    border : 1.5px solid green !important;
}

.border-red {
    border : 1.5px solid red !important;
}

.add-filiale-form input:not(:focus):not(:placeholder-shown):valid {
    border : 1.5px solid green !important;
}

/*Toggle*/
.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 30px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2059c3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.toggler-label {
    vertical-align: sub;
    font-family: "Open Sans", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16PX;
    line-height: 21px;
    cursor: pointer;
    letter-spacing: 0.02em;
    color: #666666;
    padding-top: 3px;
    padding-left: 10px;

}
