@charset "utf-8";
@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

#login-details {
    position: relative;
    margin-top: 20px;
}

#login-form {
    background-color: #F5F5F5;
}

table {
    border: solid #dcdcdc 1px;
    padding: 25px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}

table tr, td {
    padding: 15px;
    border: solid #e1e1e1 1px;
}

table tr td input {
    width: 97%;
    height: 45px;
    border: solid #e1e1e1 1px;
    border-radius: 3px;
    padding-left: 10px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    background: #ffffff;
    transition-duration: 0.5s;
    box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.4);
}

table tr td button {
    width: 100%;
    height: 45px;
    border: 0px;
    background: rgba(12, 45, 78, 11);
    background: -moz-linear-gradient(top, #595959, #515151);
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(1, 0, 0, 0.2);
    color: #f9f9f9;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 18px;
    font-weight: bolder;
    text-transform: uppercase;
}

table tr td button:active {
    position: relative;
    top: 1px;
}

table tr td a {
    text-decoration: none;
    color: #00a2d1;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 18px;
}

/* css for home page  */

* {
    margin: 0;
    padding: 0;
}

#header {
    width: 100%;
    height: 60px;
    background: rgba(00, 11, 22, 33);
    color: #9fa8b0;
    font-family: Verdana, Geneva, sans-serif;
}

#header #left {
    float: left;
    position: relative;
}

#header #left label {
    position: relative;
    top: 5px;
    left: 100px;
    font-size: 35px;
}

#header #right {
    float: right;
    position: relative;
}

#header #right #content {
    position: relative;
    top: 20px;
    right: 100px;
    color: #fff;
}

#header #right #content a {
    color: #00a2d1;
}

#body {
    text-align: center;
    margin-top: 150px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 36px;
}

/* css for home page */

/* CSS for Log In Or Sing Up Page End */
body {
    background: url('../images/login_background.jpg');
    margin: 0px;
    font-family: 'Ubuntu', sans-serif;
    background-size: 100% 110%;
}

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%;
    padding-top: 23%;
}

.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-form {
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 10%;
    margin: 5% auto;
    text-align: center;
}

.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;
}

.login-form input[type="submit"] {
    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;
}

.copy {
    background: #f6f6f6;
    text-align: center;
    padding: 1.5em 0;
}

/*Media Querie*/
@media only screen and (min-width: 150px) and (max-width: 530px) {
    .login-form h3 {
        text-align: center;
        margin: 0;
    }

    .no-access {
        margin: 10px 0;
    }

    .login-button {
        margin-bottom: 10px;
    }
}

/* CSS for Log In Or Sing Up Page End */