/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 27, 2018, 4:21:24 PM
    Author     : jeanetteduran
*/
@charset "UTF-8";

@font-face {
  font-family: 'moblab';
  src: url("fonts/moblab/moblab.eot?#iefix") format("embedded-opentype"),
    url("fonts/moblab/moblab.woff") format("woff"),
    url("fonts/moblab/moblab.ttf") format("truetype"),
    url("fonts/moblab/moblab.svg#moblab") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Lato;
  src: url("fonts/Lato/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Lato;
  src: url("fonts/Lato/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto/Roboto-Light.woff2") format("woff2"),
    url("fonts/Roboto/Roboto-Light.woff") format("woff"),
    url("fonts/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
/*----------------MobLab Links--------------*/

a {
    color: #4386CB;
    text-decoration: none;
    border-bottom: 1px solid #4386CB;
    display: inline-block;
    position: relative;
}

a::after {
  border-bottom: 2px solid #ee2a49;
  width: 100%;
    transform: scale(0,1);
  transition: transform 420ms cubic-bezier(.4, 0, .2, 1);
  content: "";
  position: absolute;
        left: 0;
  bottom: -1px;
}

a:hover::after {
  transform: scale(1,1);
}

/*----------------Branding-----------------*/
.brandingContainer {
  color: #ee2a49;
}

.brandingSubText {
  margin-top: 4px;
  margin-left: 6px;
  font-size: 14px;
  color: #102037;
}

/*-------------Dialog Content--------------*/
.dialogContentContainer {
  max-width: 1280px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/*------------ Close Icon -----------------*/
.dialogCloseIcon {
  /* the default close icon for the dialog */
  font-size: 18px;
  z-index: 2;
  color: #47525D;
  background-color: white;
  height: 18px!important;
  width: 18px!important;
  border-radius: 50%;
  box-shadow: 0px 3px 1px -2px rgba(16, 32, 55, 0.2), 0px 2px 2px 0px rgba(16, 32, 55, 0.14), 0px 1px 5px 0px rgba(16, 32, 55, 0.12);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow;
  padding: 21px;
  display: flex;
  align-items: center;
  border: none;
}

.dialogCloseIcon:before {
  position:absolute;
  margin-left:-9px;
  content: "e";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'moblab';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dialogCloseIcon:hover, .dialogCloseIcon:active {
  color: #5d6c7a;
  box-shadow: 0px 5px 5px -3px rgba(16, 32, 55, 0.2), 0px 8px 10px 1px rgba(16, 32, 55, 0.14), 0px 3px 14px 2px rgba(16, 32, 55, 0.12);
  cursor: pointer;
}

/*---------- Reset Password Header --------*/
body#resetpassword{
  margin:0px!important;
  font-family: Roboto, sans-serif, Arial, Helvetica;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

#resetpassword .reset-header-div {
  text-align:center;
  position:relative;
  margin-top: 62px;
}

#resetpassword .reset-header-div::before {
  font-size: 75px;
  content: "\00A8";
  color: #1A5091;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'moblab';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#resetpassword .reset-header {
  height: auto;
  border-radius: 6px 6px 0 0;
  border: none;
  text-align: left;
}

#resetpassword .reset-header-text1 {
  margin-top: 20px;
  font-size: 36px;
  font-weight: 500;
  color: #1B2224;
}

#resetpassword .reset-header-text2 {
  color: #47525D;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 16px;
  margin-top: 20px;
}

.highlight{
    color:#1A5091;
}

/*--------- Container -------*/
#resetpassword .reset-container {
    max-width: 1140px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding: 0 24px;
}

/*---------- Submit ---------*/
#resetpassword .reset-btn-div {
    width: 100%;
    max-width: 350px;
    display:flex;
    align-items: center;
    height: 37px;

    margin: 10px 0;
}

#resetpassword .reset-btn-div input.template_submit{
    border: none;
    border-radius: 5px;
    background-color: #1A5091;
    box-shadow: inset 0px -4px 0px #1020373D;
    color: white;
    font-size: 18px;
    width: 175px;
    height: 32px;
    margin-bottom: 10px;
    margin-top: 0px;
    font-family: Roboto, sans-serif;
}

.returnLogin {
    font-family: Lato;
    font-size: 14px;
    height: 30px;
    margin-left: 54px;
}

#resetpassword .reset-btn-div input.template_submit:active {
    margin-top: 5px;
    box-shadow: none;
}

