
#contLogoAirzoon img
{
    width:150px !important;height:auto !important;margin:auto;margin-top:20px;
}

.alert-danger
{
    max-width:80%;
    margin:auto;
}

.padAuth
{
    padding-top:10%;
}

.content-wrapper,body
{
    background-color:#B71A1E;
}



/********************MEDIA QUERIES******/
@media screen and (max-width: 700px)
{
    .padAuth
    {
        padding-top:5%;
    }
}