﻿* {
    padding: 0;
    margin: 0;
}

body {
    display: grid;
    grid-template-columns: repeat(15,1fr);
    grid-template-rows: repeat(7,auto);
    background-image: url(/assets/img/fondologin_04b7d5222b.jpg);
    background-repeat: no-repeat;
    height: 100VH;
    width: 100Vw;
    background-size: cover;
}

.ContainerLogo {
    grid-column-start: 1;
    grid-column-end: -1;
    text-align: center;
}

.ContainerLogin {
    grid-template-columns: repeat(2,1fr);
    box-shadow: 0px 0px 1px .2px;
    grid-row-start: 3;
    grid-row-end: 6;
    background-color: rgba(255, 255, 255, 0.815);
    border-radius: 19px;
    grid-column-start: 6;
    grid-column-end: 11;
}

.pie {
    grid-row-start: 7;
    grid-column-start: 1;
    grid-column-end: -1;
    text-align: center;
    font-size: 20px;
}

.titlelog {
    text-align: center;
    margin: 15px;
    font-weight: bold;
    color: rgb(6, 6, 153);
    font-size: 31px;
}

.containertext {
    text-align: center;
}

.texbox {
    height: 21px;
    border: none;
    border-bottom: 1px solid gray;
    height: 30px;
    width: 200px;
    margin-bottom: 18px;
    padding-left: 8px;
}

.check {
    display: flex;
    justify-content: center;
}

.checkClient {
    margin-right: 39px;
}

.Containersummit {
    position: relative;
    text-align: center;
    top: 50px;
}

.buttonSummit {
    width: 200px;
    height: 30px;
    background-color: rgb(6, 6, 153);
    color: white;
    border: none;
    border-radius: 3px;
    font-size: 18px;
}

    .buttonSummit:hover {
        width: 200px;
        height: 30px;
        background-color: rgb(230, 230, 230);
        color: rgb(6, 6, 153);
        border: none;
        border-radius: 3px;
        font-size: 18px;
    }
