﻿

body {
    height:100%;
    width:100%;
    margin: 0;
    padding: 0;
    background: url(../Img/Admin/banner.jpg);
    background-attachment: fixed;
    background-position: top;
    background-size: 100% 100%;
}

.img {
    padding: 20px 0 35px;
}

.clear {
    clear: both;
}
/*-- AgileITS --*/
h1 {
    text-align: center;
    font-size: 45px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Nunito', sans-serif;
    text-align: center
}

.log .content1 h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 300;
    font-family: 'Nunito', sans-serif;
    text-align: center;
}

.log .content2 h2 {
    font-size: 40px;
    padding: 30px 0 0;
    color: #fff;
    font-weight: 300;
    font-family: 'Nunito', sans-serif;
    text-align: center;
}

.log {
    margin: 0 auto;
}

.content1 {
    width: 440px;
    margin: 0 auto ;
    text-align: center;
    padding: 30px 0;
    border-radius: 0px;
    box-shadow: 0 0 15px #bbbbbb;
    background: rgba(255,255,255,.9);
}

    .content1 input[type="text"] {
        padding: 10px 40px 10px 10px;
        width: 60%;
        border: 1px solid #99061c;
        color: black;
        text-align: left;
        outline: none;
        font-size: 18px;
        background: url(../Img/Admin/person.png) no-repeat;
        background-position-x: 280px;
        background-position-y: 8px;
        font-weight: 300;
        font-family: 'Muli', sans-serif;
        /*-- W3Layouts --*/
        border-radius: 4px;
    }

    .content1 input[type="password"] {
        padding: 10px 40px 10px 10px;
        width: 60%;
        border: 1px solid #99061c;
        color: black;
        text-align: left;
        outline: none;
        font-size: 18px;
        background: url(../Img/Admin/lock.png) no-repeat;
        background-position-x: 280px;
        background-position-y: 8px;
        margin-top: 40px;
        font-weight: 300;
        font-family: 'Muli', sans-serif;
        border-radius: 4px;
    }

.button-row {
    width: 100%;
    text-align:center;
    padding:30px 0 20px;
}

.tlinks {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.sign-in {
    padding: 10px;
    /*background-color: #4C9A39;*/
    background: #99061c;
    width: 35%;
    cursor: pointer;
    color: #fff;
    border: none;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

    .sign-in:hover {
        background-color: #e60012;
        color: #fff;
    }

.reset {
    padding: 10px;
    background-color: #c0392b;
    width: 35%;
    border: none;
    /*-- AgileITS --*/
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    float: right;
    margin-right: 62px;
    font-weight: 300;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

    .reset:hover {
        background-color: #791F16;
        color: #fff;
    }


.register {
    padding: 10px;
    background-color: #4C9A39;
    width: 78%;
    border: none;
    cursor: pointer;
    color: #fff;
    font-weight: 300;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    margin-top: 7%;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

    .register:hover {
        background-color: #376D29;
        color: white;
    }

.footer {
    margin-top: 3%;
    padding: 50px 0;
    text-align: center;
}

    .footer p {
        color: #fff;
        font-size: 17px;
        font-family: 'Muli', sans-serif;
        font-weight: 300;
        line-height: 25px;
    }

    .footer a, a:active {
        color: #fff;
        text-decoration: none;
        transition: all 0.5s ease-in-out;
    }

        .footer a:hover {
            color: #c0392b;
            transition: all 0.5s ease-in-out;
        }


input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset;
}