#resetpassword .reset-btn-div input[disabled].template_submit:active {
  margin-top: 0;
  box-shadow: none;
}
/*------------ a links----------*/
a {
    color: #EE2A49;
    border-bottom: 1px solid #EE2A49;
}

a.terms {
    color: #47525D;
    border-bottom: 1px solid #47525D;
}

a.terms:hover {
    color: #47525D;
    border-bottom: 2px solid #47525D;
    text-decoration: none;
}

a.terms::after {
    border-bottom: 2px solid #47525D;
}

#resetpassword .reset-reroute .reset-reroute-text a {
    text-decoration: none;
    color: #47525D;
    font-size: 16px;
    border-bottom: 1px solid #47525D;
}

#resetpassword .reset-reroute .reset-reroute-text a::after {
    border-bottom: 2px solid #47525D;
}

#returnLogin a:hover{
    color: #EE2A49;
    border-bottom: 2px solid #EE2A49;
    text-decoration: none;
}

a.loginLink {
    border-bottom: none;
}

a.loginLink::after {
    border-bottom: none;
}
/*---------- email form ----------*/

#resetpassword .reset-body {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

#resetpassword .reset-img {
    width:33%;
    object-fit: cover;  
}

#resetpassword .reset-img img {
  max-width:100%;
  height:auto;
  object-fit: cover;
  aspect-ratio: auto 232/335;
}

@media screen and (max-width: 800px) {
    #resetpassword .reset-img {
      display: none;
    }

    #resetpassword .reset-fields {
      width:100%!important;
    }

    #resetForm {
      padding-left:0px!important;
    }
}

#resetpassword .reset-fields {
    width: 66%;
    min-height:100%;
    align-items:center;
    display: flex;
}

#resetForm {
    display:flex;
    flex-direction:column;
    width:100%;
}

/*#resetpassword .reset-input-label {
    font-size: 14px;
    margin-bottom: 3px;
    width: 350px;
}

#resetpassword .reset-input-div input{
    height: 46px;
    font-size: 16px;
    width: 350px;
    border: 2px solid #e1e3e6;
    border-radius: 6px;
    padding-left: 10px;
    background-color: #FAFAFA;
}

#resetpassword .reset-input-div input::placeholder {
    color: #C9C9C9;
}


#resetpassword .reset-input-div input:focus{
    border: 1px solid #1A5091;
    background-color: white;
}*/

#resetpassword .default-input-div {
    margin-bottom: 12px;
}

#resetpassword .reset-username-input.emailSentTo {
    color: #808080;
}

#resetpassword .reset-reroute {
    width: 100%;
    max-width: 300px;
    margin-top: 10px;
    text-align:left;
    float: left;
    font-weight: 400;
}

#resetpassword .reset-reroute .reset-reroute-text {
    margin-bottom: 7px;
    color: black;
    font-size: 16px;
}

/*----------- rights---------*/

.rightsCont {
  width: 100%;
  padding: 0 24px;
  margin-bottom: 5px;
}

.rights {
    color: #47525D;
    font-size: 12px;
    width: 100%;
    margin: auto;
    text-align: center;
}

.rights span {
    color: #47525D;
}

#resetpassword .reset-error-message {
    width: 100%;
    max-width: 250px;
    border: 1px solid red;
    padding: 10px;
    margin-left: calc(50% - 135px);
    margin-left: -moz-calc(50% - 135px);
    margin-left: -webkit-calc(50% - 135px);
    margin-bottom: 30px;
    text-align: center;
}

#resetPassword #resetUsername.invalidEmail {
    border: 2px solid #1A5091;
}

#resetpassword .tooltip-inner {
    background-color: #1A5091;
    max-width: 350px;
    width: 100%;
}

#resetpassword .tooltip.top {
    opacity:1;
}

#resetpassword .tooltip-arrow {
    border-top-color: #1A5091;
}



.lds-ring {
  color: #fff;
}
.lds-ring,
.lds-ring div {
  box-sizing: border-box;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  border: 2px solid currentColor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.reset-disabled-button {
    display: none;
    background: #E6E8ED;
    border-radius: 8px;
    height: 40px;
    width: 77px;
    align-items: center;
    justify-content: center;
    border: none;
}

.reset-disabled-tip {
    display: none;
    color: #1A5091;
    size: 12px;
    font-family: Lato;
}