*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Verdana', sans-serif;
}

body{
    height: 100vh;
    background: linear-gradient(to bottom, #274162, #6ca9be);
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

canvas {
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
}
.text-box {
    font-size: 60px;
    letter-spacing: 7px;
    word-spacing: 12px;
    text-transform: uppercase;
    color:rgb(238, 238, 238);
}

.button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    flex-direction: row;
}

.cursor-pointer{
    cursor: pointer;
}

.container{
    width: 100%;
    top:50%;
    bottom:50%;
    max-width: 960px;
    margin: 0 auto;
    /*padding: 30px;*/
    background: #fff;
    display: flex;
    /*justify-content: center;*/
    /*align-items: center;*/
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
    padding: 0!important;
}
.title{
    font-size: 50px;
    font-weight: bold;
    background: linear-gradient(to right, #274162, #6ca9be);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 650px;
    text-transform: uppercase;
    margin: 30px;
}

#input2{
    display: block;
    margin: auto;
}

.formCo{
    margin-bottom: 10px;
}

#endCo{
    background: #d3d3d352;
    padding: 10px;
    color: #6ca9be;
    font-size: small;
}

.colorGradiant{
    background: linear-gradient(to right, #274162, #6ca9be);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.alignCenter{
    display: flex;
    align-items: baseline;
    margin-left: 3em;
    margin-right: 3em;
}

.mrgR{
    margin-right: 10px;
}

.btn-co {
    background-color: #6ca9be !important;
    color: white !important;
    width: 77%;
    margin-bottom: 30px;
}

.btn-co:hover{
    background-color: #5b8fa0 !important;
}

.alertCo{
    margin-top: 5px;
    margin-bottom: 5px!important;
    font-size: small;
}

#inputEmail, #inputPassword{
    font-size: 12px!important;
}

.colorLbl{
    color: #6ca9be;
}

#form_emailRecup{
    width: 70%;
    margin: auto;
}
#btnNewMdp{
    width: 58%;
}

.close-pos{
    margin: 10px 10px 0;
    cursor: pointer;
    float: right;
    color: #aaabad;
}
.form-group{
    width: 100%;
}
.justify{
    margin-left: 3em;
    margin-right: 3em;
    text-align: justify;
    margin-bottom: 20px;
}
.fix-size{
    width: 544px !important;
}