body{
  background-image: url(../images/bckLoginBlur.jpg);
  font-family: 'Open Sans', sans-serif;
}

.rbs-logospace{
  background: url(../images/logo-fr.png) no-repeat center center;
  width: 100%;
  height: 80px;
}

.rbs-logospace img{
  display: none;
}

.rbs-loginWrapper{
    width: 80%!important;
    max-width: 500px;
    padding: 0;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}

.rbs-logo{
   border:none;  
}

.rbs-loginWrapper .rbs-loginBody{
  padding:20px;
  display: table;
  width:100%;
  height:500px;
  opacity: 1;
  border-radius:0;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  box-shadow: none;
}
.rbs-loginRealContent{
  padding:30px;
  display: table-cell;
  box-sizing:border-box;
}

.rbs-loginBeautify{
  background: url(../images/bckLogin.jpg) no-repeat center center; 
  display: table-cell;
  vertical-align: middle;
  width:60%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}

.rbs-loginBeautifyContainer {
    padding: 30px 50px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    z-index: 1;
    width:90%;
    margin: 0 auto;
}

.floating-label input {
  font-size: 16px;
  padding: 0px 8px 0px;
  height: 56px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-left: solid 5px rgba(0, 0, 0, 0.1);
  width: 100%;
  box-sizing: border-box;
  transition: all .3s linear;
}

.floating-label input:focus {
  border-color: #3D5E7B;
  outline: 0;
}

.floating-label {
  position: relative;
  margin-bottom:20px;
}

.floating-label label {
  font-size: 1.2em;
  opacity: .8;
  font-weight: 400;
  position: absolute;
  top: calc(50% - 10px);
  left: 12px;
  opacity: 0;
  transition: all .3s ease;
}
.floating-label input:not(:placeholder-shown) {
  padding: 28px 8px 5px;
}
.floating-label input:not(:placeholder-shown) + label {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: .7;
}

.rbs-loginForm .checkbox{
    margin-bottom: 20px;
}

.pacific-bootstrap .btn.btn-primary{
  background:#3D5E7B;
}

.pacific-bootstrap .btn.btn-primary:hover, .pacific-bootstrap .btn-primary:focus, .pacific-bootstrap .btn-primary.disabled, .pacific-bootstrap .btn-primary:disabled{
  background:#1c466b!important;
}

/* FOOTER */
.rbs-loginFooter{
   padding: 10px 0 5px;
   background: #f1f1f1;
}

.rbs-languageChoice{
   margin-top:0;
}

/* UTILITY */
.center{
   margin: 0;
   position: absolute;
   bottom: 50%;
   right: 50%;
   transform: translate(50%, 50%);
   -ms-transform: translate(50%, 50%);
}

/* CHECKBOX */
/* The container */
.checkboxContainer {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkboxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 2px;
    border: solid 1px #3d5d7b;
}

/* On mouse-over, add a grey background color */
.checkboxContainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkboxContainer input:checked ~ .checkmark {
  background-color: #3d5d7b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkboxContainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkboxContainer .checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 1024px) {
   .rbs-loginBeautify{
      display: none;
   }
   .rbs-loginWrapper {
     margin-top:25px;
      width: 90%!important;
      max-width: 500px;
   }

   .rbs-loginWrapper .rbs-loginBody{
      border-top-right-radius:5px;
   }
}