/* Coded with love by Mutiullah Samim */
body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    background-image: url(../../images/image/voyage.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.user_card {
    height: 500px;
    width: 466px;
    margin-top: 150px;
    margin-bottom: auto;
    background: #ffffffe6;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0px 0px 0px 8px rgb(255 255 255 / 39%);
    -webkit-box-shadow: 0px 0px 0px 8px rgb(255 255 255 / 39%);
    -moz-box-shadow: 0px 0px 0px 8px rgb(255 255 255 / 39%);
    border-radius: 5px;

}
.brand_logo_container {
    position: absolute;
    top: 3px;
    border-radius: 50%;
    padding: 10px;
    text-align: center;
}
.brand_logo {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0px -11px 0px -1px rgb(255 255 255 / 39%);
}
.form_container {
    margin-top: 75px;
}
.btn-info {
    color: #fff !important;
    background-color: #f7ce7f !important;
    border-color: #f7ce7f !important;
    padding: 0px;
}
.lnk-toggler{
    font-weight: bold;
    color:#f7ce7f !important; ;
}
.btn-info:hover {
    color: #fff !important;
    background-color: #f5a119 !important;
    border-color: #f6a71b !important;

}
button.btn.login_btn {
    background: #fff;
    font-size: 14px;
     margin-top: -14px;
    padding: 16px 20px;
    border-radius: 26px;
    border: 1px solid #D4D3E8;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    width: 100%;
    color: #0e264c;
    box-shadow: 0px 2px 2px #4b5f7e;
    cursor: pointer;
    transition: .2s;
}

.login_btn {
    width: 100%;
    background: #0e264c ;
    color: white;
}
.login_btn:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.login_container {
    padding: 0 2rem;
}
.input-group-text {
    background:  #0e264c!important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.input_user,
.input_pass:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #000 !important;
}
.text-sign-up{
    color: #d5b079;
    font-weight: bold;
}
.text-sign-up:hover{
    color: #d5b079 !important;
}
a:not([href]):not([tabindex]) {
    color: #1a8bd7;
    text-decoration: #1a8bd7;
    font-weight: 600;
}
.btn-mdp {
    color: #fff;
    background-color: #8fbf27;
    border-color: #8fbf27;
    padding: 7px 20px;
}
.form-control {
    border: 1px solid  #0e264c !important;
}
.links a:hover {
    color: #000 !important;
    text-decoration: underline;
}
.btn-validate{
    padding: 7px 10px;
}
div#confinscrit {
    margin-top: 53%;
}
div#panel-signup {
    margin-top: 32px;
}
@media(max-width:766px) {
    .form_container {
        margin-top: 105px !important;
    }
    .user_card{
        height: auto !important;
    }
    #pwReset{
        margin-top: 100px !important;
    }
    #login{
        margin-top: 30px !important;
    }
}
@media (min-width: 320px) and (max-width: 370px){
    .d-flex.justify-content-center.links {
        font-size: 12px;
    }
    .logob2b{
        margin-top: -72px;
    }
    form#login {
        margin-top: -45px !important;
    }
    .col-md-12.text-center.mt10 {
        margin-top: -44px;
    }
    .col-md-12.text-center {
        margin-top: -71px;
    }
}
.col-md-12.text-center.mt10 {
    margin-top: 67px;
}








@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Raleway, sans-serif;
}



.container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 51vh;
}

.screen {
    background: linear-gradient(90deg, #0e264c, #4b5f7e);
    position: relative;
    height: 600px;
    width: 360px;
    box-shadow: 0px 0px 24px #0e264c;
}

.screen__content {
    z-index: 1;
    position: relative;
    height: 100%;
}

.screen__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.screen__background__shape {
    transform: rotate(45deg);
    position: absolute;
}

.screen__background__shape1 {
    height: 520px;
    width: 520px;
    background: #FFF;
    top: -50px;
    right: 120px;
    border-radius: 0 72px 0 0;
}

.screen__background__shape2 {
    height: 220px;
    width: 220px;
    background: #182f548a;
    top: -172px;
    right: 0;
    border-radius: 32px;
}

.screen__background__shape3 {
    height: 540px;
    width: 190px;
    background: linear-gradient(270deg, #0e264c, #4b5f7e);
    top: -24px;
    right: 0;
    border-radius: 32px;
}

.screen__background__shape4 {
    height: 400px;
    width: 200px;
    background: #35447194;
    top: 420px;
    right: 50px;
    border-radius: 60px;
}

.login {
    width: 320px;
    padding: 20px;
    padding-top: 115px;
}

.login__field {
    padding: 20px 0px;
    position: relative;
}

.login__icon {
    position: absolute;
    top: 30px;
    color: #4b5f7e;
}

.login__input {
    border: none;
    border-bottom: 2px solid #D1D1D4;
    background: none;
    padding: 10px;
    padding-left: 24px;
    font-weight: 700;
    width: 87%;
    transition: .2s;
}

.login__input:active,
.login__input:focus,
.login__input:hover {
    outline: none;
    border-bottom-color: #4b5f7e;
}

.login__submit {
    background: #fff;
    font-size: 14px;
    margin-top: 30px;
    padding: 16px 20px;
    border-radius: 26px;
    border: 1px solid #D4D3E8;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    width: 100%;
    color: #0e264c;
    box-shadow: 0px 2px 2px #4b5f7e;
    cursor: pointer;
    transition: .2s;
}

.login__submit:active,
.login__submit:focus,
.login__submit:hover {
    border-color: #4b5f7e;
    outline: none;
}

.button__icon {
    font-size: 24px;
    margin-left: auto;
    color: #4b5f7e;
}

.social-login {
    position: absolute;
    height: 140px;
    width: 160px;
    text-align: center;
    bottom: 0px;
    right: 0px;
    color: #fff;
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-login__icon {
    padding: 20px 10px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0px 0px 8px #4b5f7e;
}

.social-login__icon:hover {
    transform: scale(1.5);
}
@media (max-width: 767px) {
    .col-md-8.col-md-offset-6.nopadding {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .form-group.text-center {
        margin-top: 6px !important;
    }
    div#inscrrit_panel {
        margin-top: -163px !important;
    }
    button#send {
        background: #fff !important;
        font-size: 14px;
        margin-top: -13px;
        padding: 16px 20px;
        border-radius: 26px;
        border: 1px solid #D4D3E8 !important;
        text-transform: uppercase;
        font-weight: 700;
        display: flex;
        align-items: center;
        width: 91%;
        color: #0e264c !important;
        box-shadow: 0px 2px 2px #4b5f7e;
        cursor: pointer;
        transition: .2s;
        margin-left: 34px;
    }
    .login__submit {
        margin-left: 0px !important;
    }
    button.btn.login_btn {
        margin-top: 7px;
    }
}