/* 
    Document   : login_style
    Created on : Dec 4, 2015, 4:17:23 PM
    Author     : SLV HP i3
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.form {
    margin-top: 35px;
   background-color: #003e58  !important;
}
.form-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    background: #444;
    background: rgba(255, 255, 255, 0.1);
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 10px 10px 0 0;
    text-align: left;
    
}
.form-top-left {
    float: left;
    width: 75%;
    padding-top: 25px;
}
.form-top-right {
    float: left;
    width: 25%;
    padding-top: 5px;
    font-size: 66px;
    color: #fff;
    line-height: 100px;
    text-align: right;
    opacity: 0.3;
}
.form-bottom {
    padding: 25px 25px 40px 25px;
    background: #444;
     background: rgba(255, 255, 255, 0.1);
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 10px 10px;
    text-align: left;
}
.form-top-left h3 {
    margin-top: 0;
    color: #fff;
}
.form-top-left p {
    opacity: 0.8;
    color: #fff;
}