.cayuga .loginScreen {
    background: url('img/hg_login.png');
    width: 800px;
    height: 551px;
    border-radius: 30px;
}

.loginScreen .dijitDialogCloseIcon {
    display:none;
}

.cayuga .loginScreen {
    box-shadow:10px 10px 10px #666;
    border: 0;
    position: relative;
}

.cayuga .loginScreen_underlay {
    background: url('img/hg.jpg') no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    font-family: arial;
    opacity: 1;
}

#loginUserInput, #loginPassInput{ width: 150px;}


.cayuga .loginScreen .dijitDialogTitleBar{
    background: transparent;
    height: 23px;
    padding: 0;
}

.cayuga .loginScreen .dijitDialogTitleBar:hover{
    cursor: move;
}


.cayuga .loginScreen .dijitDialogPaneContent {
    background: transparent;
    position: relative;
    padding: 0;
    border: 0;
}
.cayuga .loginScreen .dijitDialogPaneContent:after {
    content: "";
    display: block;
    clear: both;
}

.cayuga .loginScreen .dijitDialogPaneContentArea {
    padding: 0;
    margin: 0;
    width: 100%;
}

.cayuga .loginScreen .dijitDialogPaneActionBar{
    z-index: 100;
    margin: 0 0 0 170px;
    padding: 0;
}

#loginUsernameField:after, #loginPasswordField:after {
    content: "";
    display: block;
    clear: both;
}

#loginFormPane {
    width: 240px;
    margin-top: 250px;
    margin-left: 30px;
}

#loginLoadingBar {
    margin-top: 250px;
    margin-left: 30px;
    margin-bottom: 68px;
    width: 100px;
    height: auto;
}

.show{
    display: block;
}

.hide{
    display: none;
}

.dijitDialogPaneActionBar .button{
    background: url('img/login-hook.png') no-repeat;
    background-size: contain;
    width: 70px;
    height: 35px;
    border:none;
}

.dijitDialogPaneActionBar .button:hover{ cursor: pointer;}


.loginInputLabel {
    float: left;
    
    line-height: 26px;
    font-size: 14px;
    color: #575859;
}

.loginInputField {
    float: right;
    margin-left: 10px;
}

.dijitReset.dijitInputInner{
    width: 210px;
}

#loginPasswordField {
    margin-top: 5px;
}

#loginFreespace {
    height: 185px;
}

#loginCopyrightLabel {
    position: absolute;
    bottom: 15px;
    margin-left: 30px;
    line-height: 26px;
    font-size: 14px;
    color: #575859;
}

.dijitDialog{
    box-shadow:10px 10px 10px #666;
}
