﻿html {
  height: 100%;
}
body {
  background: #0e1428;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, Times, serif;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.main-content {
  position: relative;
  box-shadow: 0px 0px 20px 0px #090D14;
  padding: 0;
  background: #fff;
  border-radius: 10px;
}
.loader {
  margin: 0 auto;
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 90px;
  height: 90px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.changepassword-content {
  top: 250px;
  padding: 0;
  background: #fff;
  border-radius: 10px;
}
.changepassword-content .logo {
  background-size: 45%;
}
.changepassword-content .normaltxt {
  width: 100%;
  height: 45px;
  padding-left: 15px;
  border-radius: 5px;
  font-weight: 500;
}
.logoportal {
  height: 70px;
  background-image: url(images/rambase-logo-light.svg);
  background-position: 10px 10px;
  background-repeat: no-repeat;
  background-color: #454545;
  background-size: 27%;
}
.portaltitle {
  height: 40px;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  background-color: #5e5e5e;
  background-size: 27%;
}
.portalheader {
  display: flex;
  margin: 0 40px;
}
.portalheader .logo {
  height: 90px;
  background-image: url(images/rambase-logo-dark.svg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 66%;
  width: 100%;
}
.portalheader .title {
  background-repeat: no-repeat;
  font-size: 13px;
  padding: 33px 15px 0px 6px;
  font-weight: 700;
  color: white;
  width: 60px;
}
.portalheader .title span {
  background: #ff9128;
  border-radius: 4px;
  padding: 3px 9px 4px 9px;
  color: #454545;
}
/*.portalheader {
	display: flex;
	height: 56px;
	background: #454545;
}

	.portalheader .logo {
		background-image: url(images/rambase-logo-light.svg);
		background-position: 15px 18px;
		background-repeat: no-repeat;
		background-size: 57%;
		height: 56px;
		width: 100%;
	}

	.portalheader .title {
		background-repeat: no-repeat;
		font-size: 13px;
		padding: 19px 15px 0px 16px;
		font-weight: 700;
		color: white;
		width: 98px;
	}

	.portalheader .title span {
		background: #ff9128;
		border-radius: 4px;
		padding: 3px 9px 4px 9px;
		color: #454545;
	}*/
.logoportal img {
  width: 300px;
  padding-top: 22px;
  padding-left: 31px;
  float: left;
}
.logo {
  height: 90px;
  background-image: url(images/rambase-logo-dark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 56%;
}
.logo img {
  width: 300px;
  padding-top: 22px;
  padding-left: 31px;
  float: left;
}
.login-container {
  background: #fff;
  border-radius: 0px 0px 10px 10px;
}
.login-controls {
  opacity: 1;
  overflow: hidden;
}
label {
  color: white;
  font-size: large;
}
input {
  border: none;
  font-size: 20px;
  outline: 0;
  -webkit-appearance: none;
  background: #2D384C19;
}
image {
  float: right;
  display: block;
  margin-top: 7px;
}
select {
  border: 1px solid #ccc;
  -moz-border-radius: 7px;
  -webkit-border-radius: 2px;
  border-radius: 4px;
  -moz-box-shadow: 2px 2px 3px #666;
  font-size: 15px;
  padding: 10px 10px;
  outline: 0;
  width: 100%;
  color: #2D384C;
}
input.rounded:focus {
  border-color: #339933;
}
input[type=submit] {
  color: white;
  cursor: pointer;
}
a {
  text-decoration: none;
  color: #2D384c;
}
a:hover {
  color: #F35800 !important;
  text-decoration: none;
}
.otpSelectionDropdown {
  background-color: white;
  width: 110px;
  padding: 5px;
  box-shadow: 2px 2px 3px #66666694;
  z-index: 100;
  position: absolute;
  right: 40px;
  margin-top: -32px;
  border: #cccccc;
  border-style: solid;
  border-width: 1px;
  visibility: hidden;
  border-radius: 4px;
}
.otpSelectionDropdown a {
  padding-left: 11px;
  line-height: 34px;
}
.inputarea .keyicon {
  position: absolute;
  margin-top: 22px;
  margin-left: 9px;
  color: #a8a8a9;
  font-size: 19px;
}
.otploginbutton {
  margin-right: 3px;
  margin-top: 15px;
}
.otpsettings {
  position: absolute;
  margin-top: 18px;
  margin-left: -36px;
  font-style: normal;
  font-size: 14px;
  right: 60px;
  top: 180px;
  background: #2D384C;
  border-radius: 3px;
}
.titleheader {
  text-align: center;
  margin: 10px 30px 40px 30px;
}
.titleheader label {
  font-size: 18px;
  color: #F35800;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px;
}
.forgotdes {
  font-size: 14px;
}
.normaltxt {
  width: 100%;
  height: 60px;
  padding-left: 50px;
  border: 1px solid #2D384C66;
  border-radius: 5px;
  background-color: #EAEBED !important;
  color: #2D384C;
}
.actButton {
  background: #F35800;
  font-weight: 600;
  font-size: 18px;
  border-radius: 5px;
  height: 42px;
  padding: 8px 25px 10px 25px;
  box-shadow: 0px 3px 3px 0px #c5c5c5;
  transition: box-shadow 0.3s ease-in;
}
.actButton a {
  color: white !important;
}
.actButton:hover {
  box-shadow: 1px 4px 9px 0px #6b6b6b;
  transition: box-shadow 0.3s ease-in-out;
}
.inputarea {
  margin: 20px 40px;
}
input {
  height: 37px;
  font-size: 15px;
}
.userdetails {
  margin-bottom: 20px;
}
.selectsystem {
  margin-bottom: 20px;
}
.selectsystem input {
  font-weight: 500;
  padding-left: 15px;
}
.textinputrow {
  margin-bottom: 14px;
  min-height: 30px;
}
::-webkit-input-placeholder {
  color: #a8a8a9;
  font-size: 15px;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #a8a8a9;
  font-size: 15px;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #a8a8a9;
  font-size: 15px;
}
:-ms-input-placeholder {
  color: #a8a8a9;
  font-size: 15px;
}
.logoutreason {
  font-weight: bold;
  background-color: #FEE9DE;
  padding: 10px 16px;
  margin: 15px 0;
  text-align: center;
}
.loginerror {
  background-color: #FEE9DE;
  display: flex;
  padding: 10px 16px;
  margin: 15px 0;
}
.loginerror .error-icon {
  color: #2D384C;
  font-size: 23px;
  min-width: 40px;
  align-self: center;
  opacity: 0.5;
}
.loginerror .error-message {
  color: #2D384C;
  align-self: center;
}
.loginerror .error-message .error-title {
  font-weight: bold;
  color: #2D384C;
}
.loginsuccess {
  background-color: #DEFEDF;
  display: flex;
  padding: 10px 16px;
  margin: 20px 0;
}
.loginsuccess .success-icon {
  color: #2D384C;
  font-size: 23px;
  min-width: 40px;
  align-self: center;
  opacity: 0.5;
}
.loginsuccess .success-message {
  color: #2D384C;
  align-self: center;
}
.loginsuccess .success-message .success-title {
  font-weight: bold;
  color: #2D384C;
  text-transform: uppercase;
}
.loginsuccess .success-message label {
  color: #2D384C;
  font-size: 13px;
  font-weight: 500;
  margin-top: 5px;
}
i.patch {
  padding: 8px 0px 0px 0px;
}
span#lblErrorbold,
span.lblErrorbold {
  font-weight: bold;
  color: #2D384C;
  padding-right: 6px;
  padding-top: 15px;
}
.systemlogin {
  margin: 0 45px;
  text-align: center;
  padding-top: 20px;
}
span.pidlabel {
  font-weight: bold;
  font-size: 19px;
  background: #d4d8e0;
  padding: 2px 11px;
  border-radius: 4px;
  line-height: 29px;
}
/* centered columns styles */
.row-centered {
  text-align: center;
}
.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
}
.inputicon {
  position: absolute;
  margin-top: 16px;
  margin-left: 9px;
  margin-right: 10px;
  color: #BFC3C9;
  font-size: 25px;
}
/*Responsive*/
@media (min-width: 768px) {
  .main-content {
    max-width: 490px;
    top: 50px;
  }
  .changepassword-content {
    top: 20px;
  }
}
@media (max-width: 667px) {
  .main-content {
    top: 10px;
  }
  .changepassword-content {
    top: 10px;
  }
}
@media (max-width: 768px) {
  .main-content {
    margin-top: 40px;
  }
  .changepassword-content {
    top: 20px;
    max-width: 590px;
  }
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  margin: 0px;
  padding: 0px;
}
/*IE Warning */
.ie-warning {
  padding-top: 120px;
  display: none;
}
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ie-warning-container {
    display: block;
  }
  .ie-warning {
    padding-top: 15px;
  }
  .ie-warning-container {
    display: block;
  }
}
.ie-warning-container img {
  position: relative !important;
  float: none !important;
  margin: auto !important;
}
.ie-warning .small {
  color: #2D384C !important;
}
.ie-warning .messagetitle {
  font-size: 20px;
  color: #2D384C;
}
.messagetitle .small {
  font-size: 13px !important;
}
.button {
  cursor: pointer;
  border: 1px solid #d7dada;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  max-width: 95px;
  font-weight: bold;
  color: #000;
  background-color: #f4f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
  background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
  background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
  background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
  background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
  background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f4f5f5, endColorstr=#dfdddd);
  margin-top: 15px;
}
.button:hover {
  border: 1px solid #bfc4c4;
  background-color: #d9dddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
  background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
  background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
  background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
  background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
  background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#d9dddd, endColorstr=#c6c3c3);
}
.button-secondary {
  cursor: pointer;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  max-width: 95px;
  font-weight: bold;
  color: #FFF;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f4f5f5, endColorstr=#dfdddd);
  margin-top: 15px;
}
label {
  display: block;
  margin: 20px 0 0;
}
.showhideinput {
  position: absolute;
  left: -999em;
}
.expandedinfo {
  color: white;
  padding: 20px 0 10px 0;
  max-width: 670px;
  margin: auto;
  font-size: 13px;
  min-width: 300px;
}
label[for=element-toggle] {
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s ease;
  margin: auto;
  margin-top: 20px;
}
#element-toggle {
  display: none;
  overflow: hidden;
  transition: all 0.5s ease;
}
#element-toggle:not(:checked) ~ #toggled-element {
  display: none;
}
.seperation {
  align-items: center;
  max-width: 150px;
  margin: 0 auto;
  padding: 10px 0;
  font-weight: 500;
  color: #bfc3c9;
}
.seperation hr {
  display: flex;
  background: #dcdcdc;
  width: 50px;
  height: 1px;
}
.loginaction {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
.loginaction div {
  width: 100%;
  display: flex;
  justify-content: center;
}
.loginfooter {
  text-align: center;
  margin: 15px 0 25px 0;
  opacity: 0.6;
}
.loginfooter a {
  color: #2D384C;
  font-weight: 400;
  padding: 0px 10px;
}
.ms-login {
  background-image: url(images/ms-login.svg);
  background-repeat: no-repeat;
  height: 36px;
  width: 190px;
  cursor: pointer;
  background-size: contain;
}
.ms-login input {
  display: none;
}
.username {
  margin: 10px 40px;
  font-size: 15px;
}
@media (max-width: 500px) {
  .username,
  .forgotdes {
    color: #fff;
  }
  .userdetails {
    color: #fff;
  }
  .container {
    margin-top: 30px;
  }
  .main-content {
    box-shadow: none;
    background: none;
  }
  .login-container {
    background: none;
  }
  .loginaction {
    margin: 30px 0;
  }
  .logo {
    height: 90px;
    background-image: url(images/rambase-logo-light.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 66%;
    width: 100%;
  }
  .pidlabel {
    color: #2D384C;
  }
  .loginfooter {
    color: white;
  }
  .loginfooter a {
    color: white;
  }
  .checkbox_container {
    color: white !important;
  }
  input[type=submit] {
    box-shadow: none;
  }
  .changepassword-content a,
  .changepassword-content span {
    color: #2D384C;
  }
  .portalheader {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .portalheader .logo {
    height: 50px;
    background-image: url(images/rambase-logo-light.svg);
    background-position: center;
    background-size: 85%;
  }
  .portalheader .title {
    width: 100%;
    text-align: center;
    padding: 0px;
  }
}
.changemode {
  position: absolute;
  margin-top: 35px;
  margin-left: -45px;
  font-style: normal;
  font-size: 13px;
  right: 53px;
  top: 145px;
}
.login_checkbox {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.login_checkbox label {
  font-size: 12px;
  margin: 5px 0;
  color: #2D384C;
  padding-left: 10px;
}
.login_checkbox input {
  width: 20px;
  height: 20px;
}
/* The container */
.checkbox_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #2D384C;
  font-weight: 500;
  font-size: 14px;
}
/* Hide the browser's default checkbox */
.checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 22px;
  width: 22px;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  border: 3px solid #ccc;
  border-radius: 5px;
}
/* On mouse-over, add a grey background color */
/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked ~ .checkmark {
  border: 3px solid #F35800;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.checkbox_container .checkmark:after {
  left: 5px;
  top: 2px;
  width: 7px;
  height: 11px;
  border: solid #F35800;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*Maintenance*/
.maintenance_container {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: calc(100% - 90px);
  z-index: 1;
  border-radius: 0 0 10px 10px;
  font-size: 16px;
  text-align: center;
  padding-top: 40px;
}
.maintenance_container span {
  font-size: 20px;
  font-weight: bold;
}
.maintenance_container .img {
  height: 140px;
  background-image: url(images/maintenance.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 27%;
  margin-bottom: 10px;
}
.maintenance_container .text {
  background: rgba(255, 255, 255, 0.7);
}
.external-link {
  padding-top: 20px;
  font-size: 13px;
}
.external-link a {
  text-decoration: underline;
  line-height: 22px;
}
.extra-banner {
  margin-top: 55px;
}
.extra-banner .rb-banner img {
  max-width: 490px;
  width: 100%;
  border-radius: 14px;
}