body {
    font-family: 'Poppins', Arial, sans-serif;
    background-image: url("../img/RedBackground-09_.jpg");
    background-color: #f5f5f5;
    height: 100vh;
}

#ever-logo{
    height: 50px;
}

#page-header{
    text-align: center;
    margin-bottom: 80px;
}


#form-content{
    margin:20px 0;
}

#form-container{
    height: 100%;
    background-color: #FFFFFF;
    padding: 10px 50px;
}

ul{
    list-style-type: none;
    padding: 0;
}

ul li{
    margin-bottom: 10px;
}


/* .swal2-confirm swal2-styled */
.swal2-confirm{
    background-color: #eb1b2b !important;
    border-color: #eb1b2b !important;
}


textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus{
  border-color: #eb1b2b !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #eb1b2b !important;
  outline: 0 none !important;
}