﻿#logonBody {
    color: #fff;
    text-align: center;

    width: 400px;
    max-width: 100%;
    height: 390px;

    margin: auto;
    margin-top: 8rem;
    margin-bottom: 2rem;
    padding: 50px;
    padding: 50px 70px 0;

    background: rgba(255,255,255,.1);

    border: 1px solid rgba(255,255,255,.25);
    box-sizing: border-box;

    text-transform: uppercase;
}

#logonBody .logo {
    display: block;
    height: 38px;
    width: auto;
    margin: 0 auto;
}

#logonBody .logo img {
    height: 38px;
    width: auto;
}

#logonBody .logo span {
    vertical-align: top;
    line-height: 38px;
    text-transform: none;
}

#logonBody h4 {
    display: block;
    margin: 0;
    line-height: 3em;
    font-weight: 600;
	font-size: 16px;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

#logonBody input {
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    margin: 0;
    margin-bottom: 10px;

    background: rgba(255,255,255,.1);

    border: 1px solid #ccd0dd;
    border-radius: 2px;
    box-sizing: border-box;
    
    color: #fff;
    font-size: 1em;

    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#logonBody input, textarea, keygen, select, button {
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    outline-style: none;
    box-shadow: none;
}

#logonBody #btnLogin {
    float: right;
    height: 35px;
    line-height: 35px;
    padding: 0 25px;
    background-color: #505061;
    border: 1px solid #505061;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}

#logonBody #btnLogin:hover {
    color: greenyellow;
}

#logonBody #synescNetStatus {
    width: 100%;
    height: 70px;
    margin: 0;
    margin-top: 10px;
    line-height: 70px;
    white-space: nowrap;
}

#logonBody #synescNetStatusText {
    text-transform: none;
    color: greenyellow;
    display: none;
}
