body {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    position: relative;
    min-height: 100%;
    background-image: url('../images/new-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    overflow: auto;
}

.header {
    background-color: transparent;
    border-color: transparent;
    height: 90px;
    border-radius: 0px;

}

.round-logo{
        width:125px;
		position: relative;
		top:2px;
    }



@media only screen and (max-width: 768px){
    .header {
        height: 100px;

    }

    .round-logo{
        position: relative;
        top: -35px !important;
		width: 120px;
    }
}

.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: rgb(189, 59, 85);
    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:rgb(189, 59, 85) !important;
    border-color: rgb(189, 59, 85) !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:#5486dc !important;
    border-color: #5486dc !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;
}

.scroll-table{
	width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.logo-rgt{
	position: relative;
	width: 240px;
	top: 7px;
}

.text-col{
 color: #bd3b55;
    float: right;
    font-weight: bold;
    font-size: 40px;
    position: absolute;
    right: 10px;
    top: -20px;
    padding: 40px 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    text-align: right;
}
@media only screen and (max-width: 768px){
 .text-col{
  display:none;
 }
}


