.input-form {
    width: 100%;
    height: 40px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #67aa2c;
    border-radius: 3px;

    color: #000000;

    box-sizing: border-box;
}

.switch-pill .switch-slider,
.switch-pill .switch-slider::before {
    border: solid 1px #669933;
}

.registre-title {
    font-size: 32px;
    font-weight: normal;
    line-height: 32px;
    text-align: center;
    color: #67aa2c;
    margin-bottom: 20px;
}

.registre-subtitle {
    font-size: 19px;
    font-weight: normal;
    line-height: 19px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}

.login-wrapper {
    background: url("../video/background.jpeg") no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;

    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}

.registre-form-wrapper {
    /*box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);*/
    border: solid 2px #67aa2c;
    background-color: #ffffff;
    border-radius: 6px;
}

.bootstrap-select .btn {
    background-color: #fff;

    border: solid 1px #67aa2c;
}

.login-button {
    background-color: #67aa2c;
}

.switch-slider {
    width: 50px;
    z-index: 0;
}

.iti--separate-dial-code {
    width: 100% !important;
}
