/* Add here all your css styles (customizations) */

.RSM_login-bg {
    background: url("../assets/img/login_bg.jpg") no-repeat;
    width: 100%;
    height: 382px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0px 0px;
    background-color: #FFFFFF;
    margin-top: 0px;
}

.RSM_login-topgrey {/* RSM */
	background-image: url("../assets/img/green_line2.jpg");
    background-repeat: no-repeat;
    background-position: top left;
}


.RSM_logo {/* RSM */
	background-color: #FFFFFF;
    border-top: 6px solid #399c4e;
}

.RSM_top-grey {/* RSM */
	background-image: url("../assets/img/green_line.jpg");
    background-repeat: no-repeat;
    background-position: top left;
}

.RSM_header_line {
    position: fixed;
    top: 0;
    width: 100%;
    background: linear-gradient(to right, #008b00 0%, #008b00 30%, #1e90ff 74%, #1e90ff 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 8px;
    z-index: 200;
}

.RSM_shadow {
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
}

.RSM_header {
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 0;
}

 
  
  @media (max-width: 622px){
.RSM_header {
    position: absolute;
    margin: 0px 0px 0px 65px;
    padding-top: 6px !important;
}
.g-pt-35 {
   padding-top: 1.6rem !important;
}
  }



.g-bg-green {
  background-color: #49a234 !important;
}

.g-bg-green--hover:hover {
  background-color: #49a234 !important;
}

.g-bg-green--active.active {
  background-color: #49a234 !important;
}

.g-bg-green--disabled:disabled {
  background-color: #49a234 !important;
}

.g-brd-grey {
  border-color: #65666A !important;
}

.u-footer-logo {
  width: 150px;
  height: 27px;
}

.RSM_close_button {
  position: absolute;
  float: right;
  top: 15px;
  right: 40px;
  width: 0.85714rem;
  height: 0.85714rem;
  line-height: 0.85714rem;
  background-color: transparent;
  font-weight: 300;
  font-size: 1.71429rem;
  color: #fff;
  border-radius: 0;
}

.g-bg-fmg {
  background-color: #49a234 !important;
}

.g-bg-accountserve {
  background-color: #009ADA !important;
}

.g-bg-payrollserve {
  background-color: #e84a37 !important;
}
