body{
  background: #F3F5F7 !important;
}
fieldset {
    border-width: 2px !important;
    border-style: groove!important;
    border-color: threedface!important;
    border-image: initial!important;
    padding: 10px !important;
}
.btn {
    border-radius: 0px !important;
    padding: 3px 20px !important;
}
.form-control {
    border-radius: 0px !important;
    padding: 3px 10px !important;
    height: 35px !important;
  }
  hr.invLine {
    margin-top: 5px;
    margin-bottom: 5px;
}
a.navbar-brand {
    padding: 0px;
}
.header-box{
  background: #2A3042;
  height: 65px;
}
.inner-box {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 4px 1px #e1e1e1;
    padding: 10px;
}
.head_title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}
.inner-box a.btn.btn-warning {
    width: 100%;
}
.login-panel {
    background: #fff;
    box-shadow: 0px 0px 4px 1px #e1e1e1;
    border-radius: 6px;
    width: 400px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    text-align: center;
}
.logoBox {
    background-image: linear-gradient(to right, #0079e0 , #30C3F8);
    height: 150px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    margin-bottom: 30px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.logoBox span {
    position: relative;
    top: 25%;
}
.logoBox img {
    width: 250px;
}
.formBox {
    padding: 10px;
}
.btn-primary{
  background: #30C3F8 !important;
  border-color: #30C3F8 !important;
}
.btn-primary:hover{
  background: #0079e0 !important;
}
