body {
    background:url('../images/wallpaper.jpg') repeat;
    margin:0px;
    font-family: 'Ubuntu', sans-serif;
 
}
h1, h2, h3, h4, h5, h6, a {
  margin:0; padding:0;
}
.loginM3 {
  margin:0 auto;
  max-width:500px;
}
.login-headerM3 {
  color:#fff;
  text-align:center;
  font-size:300%;
}
.headerm3-img{
    margin:0 auto;
    margin-top: 10px;
    text-align:right;
    margin-right: 10px;
}
/* .login-header h1 {
   text-shadow: 0px 5px 15px #000; 
}
.login-form {
  border:.5px solid #fff;
  background:#4facff;
  border-radius:10px;
  box-shadow:0px 0px 10px #000;
}*/
.login-form h3 {
    text-align:left;
    margin-left:40px;
    color:#fff;
}
.login-formM3 {
    box-sizing:border-box;
    
    padding-bottom:5%;
    margin:5% auto;
    text-align:center;
}
.loginM3 input[type="text"],
.loginM3 input[type="email"],
.loginM3 input[type="password"] {
    max-width:400px;
    width: 60%;
    line-height:3em;
    font-family: 'Ubuntu', sans-serif;
    margin:1em 2em;
    border-radius:20px;
    border:1px solid #fff;
    outline:none;
    padding-left:10px;
}

.login-formM3 select,
.login-formM3 option
{
    height:40px;
    width:63%;
    border:1px solid #fff;
    border-radius:20px;
    text-transform:uppercase;
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
    margin:1em 2em;
}

.loginM3 input[type="password"] {
    max-width:400px;
    width: 60%;
    line-height:3em;
    font-family: 'Ubuntu', sans-serif;
    margin:1em 2em;
    border-radius:20px;
    border:1px solid #f2f2f2;
    outline:none;
    padding-left:10px;
}
.login-formM3 input[type="button"] {
    height:40px;
    width:130px;
    border:2px solid #fff;
    border-radius:20px;
    color: #fff;
    text-transform:uppercase;
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
    cursor:pointer;
    background: transparent;
    margin: 2% 5%;
}
.login-formM3 input[type="submit"] {
    height:40px;
    width:130px;
    border:2px solid #fff;
    border-radius:20px;
    color: #fff;
    text-transform:uppercase;
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
    cursor:pointer;
    background: transparent;
    margin: 2% 5%;
}

.sign-up{
    color:#f2f2f2;
    margin-left:-70%;
    cursor:pointer;
    text-decoration:underline;
}
.no-access {
    color:#FFF;
    margin:20px 0px 20px 0px;
    text-decoration:underline;
    cursor:pointer;
}
.try-again {
    color:#f2f2f2;
    text-decoration:underline;
    cursor:pointer;
}

/*Media Querie*/
@media only screen and (min-width : 150px) and (max-width : 530px){
    .login-form h3 {
        text-align:center;
        margin:0;
    }
    .sign-up, .no-access {
        margin:10px 0;
    }
    .login-button {
        margin-bottom:5px;
    }

}