
.bg-color-1 {
    background-color: #ffffff;
}

.txt-color-1 {
    color: #ffffff;
}

.bg-color-2 {
    background-color: #333333;
}

.txt-color-2 {
    color: #333333;
}

a.bg-color-2 {
    background-color: #333333;
}

.bg-color-3 {
    background-color: #00000080;
}

.txt-color-3 {
    color: #00000080;
}

.bg-color-4 {
    background-color: #40518e;
}

.txt-color-4 {
    color: #40518e;
}

.bg-color-5 {
    background-color: #09174c;
}

.txt-color-5 {
    color: #09174c;
}

.bg-color-6 {
    background-color: #ececec59;
}

.txt-color-6 {
    color: #ececec59;
}

.bg-color-7 {
    background-color: #f5f5f5;
}

.txt-color-7 {
    color: #f5f5f5;
}

.bg-color-8 {
    background-color: #696969;
}

.txt-color-8 {
    color: #696969;
}

.bg-color-9 {
    background-color: #c7c7c7;
}

.txt-color-9 {
    color: #c7c7c7;
}



header {
    padding: 10px;
}

.logo {
    width: 189px;
    height: 109px;
    margin: auto;
    background-image: url(../img/logo-main.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.logo-block {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 2em;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
}

.body {
    width: 100%;
    height: 100%;
}

.container-main {
    padding: 10px;
}

.section-datas {
    width: 100%;
    min-height: 700px;
    background-image: url(../img/image-main.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-wrapper {
    display: block;
    width: 100%;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 40px 40px 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .06);
    border-radius: 5px;
    text-align: center;
}

.heading {
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.inputs-login {
    width: 100%;
    border: solid 1px #ccc;
    margin: 10px 0px;
    min-height: 40px;
    padding: 8px 12px;
    user-select: none;
}

    .inputs-login:focus {
        outline: none;
        border: solid 1px #5d6c7b;
    }

.submit-button-2 {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    padding: 10px 30px;
    border-radius: 5px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
}

.links-login {
    width: 50%;
    padding: 0px 3px 0px 0px;
    float: left;
    margin-top: 10px;
}

.link-login {
    color: #0082f3;
    cursor: pointer;
}

.clear {
    clear: both;
}

.section-cta {
    padding: 65px;
    font-family: Catamaran, sans-serif;
}

.cta-tittle {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "Lato", sans-serif;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
}

.cta-description {
    margin: 12px 0 40px 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}

.contact-cta-block {
    display: block;
    padding: 19px 20px 17px 27px;
    border-radius: 3px;
    background-color: hsla(0, 0%, 100%, .1);
}

footer {
    width: 100%;
    padding: 15px 65px;
    background-color: hsla(0, 0%, 100%, .1);
}

.footer-text {
    font-size: 12px;
}

.contact-cta-title._2 {
	margin-top: 1px;
	font-size: 14px;
}

.contact-cta-title._2 {
	font-size: 14px;
}

.contact-cta-title._2 {
	margin-top: 6px;
	opacity: 1;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	line-height: 23px;
	font-weight: 300;
	letter-spacing: 0px;
	text-transform: none;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.request-id {
    font-weight: 600;
    margin-bottom: 15px;
}

.text-17px {
    font-size: 17px;
}

::-webkit-scrollbar-track {
    background-color: rgb(224, 224, 224);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar {
    background-color: rgba(245, 245, 245, 0.5);
    height: 8px;
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(34, 34, 34, 0.58);
    border-radius: 8px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
    .section-datas {
        min-height: 500px;
    }

    .logo {
        height: 40px;
    }

    .login-wrapper, .section-cta {
        padding: 25px 10px;
    }

    .cta-tittle {
        font-size: 18px;
        line-height: 22px;
        padding: 0 10px;
    }

    .cta-description {
        font-size: 14px;
        line-height: 20px;
        padding: 0 10px;
        margin-bottom: 15px;
    }

    .contact-cta-block {
        margin: 5px 0;
        padding: 12px;
    }
}
