* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body,
html {
    height: auto!important;
    margin: 0px;
}

body {
    min-height: 100vh;
    background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

body::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #005bea;
    background: -webkit-linear-gradient(bottom, #005bea, #00c6fb);
    background: -o-linear-gradient(bottom, #005bea, #00c6fb);
    background: -moz-linear-gradient(bottom, #005bea, #00c6fb);
    background: linear-gradient(bottom, #005bea, #00c6fb);
    opacity: 0.9;
}


main {
    padding: 40px 0px 0px 0px;
    margin: 0px;
}

.login-form h2,
.login-form p{
    color:#ffffff;
}

#policyEUR p{
    color:#646c9a;
}

/*.login-form {
    background-image: url("../img/bg.jpg");
}

.login-form {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.login-form::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #005bea;
    background: -webkit-linear-gradient(bottom, #005bea, #00c6fb);
    background: -o-linear-gradient(bottom, #005bea, #00c6fb);
    background: -moz-linear-gradient(bottom, #005bea, #00c6fb);
    background: linear-gradient(bottom, #005bea, #00c6fb);
    opacity: 0.9;
}*/

.my-4 {
    border-top: 1px solid rgba(255, 255, 255, 0.23);
}

#login,
#password {
    font-weight: bold;
    line-height: 1.2;
    color: #333333;
    display: block;
    width: 100%;
    background: #fff;
    height: 50px;
    border-radius: 25px;
    padding: 0px 30px;
}

#login:focus,
#password:focus {
    -webkit-box-shadow: 0px 0px 80px 30px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 80px 30px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 80px 30px rgba(0, 0, 0, 0.16);
}

.rgpd-container {
    margin-bottom: 2em;
}

.more {
    margin-left: 20px;
    font-size: 20px;
}

.rgpd-btn {
    border: none;
    font-weight: bold;
    color: #fff;
    width: 100%;
    height: 50px;
    font-size: 15px;
    border-radius: .25rem;
    padding: 0 25px;
    background: #005bea;
    background: -webkit-linear-gradient(left, #005bea, #00c6fb);
    background: -o-linear-gradient(left, #005bea, #00c6fb);
    background: -moz-linear-gradient(left, #005bea, #00c6fb);
    background: linear-gradient(left, #005bea, #00c6fb);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
}

.rgpd-btn:hover,
.rgpd-btn:focus {
    color: #fff!important;
    background: -webkit-linear-gradient(left, #00c6fb, #005bea);
    background: -o-linear-gradient(left, #00c6fb, #005bea);
    background: -moz-linear-gradient(left, #00c6fb, #005bea);
    background: linear-gradient(left, #00c6fb, #005bea);
}

.card-custom-rgpd .card-header h3 {
    font-size: 19px;
    margin-bottom: 12px;
}

.card-custom-rgpd .card-header {
    font-size: 12px;
    padding: 20px;
}

.card-custom-rgpd .card-footer {
    padding: 13px 29px;
}

.login-form .form-control {
    font-size: 15px;
    line-height: 1.5;
    color: #e0e0e0;
    border: none;
    font-weight: bold;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background: #333333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
}

.login-form .form-control::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    top: 0;
    left: 0;
    background: #005bea;
    background: -webkit-linear-gradient(left, #005bea, #00c6fb);
    background: -o-linear-gradient(left, #005bea, #00c6fb);
    background: -moz-linear-gradient(left, #005bea, #00c6fb);
    background: linear-gradient(left, #005bea, #00c6fb);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
}

.login-form .form-control:hover {
    background: transparent;
}

.login-form .form-control:hover:before {
    opacity: 1;
}

.login-container {
    color: #fff;
    margin-bottom: 3em;
}

.brand-container {
    text-align: center;
    margin-bottom: 3rem;
}

.brand-container img {
    width: 232px;
}

.form-forget {
    color: #cccccc;
}

.form-forget:hover,
.form-forget:focus {
    color: #fff;
}

.rgpd {
    color: #646c9a;
}


/* Responsive */


/* Small devices (landscape phones, 576px and up) */

@media (max-width: 767px) {

    .rgpd-btn {
        font-size: 12px;
    }
    .card-custom-rgpd .card-header,
    .card-custom-rgpd .card-body,
    .form-check-label{
        font-size: 10px;
    }

}


/*Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) {

}