/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/


/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.emaillisthead {
padding: 20px;
text-align: center;
background-repeat: no-repeat;
background-size: contain;
background-position: right center;
}

.emaillist {
margin: 88px 0 0 10px;
-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.15);
        box-shadow: 0 0 20px rgba(0,0,0,0.15);
text-align: center;
border-radius: 4px;
overflow: hidden;
max-width: 500px;
background-color: white;
}

.emaillist2 {
text-align: center;
border-radius: 4px;
overflow: hidden;
margin: 0 auto;
max-width: 500px;
}

.emaillist2 button{
padding: 0;
border: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

form {
margin-bottom: 25px;
}

.emailentry {
padding: 0 20px 25px 20px; 
position: relative;
z-index: 2;
}

.enteremail {
margin: 20px 0 0 20px;
color: #cbcbcb;
font-size: 16px;
position: relative;
top: 20px;
z-index: 1;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
text-align: left;
height: 23px;
}

.emailentry input {
border-width: 0px;
border-bottom: 1px solid #cbcbcb;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
width: 100%;
background-color: rgba(255, 255, 255, 0) !important;
}

.emailentry input:focus {
outline: none;
border-bottom: 1px solid grey;
}

.signupbutton {
padding: 5px 10px;
font-weight: 700;
color: white;
border-radius: 4px;
margin: 0 auto;
width: 120px;
text-align: center;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
cursor: pointer;
}

.marginbottom25 {
height: 25px; 
}

.emaillistremoval .successtag {
max-width: 500px;
margin: 0 auto 15px auto;
font-weight: 700;
text-align: center;
border-radius: 4px;
color: green;
padding: 10px;
background-color: rgba(110, 255, 127, 0.46);
}

.emaillistremoval .errortag {
max-width: 500px;
margin: 0 auto 15px auto;
}

@media (max-width: 992px) {

    .emaillist {
    margin: 0 auto;  
    max-width: 500px;
    }

}