@import url('../../fonts/font-awesome/css/font-awesome.css');
@import url('../../fonts/font-awesome/css/font-awesome.min.css');
@import url('../../fonts/googlecss.css');

body {
    margin: 0;
    padding: 0;
    /*background-color: #00BCD4;*/
    background: #cce9ed;
    min-height: 100vh;
    background-size: cover;
    font-family: 'Poppins', sans-serif;
}

form {
    margin-bottom: 0px;
}

.main {
    padding-top: 40px;
}

.pan {
    background-color: #000e10;
    height: 5px;
    max-width: 500px;
    margin: 0 auto;
    /*box-shadow: rgba(0,0,0,0.4) 0px -4px 10px 0px;*/
}

.testt {
    background: #000e10;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    padding: 18px 60px;
    cursor: pointer;
    width: 100%;
    border-radius: 6px;
}

h2 {
    margin: 0;
    color: white;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

p.w3l-register-p {
    color: #04060F;
    font-size: 13px;
    text-align: center;
    margin-top: 2em;
}

.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}

.w3l-login-form {
    /*box-shadow:rgba(0,0,0,0.4) 0px 0px 10px 3px;*/
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    height: 470px;
    background: #0294A5;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    /*padding: 3em;*/
    /*border-radius: 10px;*/
    box-sizing: border-box;
    /*margin-top:80px;*/
}

.group {
    display: flex;
    padding: 10px 5px;
    background-color: #ffffff;
    border-radius: 8px;
}

    .group i {
        color: #000e10;
        font-size: 20px;
        padding: 0 10px;
    }

.w3l-form-group {
    margin: 20px 0;
}

    .w3l-form-group label {
        display: block;
        text-transform: uppercase;
        font-size: 13px;
        color: #000e10;
        letter-spacing: 2px;
        /*margin-bottom: 10px;*/
        font-style: italic;
    }

input[type="text"],
input[type="password"] {
    width: 100%;
    border: none;
    box-sizing: border-box;
    background: transparent;
    color: #000;
}

    input[type="text"]:focus,
    input[type="password"]:focus {
        outline: none;
    }


#button {
    background: #000e10;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    /*padding-top:2em;
    padding-bottom:2em;*/
    padding: 18px 60px;
    cursor: pointer;
    width: 100%;
    border-radius: 6px;
}

    #button:hover {
        background-color: #00BCD4;
        transition-duration: 5s;
    }


a {
    color: #000e10;
    font-size: 14px;
    text-decoration: none;
}

.register {
    color: black;
    text-decoration: none;
}

/*--footer--*/

p.copyright-agileinfo {
    font-size: 15px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 300;
}

/*.field-validation-valid{
    padding:4px 7px 2px 4px;
}*/



/*--//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;
        margin-top: 0px;
        /*margin-bottom:30px;*/
    }

    .pan {
        margin: 0 3vw;
        margin-top: 80px;
    }

    .main {
        padding-top: 10px;
    }

    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 --*/
