﻿/* ///////////////// VUES LOGIN ///////////////// */

body {
    background-color: #F6F9FC;
}

.container-login {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 15px;
    padding-left: 15px;
}

.euroInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo-mark-client {
    height: 128px;
    align-self: center;
}

btn-black {
    background-color: #000 !important;
    color: #fff;
}

.container-login > h1 {
    font-size: 32px;
    font-weight: bold;
    color: #0A145F;
    height: 30vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .container-login > h1 > p {
        text-transform: capitalize;
        font-weight: normal;
    }

    .container-login > h1 > p::first-letter {
        color: #FF6259;
        font-weight: bold;
    }

.logo-euroinfo {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../images/logoeuroinfo.png");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
    z-index: -1;
}

.container-login .login, .container-login .password, .container-login .remember-me {
    margin-bottom: 1em;
}

.remember-me {
    margin-top: 2.3em;
}

.remember-me input {
    margin-right: 1em;
    border-color: #3272D1;
}

.remember-me > label {
    color: #3272D1;
}