body {
	margin: 0 auto;
    padding: 0;
    background: url(../images/cover4.jpg) no-repeat center center fixed;
    min-height: 100vh;
    font-family: 'Prompt', sans-serif;  
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
h1 {
    margin: 0;
    color: #ffffff;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 0px 0;
}

h2 {
    margin: 0;
    color: #ff9933;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    padding-bottom: 10px;
}

p.w3l-register-p {
    color: #eee;
    font-size: 18px;
    text-align: center;
    margin-top: .5em;
}

.w3l-login-form {
    font-family: 'Prompt', sans-serif;  
    background: rgba(0, 0, 0, 0.4117647058823529);
    max-width: 500px;
    margin: 0 auto;

    border-radius: 10px;
    box-sizing: border-box;
    padding: 30px 30px 10px 30px;
}


.login100-form-logo {
  font-size: 60px; 
  color: #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto;
}

.group {
    font-family: 'Prompt', sans-serif;  
    display: flex;
    padding: 5px 5px;
    background-color: #ffffff;
	border-radius: 2rem;
}

.group i {
    color: #ff9933;
    font-size: 25px;
    padding: 10px 10px 10px 10px;
}

.w3l-form-group {
    margin: 5px 0;
}

.w3l-form-group label {
    font-family: 'Prompt', sans-serif;  
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    color: #d2d2d2;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.w4l-form-group {
    margin: 5px 0;
}

.group4 {
    display: flex;
    padding: 0px 0px;
}

input[type="text"],
input[type="password"] {
    font-size: 16px;
    font-family: 'Prompt', sans-serif;  
    width: 100%;
    border: none;
    box-sizing: border-box;
    background: transparent;
    color: #000;
}

input[type="text"]:focus,
input[type="password"]:focus {
    font-size: 16px;
    font-family: 'Prompt', sans-serif;  
    outline: none;
}

button {
    font-family: 'Prompt', sans-serif;  
	background-color: #ff9933;
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    padding: 10px 10px;
    cursor: pointer;
    width: 100%;
    border-radius: 25px;
	outline: none !important;
	border: none;
}

button:hover {
    background-color: #00BCD4;
    transition-duration: 1s;
}

.forgot {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

a {
    color: #ff9933;
    font-size: 18px;
    text-decoration: none;
}

.forgot p {
    color: #ffffff;
    text-align: center;
    margin: 0px;
	font-size: 13px;
}

.register {
    color: #ff9933;
    text-decoration: none;
}

/*--footer--*/

p.copyright-agileinfo {
    font-size: 15px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 300;
}

footer p a {
    font-family: 'Prompt', sans-serif;  
    display: inline-block;
    color: #fff;
    text-decoration: underline;
}

footer p a:hover {
    font-family: 'Prompt', sans-serif;  
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

footer {
    font-family: 'Prompt', sans-serif;  
    padding: .2em 0;
    text-align: center;
}


/*--//footer--*/

/*-- /responsive design --*/

@media(max-width:768px) {
    h1 {
        font-size: 47px;
    }
}

@media(max-width:667px) {
    h1 {
        font-size: 45px;
    }
}

@media(max-width:640px) {
    p.copyright-agileinfo {
        letter-spacing: 1px;
    }
    h1 {
        font-size: 43px;
    }
}

@media(max-width:568px) {
    h1 {
        font-size: 40px;
    }
    p.copyright-agileinfo {
        font-size: 14px;
    }
}

@media(max-width:480px) {
    .w3l-login-form {
    margin: 0 3vw;
}
    h1 {
        font-size: 38px;
    }
    p.copyright-agileinfo {
        line-height: 1.8em;
    }
}

@media(max-width:414px) {
    h1 {
        font-size: 34px;
    }
}

@media(max-width:384px) {
    h1 {
        font-size: 30px;
    }
}

@media(max-width:320px) {
    h1 {
        font-size: 25px;
    }
    .forgot p {
        text-align: left;
    }
    .forgot {
        display: block;
    }
}

/*-- /responsive design --*/
