body {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    position: relative;
    min-height: 100vh;
    background-image: url('../images/bg.png');
    background-position: center;
}

.header {
    background-color: #fcfcfc;
    border-color: #e7e7e7;
    height: 75px;
    border-radius: 0px;

}



@media only screen and (max-width: 768px){
    .header {
        height: 100px;

    }

    .round-logo{
        position: relative;
        top: -50px;
    }
}

.right{
    float: right;
}
.form-col{
    position: relative;
    top: 130px;
    max-width: 310px;
    margin: auto;

}

@media only screen and (max-width: 768px){
    .form-col{
        max-width: 100%;
        top: 45px;
    }
}

@media only screen and (max-width: 992px){
    .form-col{
       margin: auto;
    }
}



.login-form {
  padding: 15px;
    margin-bottom: 0;
    background-color: #FCFCFC;
    border-color: #E5E5E5;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: none;
    overflow: hidden;
}
.form-header{
    background: #ED6622;
    text-align: center;
    color: #fff;
    border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    padding: 10px;
    font-size: 15px;
    font-weight: 600
}
.form-control {
    padding: 7px 9px 8px 9px;
    font-size: 12px;
    border-color: #ddd;
    box-shadow: none;
    border-radius: 0;
}

.login-btn{
    background-color:#1e398d !important;
    border-color: #1e398d !important;
    color: #fff !important;
    border-radius: 0px;
    float: right;
    font-weight: 600;
    font-size: 12px;
    padding: 7px 16px 8px 16px;
}

.login-btn: hover{
    background-color:#0075bf !important;
    border-color: #0075bf !important;
    color: #fff;
    border-radius: 0px;
    color: #fff;
}

.btn > i {
    float: left;
    margin: 4px 6px 0 -4px;
}

.icon-menu2::before {
    content: "\e167";
}

 .form-control-icon {
   float: right;
    top: -21px;
    position: relative;
    right: 5px;
    color: #999;

}

.new_user{
    font-size: 12px;
    font-weight: 600;
    color: #1e398d;
    position: relative;
    top: 10px;
    left: 5px;
    text-decoration: none;
}

.login-logo{
	max-width: 180px;
	/*margin-top: -13px;*/
}

.scroll-table {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}