@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700');
body {font-size: 1.2em;}
body{
  padding: 0 !important;
  margin: 0;
  /* overflow: hidden; */
  /* height: 100vh; */
}

.site-name{
  font-family: "Source Sans Pro", Arial;
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

.LoginButton {
  height: 60px;
  width: 210px;
  background-color: rgb(236,0,140);
  color: #FFF;
  font-family: "Source Sans Pro", Arial;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.9px;
  line-height: 20px;
  text-align: center;
  border: 0;
  cursor: pointer;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  justify-content: center;
  align-items: center;
}
.logo_cls{
width:100%;
margin-left:50px;
}
.btn_click{
    background-color: #ec008c;
    color: #fff;
    font-size: 15px;
    padding: 10px;
}
.btn_click:hover{
    text-decoration: none;
}
.LoginButton:hover {
  background-color: #000;
}

.LoginLabel {
  font-family: "Source Sans Pro", Arial;
  margin: 0px;
}

.Login-Label {
  color: #000;
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.88px;
  line-height: 18px;
}
.tmobile_toplogo{
  display: block;
  padding: 30px 0px 20px;
}
.tmobile_toplogo img{
  max-width: 255px;
}
/* #backgroundimage {
  background-image: url(/Skinning/TMobile/Locales/en/unsecured/cutomlogin_banner24.jpg);
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100%;
  margin: 0;
  padding: 0 !important;
  height: 100vh;
  position: fixed;
  background-position: top;
} */
#backgroundimage .bgbanner{
  max-width: 100%;
  height: calc(100vh - 0px);
  width: 100%;
  object-fit: cover;
}

#backgroundform {
  background-color: #fff7fb;
  margin-left: auto;
  width: 420px;
  height: auto;
  padding: 20px 30px;
  position: fixed;
  top: 40px;
  right: 40px;
}

#formcontain {
  opacity: 0.75;
}

#UserName,
#Password {
  height: 30px;
  width: 400px;
  background-color: #FFFFFF;
  box-sizing: border-box;
  padding-left: 11px;
  color: #676262;
  font-family: "Source Sans Pro", Arial;
  font-size: 13px;
  letter-spacing: 0.81px;
  line-height: 17px;
  margin-top: 8px;
  border: 1px solid #d5d5d5;
  margin-bottom: 20px;
}

.reset {
  text-align: center;
  color: #000;
  font-family: "Source Sans Pro", Arial;
  /*font-size: 14px; */
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
}
.ventors_txt{
  position: relative;
  padding: 0 0 10px 0;
}
/* .ventors_txt::before{
  content: "V";
  position: absolute;
  left: -20px;
  top: 18px;
  border: 1px solid #000;
  color: #000;
  padding: 0px 5px;
  font-family: "Source Sans Pro", Arial;
} */
.ventors_txt p, .ventors_txt p a{
  font-family: "Source Sans Pro", Arial;
  font-size: 16px;
  color: #000;
  text-align: center;
}
.ventors_txt p a{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.ventors_txt p a img{
  width: 32px;
}
.carrotbtn{
  position: relative;
  padding: 10px 0 0 0;
  left: -15px;
}
.carrotbtn p{
  text-align: left;
}
.carrotbtn p a{
  border: 1px solid #000;
  color: #000;
  padding: 0px 5px;
  font-family: "Source Sans Pro", Arial;
  display: inline-block;
  max-width: 30px;
}
.carrotbtn p a:hover{
  text-decoration: none;
}
.contactus_btnarea{
  text-align: center;
  padding: 30px 0 5px;
}
.contactus_btnarea a, .reset a{
  font-size: 17px;
  line-height: 25px;
}

a {
  text-decoration: none;
  font-family: "Source Sans Pro", Arial;
  color: #e8265c;
}
.username_passfieldcontent{
  padding-top: 20px;
}
.username_passfield{
  display: none;
}
.username_passtable{
  width: 100%;
}
#LoginMessageArea {
  color: #FF0000;
  text-align: center;
  margin-bottom: 10px;
}

  @media screen and (max-width:767px){
    #backgroundform {
      width: auto;
      margin: 0;
      right: auto;
      transform: translate(-50%, 0);
      left: 50%;
      top: 30px;
      position: absolute;
    }
    body{
      overflow: auto;
    }
    #backgroundimage .bgbanner {
      max-width: 100%;
      height: calc(100vh - 0px);
      object-fit: cover;
    }
  }