/*
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 : Feb 10, 2021, 09:10:00 AM
    Author     : Garamu&FCirillo
*/
#pageLogin {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

#pageLogin #dotnAd-300x250-c20 {
  display: flex;
}

.TM-login_mobile-container {
  display: flex;
  flex-direction: column;
  max-width: 315px;
  height: 280px;
  padding: 20px;
  background: #FFF;
}

.TM-login_mobile-claim {
  background: #5F57A1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 45px;
}

.TM-login_mobile-content {
  width: 100%;
  max-height: 240px;
}
.TM-login_mobile-content .TM-login_mobile-content_auth {
  display: flex;
  /* height: 280px; */
  flex-direction: column;
}
.TM-login_mobile-content .TM-login_mobile-content_auth-user {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.TM-login_mobile-content .TM-login_mobile-content_auth-user .TM-login_mobile-content_auth-domain {
  color: #3A3A3A !important;
  font-weight: 400 !important;
  text-decoration: none;
  font-size: 14px;
}
.TM-login_mobile-content .TM-login_mobile-content_auth-user div {
  margin-left: 20px;
}
.TM-login_mobile-content .TM-login_mobile-content_auth-user #rcmloginuser {
  border: 1px solid grey;
  height: 50px;
  border-radius: 8px;
  padding: 0;
  margin: 0;
  width: 184px;
  justify-content: space-between;
}
.TM-login_mobile-content .TM-login_mobile-content_auth-psw {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.TM-login_mobile-content .TM-login_mobile-content_auth-psw #rcmloginpwd {
  width: calc(100% - 2px);
  border: 1px solid grey;
  height: 50px;
  border-radius: 8px;
  padding: 0;
  margin: 0;
  margin-bottom: 18px;
}
.TM-login_mobile-content .TM-login_mobile-register {
  margin-top: 10px;
}
.TM-login_mobile-content .TM-login_mobile-register a {
  color: #5F57A1 !important;
  font-weight: 400 !important;
  text-decoration: none;
  font-size: 14px;
}

.TM-login_mobile-content_adv {
  width: 100%;
  display: flex;
  margin: 0;
  justify-content: center;
  max-width: 315px;
}

.TM-mobile-app {
  display: flex;
  height: 60px;
}
.TM-mobile-app img {
  max-width: 100%;
  height: auto;
}
