.gmnews-form {
    position: fixed;
    bottom: 0;
    background: #363a46;
    z-index: 99999;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 10px #000;
    color: white;
}

.gmnews-logo {
    width: 70px;
    height: 70px;
    margin: -35px auto 0;
    border: solid 1px #363a46;
    border-radius: 50px;
    position: relative;
    background: #fff url(/wp-content/plugins/gm-news/static/email.png) center no-repeat;
}

.gmnews-closebtn {
    width: 30px;
    height: 30px;
    right: 2px;
    top: 2px;
    position: absolute;
    display: none;
    background: #363a46 url(/wp-content/plugins/gm-news/static/close.png) center no-repeat;
}

.gmnews-header {
    text-align: center;
}

.gmnews-header p {
    color: #fff !important;
    margin: 0;
}

.gmnews-header h3 {
    margin: 5px;
    color: #528efc !important;
}

.gmnews-body ul {
    margin: 6px auto;
    padding: 0;
    list-style: none;
    width: 70%;
}

.gmnews-body li {
    text-align: center;
}

.gmnews-body a {
    color: #fff !important;
}

.gmnews-body input {
    border-radius: 6px;
    margin: 4px;
    height: 26px;
    padding: 2px;
}

.gmnews-submit {
    width: 60%;
    height: 30px;
    border-radius: 6px;
    background: #538fff !important;
    border: none;
    color: #fff;
    cursor: pointer;
    margin: 0 0 0 4px;
}

.gmnews-loading {
    display: none;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 50px;
}

.gmnews-success {
    display: none;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 50px;
}

.gmnews-error {
    display: none;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 50px;
}

@media only screen and (min-width: 768px) {
    .gmnews-form {
        width: 530px;
        height: 35px;
        left: 50%;
        margin-left: -265px;
    }
}

@media only screen and (max-width: 768px) {
    .gmnews-form {
        width: 100%;
        height: 35px;
    }
}