
body {
    padding-top: 40px;
    padding-bottom: 80px;
    background: url('/contents/image/v1/site/relybg.png') top -130px center no-repeat,linear-gradient(to bottom,#003eaa 40%,#004ec2 60%,#0060df 80%,#0080ff 90%,#00c7ff 100%) !important;
    /*background: url(/contents/image/v1/site/relybg.png) top -130px center no-repeat,linear-gradient(to bottom,#4b70b2 40%,#376cbc 60%,#6795d2 80%,#3080d0 90%,#00c7ff 100%) !important;
    /*background-color:#007C9D !important;*/
    /*color: #000;*/
    font-size: 13px;
    line-height: 22px;

    /*margin-top: 40px;
     background: -webkit-linear-gradient(top,#003eaa,#004ec2) !important;
     background: linear-gradient(to bottom,#003eaa,#004ec2)!important;*/
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 50px;
    padding-bottom: 20px;
    /*background-color: #EEE;*/
    /*background-color:#f2f4f8;*/
    /*border-radius: 2px;*/
  
    background: rgba(255,255,255,0.7);
    /*padding: 30px 40px;*/
}

    .form-signin .form-signin-heading,
    .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        /*border-radius: 2px;*/
        padding: 8px 7px 5px;
        box-shadow: 0 0 3px rgba(0,0,0,0.1) inset;
        border: 1px solid #c1c1c1;
        font-size: 16px;
        color: #333;
        font-family: 'Segoe UI';
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="username"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .form-signin input[type="hospital"] {
        margin-bottom: 10px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }


.forgot-password {
    max-width: 330px;
    padding: 15px;
    margin: auto;
}
