﻿body {
    margin: 0px;
    font-family: 'Ubuntu', sans-serif;
	background-repeat: no-repeat!important;

    background-position-x: center!important;
    background-size: unset!important;
    background-position-y: center!important;
}

h1, h2, h3, h4, h5, h6, a {
    margin: 0;
    padding: 0;
}

.login {
    margin: 0 auto;
    max-width: 500px;
}

.login-header {
    color: #fff;
    text-align: center;
    font-size: 300%;
}
/* .login-header h1 {
   text-shadow: 0px 5px 15px #000; 
}*/
.login-button {
    background: linear-gradient(90deg,#eb4a9a,#593177);
    width: 180px;
    height: 50px;
    border-radius: 15px !important;
    border-color: #eb4a9a;
    color: #fff !important;
    font-size: 22px !important;
}
.login {
    margin-top: 10%;
}
#logo{
   width:200px;

}
.login-form {
    border-radius: 10px;
    border: 1px solid #dee0e1;
    padding: 20px;
    text-align: center;
}

    .login-form h3 {
        text-align: left;
        margin-left: 40px;
        color: #fff;
    }



.login input[type="text"],
.login input[type="password"] {
    max-width: 400px;
    width: 80%;
    line-height: 3em;
    font-family: 'Ubuntu', sans-serif;
    margin: 1em 2em;
    border-radius: 5px;
    border: 2px solid #f2f2f2;
    outline: none;
    padding-left: 10px;
}

.login-form input[type="button"] {
    height: 30px;
    width: 100px;
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 20px;
    color: slategrey;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
    cursor: pointer;
}

.sign-up {
    color: #f2f2f2;
    margin-left: -70%;
    cursor: pointer;
    text-decoration: underline;
}

.no-access {
    color: #E86850;
    margin: 20px 0px 20px -57%;
    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: 10px;
    }
}
