﻿body {
}

#deep-login {
    position: relative;
    top: 180px;
    height: 200px;
    font-family:Rockwell,Courier Bold,Courier,Georgia,Times,Times New Roman,serif;
    color:#02f625;
}

    #deep-login span {
        position: relative;
        left: 540px;
    }

#lbl-username {
    position: relative;
    top: 40px;
    left: 440px;
    width:100px;
}

#txt-username {
    position: relative;
    top: 20px;
    left: 540px;
    width:175px;
}

#lbl-password {
    position: relative;
    top: 40px;
    left: 440px;
    width:100px;
}

#txt-password{
    position:relative;
    top: 20px;
    left: 540px;
    width:175px;
}

#btn-login{
    position:absolute;
    top:150px;
    left:550px;
     font-family:Rockwell,Courier Bold,Courier,Georgia,Times,Times New Roman,serif;
     width:55px
}

#btn-cancel{
    position:absolute;
    top:150px;
    left:610px;
    font-family:Rockwell,Courier Bold,Courier,Georgia,Times,Times New Roman,serif;
    width:60px
}

.btn-lgn{
    background-color:#02f625;
    color:#000000
}

.btn-cnc{
    background-color:#02f625;
    color:#000000
}
