﻿html {
    height:100%;
}

body {
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0;
    height:100%;
     background: url('../Images/nexus-background.jpg') no-repeat center center fixed; 
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
   
}

html body form .RadInput .Box {
    width: 100%;
    height: 50px;
    box-sizing: border-box; 
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 14px;
    font-family:'Roboto', sans-serif;
    padding: 0 20px 0 50px;
    outline: none;
}

#floater
{
    position:relative;
    float:left;
    height:50%;
    margin-bottom:-220px;
    width:1px;
}

.login {
    clear: left;
}

.loginForm {
    width: 320px;
    padding: 10px 20px;
    background: rgba(244,244,244,.6);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 25px solid #005398;
    margin: 0 auto;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.loginForm table {
    width: 100%;
    height: 15px;
}

.loginForm .fieldLabel {
    width: 100%;
    height: 40px;
    margin-bottom: 100px;
}

.loginForm .go {
    float: right;
}

.loginForm .rememberMe {  
    color: rgb(26, 26, 27);
}

.loginForm .warning {
    margin: 10px 0;
    display: block;
    height: 70px;
}

.footer {
    text-align: center;
    background: #005398;
    font-size: 11px;
    color: white; 
    width: 320px;
    padding: 20px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin: 0 -20px -20px -20px;
}

.footer a {
    color: white;
    text-decoration: underline;
}

.loginForm .button {
    width: 100%;
    height: 40px;
    background: #005398;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #005398;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    outline: none;
    cursor: pointer;
    margin-bottom:10px;
}

.loginForm .Box {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    margin-top:5px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 0 20px 0 50px;
    outline: none;
}

.loginForm .Box#txtUserName
{
    background: #fff  url('../Images/Websites/loginUser.png') 15px  top no-repeat;
    background-size: 16px 80px;
}

.loginForm .Box#txtUserName:focus
{
    background: #fff url('../Images/Websites/loginUser.png')  15px  bottom no-repeat;
    background-size: 16px 80px;
    border: 1px solid black;
}

.loginForm .Box#txtPassword
{
    background: #fff url('../Images/Websites/loginPassword.png') 15px  top no-repeat;
    background-size: 16px 80px;
}

.loginForm .Box#txtPassword:focus
{
    background: #fff url('../Images/Websites/loginPassword.png') 15px  bottom no-repeat;
    background-size: 16px 80px;
    border: 1px solid black;
}


.logo {
    float: right;
    right: 0;
}

a {
    text-decoration: none;
    color: #105585;
    right: 50%;
}

.pull-right {
    float: right;
}