body {
    margin: 0;
    padding: 0;
    background: #333;
}

.login-form {
    width: 400px !important;
    height: auto !important; 
    position: absolute !important;
    padding: 30px 30px 10px 30px !important;
    background: #fff;
    left: 35% !important;
    margin-top: -18% !important;
    border: 5px solid #9f7d66 !important;
    z-index: 999;
}

#logo {
    width: 70% !important;
    margin-left: 16% !important;
}

#velkommen {
    color: #1f1f1f;
    text-align: center;
    font-family: 'Roboto', sans-serif ;
    font-weight: 300;
}

#tilmeld {
    color: #1f1f1f;
    text-align: center;
    font-size: 14px;
    margin-top: 5% !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.form {
    width: 100% !important;
    position: relative;
    margin: 25px auto !important;
}

#min{
    margin-left: 25% !important;
}

input[type="email"] {
    width: 100% !important;
    height: 40px !important;
    position: relative !important;
    font-size: 16px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: center !important;
    margin-bottom: 5% !important;
    border: 1px solid black !important;
}

input[type="name"] {
    width: 100% !important;
    height: 40px !important;
    position: relative !important;
    font-size: 16px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: center !important;
    margin-bottom: 5% !important;
    border: 1px solid black !important;
}

::-webkit-input-placeholder {
  color: lightgrey;
}

:-ms-input-placeholder {
  color: lightgrey;
}

::placeholder {
  color: lightgrey;
}

input[type="email"]:focus {
    border: 2px solid #4bb9b4 !important;
}

.fa-user-edit {
    position: absolute !important;
    right: 10px !important;
    top: 0px !important;
    padding-top: 12px !important;
    color: black!important;
}

.fa-envelope {
    position: absolute !important;
    right: 14px !important;
    top: 55px !important;
    padding-top: 12px !important;
    color: black!important;
}



input[type="button"] {
    width: 100%;
    height: 50px;
    background: #fff !important;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #1f1f1f !important;
    outline: none;
    border: 2px solid #9f7d66 !important;
    font-weight: 300;
    cursor: pointer;
}

input[type="submit"] {
  	width: 100%;
    height: 50px;
    background: #639d44 !important;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    border: none;
    margin-bottom: 5% !important;
    cursor: pointer !important;
    font-family: 'Roboto', sans-serif;
}

input[type="button"]:hover {
  	background-color: #9f7d66 !important
        /*#3e8e41*/
    ;
    opacity: 0.9;
    color: white !important;
    border: 2px solid #9f7d66 !important;
}

input[type="submit"]:hover {
  	background-color: #9f7d66 !important
        /*#3e8e41*/
    ;
    opacity: 0.9;
    border: 2px solid #9f7d66 !important;
}

/*.input:hover {
    position: relative;
    -webkit-animation: shake 1s;
    animation: shake 1s;
}*/

.popupCloseButton {
    color: black;
    background-color: #fff;
    border: 3px solid #639d44 !important;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: "arial";
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 35px;
    height: 35px;
    text-align: center;
}




@media only screen and (max-width: 600px) {
  .login-form{
    display: none !important;
  }
}