* {
  font-family: 'Montserrat', sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url('/mms_login/static/images/bg_login.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar a {
  cursor: pointer !important;
}

.device-search-group {
  width: 150px;
  display: inline-block;
}

.device-search-input {
  width: calc( 100% - 700px ) !important;
  display: inline-block;
}

.application-search-input {
  width: calc( 100% - 170px ) !important;
  display: inline-block;
}

.device-search-buttons {
  display: inline-block;
}

.configurations-search-input {
  width: calc( 100% - 170px ) !important;
  display: inline-block;
}

.configuration-hint {
  color: #a0a0a0;
}

.field-hint {
  color: #888;
  font-size: 13px;
  margin: 5px 0 15px 0;
}

.field-warning {
  color: red;
  font-size: 13px;
  margin: 2px 0 5px 0;
}

.device-indicator {
  width: 10px;
  margin-top: 3px;
}

.alert {
  position: fixed;
  width: 400px;
  bottom: 5px;
  margin-bottom: 0px !important;
  left: 5px;
  z-index: 1000;
}

.configurations-search-buttons {
  display: inline-block;
}

.login-min-height {
  min-height: 225px !important;
}

.navbar-nav > li > a {
  padding-bottom: 0px !important;
}

.header {
  height: 50px;
  background-color: #101010;
  color: #FFF !important;
  height: 61px !important;
  border: none !important;
}

.navbar-nav .expiry-warning {
  font-weight: bold !important;
  color: yellow !important;
}

.login{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login .form-container{
  width: 1040px;
  height: 576px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px 0 rgba(20,42,74,.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.login .form-container .left-side{
  flex: 1;
  width: 560px;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #ffffff;
}

.login .form-container .right-side{
  width: 480px;
  height: 100%; 
  padding: 24px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.login .form-container .right-side .form{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.login .form-container .right-side .form .form-group{
  position: relative;
  margin-bottom: 24px !important;
}

.eye-icon{
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-10%);
  cursor: pointer;
}

.login .form-container .right-side .logo{
  text-align: center;
}
.login .form-container .right-side .logo img{
  height: 64px;
}

.login .form-container .left-side .logo{
  height: 100%;
}
.login .form-container .left-side .logo img{
  height: 100%;
}


.login .form-container .form-group .form-label{
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  color: #262626;
}
.login .form-container .form-group .form-label span{
  color: #ED1C24;
}

.login-btn{
  width: 100%;
  padding: 12px 32px;
  border-radius: 4px;
  background:#ED1C24;
  color: rgba(0, 186, 238, 1) !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  border: none;
  cursor: pointer;
  margin-top: 40px;
}

.login button[disabled]{
  opacity: 0.5 !important;
}

.login-options {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #005AA9;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
.remember-me label{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.remember-me label input{
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 0;
}

.forgot-pw{
  text-decoration: underline;
}

.header .logo-text {
  margin-top: 10px;
  padding-left: 15px;
  color: #afd0df;
  font-size: 20px;
}

.header .logo-text a:hover {
  text-decoration: none;
  color: #d0e3eb !important;
}

.header a {
  color: #ffffff !important;
}
.header .custom-header-dropdown{
  cursor: pointer !important;
}
.header .open .dropdown-menu, .tab-content .dropdown-menu {
  width: 200px;
  min-width: max-content;
  background-color: #fff !important;
  border: none;
  top: 50px;
  right: 10px;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  border-radius: 8px;
  padding: 0 !important;
  overflow: hidden;
  z-index: 1;
}

.header .open .dropdown-menu a, .tab-content .dropdown-menu a{
  padding: 16px !important;
  color: #101010 !important;
}
.header .open .dropdown-menu a:hover, .tab-content .dropdown-menu a:hover  {
  background: #f2f2f2 !important;
}

.content-wrapper {
  padding: 70px 0px 0px 0px;
  height: 100%;
}

.form-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100vh;
  padding: 40px 0;
}

.footer-info {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  grid-gap: 2.5rem;
  gap: 2.5rem;
}
.footer-info div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.footer-info span{
  font-size: .875rem;
  color: rgba(0, 90, 169, 1);
}

.form-body {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}