
#input::placeholder {
  font-size:22px;
}
#content{
    min-width:33%;
}
#title{
    font-size:35px;
    font-weight:bold;
}
#recovery{
    font-size:18px;
    font-weight:bold;
}
#input{
    font-size:20px;
    border:none;
    border-bottom:1px solid;
    outline:none;
    padding-left: 10px;
}
#errorEmail{
    margin-top:10px;
    color:red;
    font-size:16px;
}
#divButton{
    margin-top:80px;
}
#button{
    width:100%;
    height:50px;
    font-size:24px;
    color:white;
}
#HooverButton{
    -webkit-transform: skewX(-16deg);
    -ms-transform: skewX(-16deg);
    transform: skewX(-16deg);
    border-radius: 4px;
    background-color: #DD072B;
    border: 1px solid #DD072B;
    width: auto;
    min-width: 120px;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

#StoreEPButton{
    border-radius: 4px;
    background-color: rgb(0,87,169);
    border: 1px solid rgb(0,87,169);
    width: auto;
    min-width: 120px;
    text-transform: uppercase;
}

.buttonRosieres {
    border-radius: 4px !important;
    background-color:white !important;
    border: 1px solid #1f2020 !important;
    color: #1f2020 !important;
    width: auto !important;
    min-width: 120px !important;
    letter-spacing: 2.2px !important;
    text-transform: uppercase !important;
}

.haierBtnCSS{
    background-color: #505456 !important;
    border-color: #505456 !important;
}