body {
    background:#FDFC47;  /* fallback for old browsers */
    background:-webkit-linear-gradient(to bottom, rgb(30, 202, 53), rgb(202, 202, 55));  /* Chrome 10-25, Safari 5.1-6 */
    background:linear-gradient(to bottom, rgb(30, 202, 53), rgb(202, 202, 55)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

nav {
    background-color:transparent;
}

.font-marmelad {
    font-family:'Marmelad', sans-serif;
}

.error-msg{
    font-size:12px;
    color:red;
}

.product-icon {
    width:50px;
    height:auto;
}

.icon {
    font-size:40px !important;
}

#background-overlay {
    background-image:url('../image/cover-overlay.png');
    height:100vh;
    width:100%;
    background-repeat:no-repeat;
    background-size:cover;
}

#cover {
    width:100%;
    height:100%;
    background-image:url('../image/register.png');
    background-size:cover;
    border:#b0bec5 .5px solid;
    border-radius:5px;
}

#register {
    height:650px;
    position:relative;
    z-index:2;
}

#underline {
    height:5px;
    width:160px;
    background:rgb(18, 160, 18);
}

@media only screen and (max-width:600px) {
    .modal {
        width:80% !important;
    }
}

@media only screen and (min-width:601px) {
    .modal {
        width:50% !important;
    }
}

@media only screen and (min-width: 993px) {
    .modal {
        width:30% !important;
    }
} 