body {
    background-color: #fff;
    font-family: 'Karla', sans-serif;
}

h1 > a {
    text-decoration:none;
    color:#fff !important;
}

.intro-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 75px 95px;
    min-height: 100vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    color: #ffffff; }
@media (max-width: 991px) {
    .intro-section {
        padding-left: 50px;
        padding-rigth: 50px; } }
@media (max-width: 767px) {
    .intro-section {
        padding: 28px; } }
@media (max-width: 575px) {
    .intro-section {
        min-height: auto; } }

.brand-wrapper .logo {
    height: 35px; }

@media (max-width: 767px) {
    .brand-wrapper {
        margin-bottom: 35px; } }

.intro-content-wrapper {
   /* width: 410px;*/
    max-width: 100%;
    margin-top: auto;
    margin-bottom: auto; }
.intro-content-wrapper .intro-title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 17px; }
.intro-content-wrapper .intro-text {
    font-size: 19px;
    line-height: 1.37; }
.intro-content-wrapper .btn-read-more {
    background-color: #fff;
    padding: 13px 30px;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    color: #000; }
.intro-content-wrapper .btn-read-more:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff; }

@media (max-width: 767px) {
    .intro-section-footer {
        margin-top: 35px; } }

.intro-section-footer .footer-nav a {
    font-size: 20px;
    font-weight: bold;
    color: inherit; }
@media (max-width: 767px) {
    .intro-section-footer .footer-nav a {
        font-size: 14px; } }
.intro-section-footer .footer-nav a + a {
    margin-left: 30px; }

.form-section {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .form-section {
        padding: 35px; } }

.login-wrapper {
    width: 400px;
    max-width: 100%; }
@media (max-width: 575px) {
    .login-wrapper {
        width: 100%; } }
.login-wrapper .form-control {
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 0;
    font-size: 14px;
    font-weight: bold;
    padding:10px;
    margin-bottom: 7px; }
.login-wrapper .form-control::-webkit-input-placeholder {
    color: #b0adad; }
.login-wrapper .form-control::-moz-placeholder {
    color: #b0adad; }
.login-wrapper .form-control:-ms-input-placeholder {
    color: #b0adad; }
.login-wrapper .form-control::-ms-input-placeholder {
    color: #b0adad; }
.login-wrapper .form-control::placeholder {
    color: #b0adad; }

.login-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px; }

.login-btn {
    padding:5px 10px;
    background-color: #e5232a;
    border-radius: 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff; }
.login-btn:hover {
    border: 1px solid #134a85;
    background-color: transparent;
    color: #134a85; }

.forgot-password-link,#confinscrit .lnk-toggler,#pwReset .lnk-toggler {
    font-size: 14px;
    color: #080808;
    text-decoration: underline; }

.social-login-title {
    font-size: 15px;
    color: #919aa3;
    display: -webkit-box;
    display: flex;
    margin-bottom: 23px; }
.social-login-title::before, .social-login-title::after {
    content: "";
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#f4f4f4));
    background-image: linear-gradient(#f4f4f4, #f4f4f4);
    -webkit-box-flex: 1;
    flex-grow: 1;
    background-size: calc(100% - 20px) 1px;
    background-repeat: no-repeat; }
.social-login-title::before {
    background-position: center left; }
.social-login-title::after {
    background-position: center right; }

.social-login-links {
    text-align: center;
    margin-bottom: 32px; }

.social-login-link img {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain; }

.social-login-link + .socia-login-link {
    margin-left: 16px; }

.login-wrapper-footer-text {
    font-size: 14px;
    text-align: center; }



/* 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: 400px;
    margin-top: 150px;
    margin-bottom: auto;
    background: #ecedee;
    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;
    /*  height: 170px;
      width: 170px;*/
    top: 5px;
    border-radius: 50%;
    padding:5px;
    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: 100px;
}
.login_btn {
    background:#0066b3!important;
    color: white !important;
    border-radius: 0px;
    border:2px solid #0066b3;
    font-weight: 600;
}
.login_btn:hover{
    background-color: white!important;
    color:#0066b3!important;
    border:2px solid #0066b3;
    transition: .4s ease-out;
}
.login_container {
    padding: 0 2rem;
}
.input-group-text {
    background:white!important;
    border:none;
}
.input_user,
.input_pass:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #ec2029 !important;
}
.text-sign-up{
    color:#0066b3;
    font-weight: bold;
}
.text-sign-up:hover{
    text-decoration: none;
    color:#00327b!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:none;
}
#pwReset{
    margin-top:75px;
}
#panel-signup .input-group .input-group-text,#panel-signup .input-group .input_user,#panel-signup .input-group .input_pass{
    border-radius: 0px!important;
}
#panel-signup .input-group .input_user,#panel-signup .input-group .input_pass{
    padding: .075rem 0.75rem!important;

}
#confinscrit{
    margin-top:20px;
}
#confinscrit .btn-info,#FormChbtob #send{
    background-color: #e5232a!important;
    border-color:#e5232a!important;
    font-weight: 600;
    border-radius: 0;
}



#confinscrit .btn-info:hover,#FormChbtob #send:hover {
    background-color:transparent!important;
    color: #134a85!important;
    transition: .4s ease-out;
    border: 1px solid #134a85!important;
}
#confinscrit .lnk-toggler:hover{
    text-decoration: none;
}
#confinscrit h2,#pwReset h5{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
    color: black;
}
.text-reset:hover{
    text-decoration: underline;
}
