body
{
    font-family: 'helvetica'
}

body, header, div, nav, section, ul, li, h1, h2, h3, h4, button
{
    margin: 0;
    padding: 0
}

ul
{
    list-style-type: none
}

a
{
    text-decoration: none
}

.lien
{
    color: #2daae1
}

.lien:hover
{
    color: #da3832;
    text-decoration: underline
}

.erreurs
{
    width: 100%;
    color: red;
    font-weight: bolder;
    margin-bottom: 15px;
    overflow: hidden;
    font-size: 0.8em
}

.logo
{
    position: absolute;
    margin-bottom: 30px;
    top: -70px;
    left: 180px;
    background: white;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    border: solid 2px #da3832;
    text-align: center
}

.logo div
{
    height: 80px;
    display: table-cell;
    vertical-align: middle
}

.logo img
{
    width: 80px;
}

h2
{
    margin-bottom: 10px;
    color: #da3832
}

h4
{
    font-weight: lighter;
    margin-bottom: 20px
}

.wrapper
{
    width: 100%;
    height: 100vh;
    background: #555ba4;
    overflow-y: auto
}

.form-connect
{
    text-align: center;
    margin: 0 auto;
    margin-top: 120px;
    padding-top: 80px;
    width: 400px;
    position: relative;
    padding: 20px;
    border: solid 2px #da3832;
    border-radius: 20px;
    background: white;
}

.form-content
{
    width: 100%;
    overflow: hidden
}

.form-connect input
{
    width: 100%;
    margin-bottom: 10px;
    border: none;
    background: #febb48;
    height: 30px;
    border-radius: 20px;
    text-align: center;
    outline: none
}

.form-connect input:focus
{
    border: solid 1px #da3832
}

.form-connect button
{
    width: 150px;
    height: 35px;
    background: #da3832;
    border: none;
    border-radius: 10px;
    color: white
}

.form-connect a
{
    display: block;
    color: #2daae1;
    margin-top: 15px
}

.form-list > li > ul > li
{
    width: 49%
}

.form-list > li > ul > li:first-child
{
    float: left
}

.form-list > li > ul > li:last-child
{
    float: right
}