
body{
    background-image: url("/static/login2.png");
    height: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
}


.login-text
{
    width: 400px;
    height: 50px;
    border: none;
    padding-left: 25px;
   box-shadow: 0px 3px 6px #dddddd;
   font-size: 9px;
   letter-spacing: 2px;
}

.login-text:focus
{
    border-left: 8px solid #9A0000;
}


.authbtnsubmit
{
        background-color: white;
        border: none;
		color: #5B5B5B;
        text-align: center;
        font-size: 11px;
        letter-spacing: 2px;
        font-weight: bold;
        float: right;
}

.authheader1{
    font-size: 12px;
    letter-spacing: 2px;
}

.authheader2 {
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: bold;
}
.authdesc1 {
    font-size: 12px;
    letter-spacing: 2px;
}

.loginContainer{
    float: right;
    padding-top: 7%;
    height: 100%;
    margin-right: 7%;
    top: 0px;
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
}


