.logo {
  max-width: 560px;
  width: 100%;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.logoS {
  width: 33vw;
  max-width: 190px;
  min-width: 140px;
  margin-left: auto;
  margin-right: auto;  
}

.logoName {
  width: 50vw;
  min-width: 200px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;  
}

.logoDiv{
  display: table;
  width: 100%;
  padding-bottom: 15px;
}

.divTitle{
  font-size: 18px;
  padding: 10px;
  color: #595959 !important
}

.loginDetails{
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  min-width: 200px;
  max-width: 560px;
  margin: auto;
  padding: 0 10px 20px;
}

.fields{
  min-height: 130px;
}

.loginPanel, .forgotPassword{
  font-size: 14px;
  text-align: center;
}

.loginPanel{
  line-height: 47px;
  width: 100%;
}

.center{
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.frmLogin {
  width: 100%;
}

.frmLogin .md-theme-default :not(input):not(textarea)::selection {
  background-color: inherit !important;
}

.spinner-checking {
  position: absolute;
  top: 7px;
}

.controls-confirm-code {
  display:flex;
  justify-content: center;
  align-items: center;
  line-height: 45px;
}

#helpIcon{
  position: absolute !important;
  right: 5px !important;
  top: 5px !important;
  z-index: 2 !important;
}

.loader-wrapper {
  margin-top: 30px !important;
}

@media only screen and (max-height: 620px) {
  .loginDetails {
    top: 0 !important;
    display: block !important;  
    position: relative;
  }
}




