/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/


* {
    padding: 0;
    margin: 0;

}


html, body {
    height: 100%;
}

@media only screen and (orientation: portrait) {
    html, body {
        height: 100vh;
    }

    body {
        width: 100%;

        background-size: cover !important;
        background-repeat: no-repeat;

    }
    .logo-mob{
        position: absolute;
        top: 5px;
        right: 5px;
        width: 50%;
    }

}

body {
    width: 100%;
    background: url('../images/Menarini-visual-2-edits-with-words.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;

}

.eventTime {
    font-weight: bold;
    color: #f80000;
    font-size: 20px;
}

/*   .row::after {
    content: "";
    clear: both;
    display: table;
  } */

.img-fluid {
    width: 100%;
    height: auto;
}

.sectionAll {

    position: relative;
}

.conOfhead {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.submit {
    padding: 8px 25px;

    background: #f80000;
    color: #fff;
    border-radius: 50px;
    border: none;
}

.submit:hover {
    background: #b30000;

    color: #fff;
}

#myForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-control {
    background-color: #dddddd;
}

label {
    display: inline-block;
    font-weight: bold;
    color: #f80000;
}

.msg {
    color: #f80000;
    text-align: center;
}

.conOfForm {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
