body {
font-family: 'Poppins', sans-serif;
  color: #444444;
  overflow-x: hidden;
}

a {
  color: #2487ce;
  text-decoration: none;
}

a:hover {
  color: #469fdf;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Poppins', sans-serif;
font-weight: 600;
}
.login-container{
    margin-top: 5%;
    margin-bottom: 5%;
}

.login-form-1 h3{
    text-align: center;
    color: #333;
}
.login-form-2{
    padding: 5%;
    background: #182b4c;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-2 h3{
    text-align: center;
    color: #fff;
}
.login-container form{
    padding: 5%;
}
.btnSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    border: none;
    cursor: pointer;
}
.login-form-1 .btnSubmit{
    font-weight: 600;
    color: #fff;
    background-color: #0062cc;
}
.login-form-2 .btnSubmit{
    font-weight: 600;
    color: #0062cc;
    background-color: #fff;
}
.login-form-2 .ForgetPwd{
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.login-form-1 .ForgetPwd{
    color: #0062cc;
    font-weight: 600;
    text-decoration: none;
}
.ribbon {
    position: absolute;
    top: 20px;
    right: -5px;
    padding: 15px;
}
.ribbon-content{
    position: relative; 
    width: 100%; 
    height: 100px; 
    background: #f1f1f1; 
    border: 1px solid #DDD;    
}
.ribbon.base {
    background: #333;
    color: #fff;
    border-right: 5px solid #222;
}
.ribbon.light {
    background: #ecf0f1;
    color: #2c3e50;
    border-right: 5px solid #dde4e6;
}
.ribbon.dark {
    background: #131313;
    color: #fff;
    border-right: 5px solid #464646;
}
.ribbon.base-alt {
    background: #9cd70e;
    color: #fff;
    border-right: 5px solid #c6f457;
}
.ribbon.red {
    background: #e91b23;
    color: #fff;
    border-right: 5px solid #f2787d;
}
.ribbon.orange {
    background: #ff8a3c;
    color: #fff;
    border-right: 5px solid #ffc7a2;
}
.ribbon.yellow {
    background: #ffd800;
    color: #fff;
    border-right: 5px solid #ffe866;
}
.ribbon:before, .ribbon:after {
    content: '';
    position: absolute;
    left: -9px;
    border-left: 10px solid transparent;
}
.ribbon:before {
    top: 0;
}
.ribbon:after {
    bottom: 0;
}
.ribbon.base:before {
    border-top: 27px solid #333;
}
.ribbon.base:after {
    border-bottom: 27px solid #333;
}
.ribbon.light:before {
    border-top: 27px solid #ecf0f1;
}
.ribbon.light:after {
    border-bottom: 27px solid #ecf0f1;
}
.ribbon.dark:before {
    border-top: 27px solid #131313;
}
.ribbon.dark:after {
    border-bottom: 27px solid #131313;
}
.ribbon.base-alt:before {
    border-top: 27px solid #9cd70e;
}
.ribbon.base-alt:after {
    border-bottom: 27px solid #9cd70e;
}
.ribbon.red:before {
    border-top: 27px solid #e91b23;
}
.ribbon.red:after {
    border-bottom: 27px solid #e91b23;
}
.ribbon.orange:before {
    border-top: 27px solid #ff8a3c;
}
.ribbon.orange:after {
    border-bottom: 27px solid #ff8a3c;
}
.ribbon.yellow:before {
    border-top: 27px solid #ffd800;
}
.ribbon.yellow:after {
    border-bottom: 27px solid #ffd800;
}
.ribbon span {
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.card a h6
{
  background: #ff7214;
  padding: 10px;
  text-decoration: none;
  color: #fff;
  border-radius: 7px;
  
}
.card a
{
  text-decoration: none!important;
}
.card a img
{
width: 100%;
margin-bottom: 10px;
}
.data-sheet h3 a
{
  background: #333;
  padding: 10px;
  font-size: 20px;
  width: 100%;
  color: #fff;
}
.comp-logo
{
display: flex;
flex-direction: row;
justify-content: center;
text-align: center;
align-self: center !important;
}
.comp-logo img
{
  width: 270px;
  height: 100px;
  object-fit: contain;
}
.login-form-2 .form-control
{
  border-radius: 0px;
  box-shadow: none;
  height: 50px;
}
.login-form-2 .input-group-text
{
  padding: 12px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.submit
{
  background: #ec1c2a!important;
  border-color: #ec1c2a!important;
  box-shadow: none!important;
  text-transform: uppercase;
}
@media only screen and (max-width: 500px) {
 .comp-logo img
{
  width: 170px;
  height: 60px;
  object-fit: contain;
}
}
.top-bar
{
    padding: 10px 0px;
    background: #182b4c;
}
.top-bar p
{
    margin: 0px;
}
.log-out
{
    color: #fff!important;
    background: #ec1c2a;
    padding: 5px 20px;
    border-radius: 3px;
}
.btn-outline-info
{
    color: #ec1c2a;
border-color: #ec1c2a;
box-shadow: none!important;
}
.btn-outline-info:hover {
 color:#fff;
 background-color:#ec1c2a;
 border-color:#ec1c2a
}
.copy-right
{
    margin-top: 140px;
}
.tables p
{margin: 0px; margin-top: 7px; font-weight: 200;}
.tables h2
{
    font-weight: 400;
    font-size: 25px;
}
.tables .table td:first-child
{
    width: 85%;
}
@media only screen and (max-width: 1199px) {
.tables .btn-outline-info
{font-size: 12px!important;}
.tables .table td:first-child
{
    width: 75%;
}
}
@media only screen and (max-width: 767px) {
.tables .btn-outline-info
{font-size: 12px!important;}
.tables .table td:first-child
{
    width: 65%;
}
}