.login_box {
  background: #f7f7f7;
  border: 3px solid #f4f4f4;
  padding-left: 15px;
  margin-bottom: 25px;
}
.login_box1 {
  /* background: #f7f7f7; */
  border: none;
  border-bottom: 0.5px solid #e4e4e4;
  margin-bottom: 2rem;
  outline: none;
}
.login_box1:focus {
  border-bottom: 0.5px solid black;
}
.input_title {
  color: rgba(164, 164, 164, 0.9);
  padding-left: 3px;
  margin-bottom: 2px;
}

hr {
  width: 100%;
}

.welcome {
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 100;
  color: #ffffff;
  margin-bottom: 25px;
  margin-top: 50px;
}
.login_title {
  color: #fd654d;
  font-weight: bold;
}
.abcRioButton {
  border-radius: 40px !important;
}
.abcRioButtonContents{
  margin-left: -20px !important;
}
.abcRioButtonContents > span{
  font-family: proxima_novasemibold !important;
}
.card-container.card {
  max-width: 350px;
  text-align: center;
  height: 518px;
}
.card-container1.card1 {
  text-align: center;
  /* height: 518px; */
}

/*
 * Card component
 */
 .card {
  background-color: #ffffff;
  /* just in case there no content*/
  padding: 1px 25px 30px;
  margin: 0 auto 25px;
  margin-top: 15%x;
  /* shadows and rounded borders */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.card1 {
  background-color: #ffffff;
  /* just in case there no content*/
  /* padding: 1px 25px 30px; */
  padding: 0px 0px 20px 20px;
  margin: 0 auto 0px;
  margin-top: 15%x;
  /* shadows and rounded borders */
  /* -moz-border-radius: 2px; */
  /* -webkit-border-radius: 2px; */
  /* border-radius: 2px; */
  /* -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); */
  /* -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); */
  /* box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); */
}
.buttonDiv{
  display: flex;
  justify-content: center;
  align-items: Center;
  height: 10vh;
  /* background-color: aqua; */
  /* width: 300px; */
}

.vr {
  width: 1px;
  background-color: #7c7c7c;
  top: 0;
  bottom: 0;
  left: 150px;
  height: 24px;
}


.profile-img-card {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0;
  min-height: 1em;
}

.reauth-email {
  display: block;
  color: #404040;
  line-height: 2;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
  direction: ltr;
  height: 1rem;
  font-size: 16px;
  width: 75%;
  margin: 0rem 6rem 1rem 4rem;
  text-align: center;
}

.loginButtonContainer{
  display: flex;
  justify-content: center;
}

.loginButtonContainer>button#btnLogin {  
  background: #011E41;
  border-color: #011E41;
  height: 41px;
  min-width: 10rem;
  margin-top: 0rem;
}

.teamsButton {
  height: 36px;
  width: 120px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
  border-radius: 40px;
  margin-right: 6%;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.teamsButton>img{
  height: 100%;
  padding: 3%;
}

.form-signin input[type="email"],
.form-signin input[type="password"],
.form-signin input[type="text"] {
  width: 100%;
  display: block;

  z-index: 1;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-signin .form-control:focus {
  border-color: rgb(104, 145, 162);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgb(104, 145, 162);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(104, 145, 162);
}
.forgot-password {
  color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus {
  color: rgb(12, 97, 33);
}
#btnLogin {
  margin: 0 98px;
}
.g-signin2{
  margin-left: 6% !important;
  margin-right: 0% !important;
  margin-top: 0 !important;
}

/* Shared */
.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF;
}
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}


/* Google */
.loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #DD4B39;
}
.loginBtn--google:before {
  border-right: #BB3F30 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
  background: #E74B37;
}



.login-form .input-wrapper input {
  width: 30px;
  height: 30px;
  margin: 0px 10px;
  padding: 8px;
  box-shadow: 1px 1px #f2f2f2;
  border: solid 1px #e5e1e1;
}

.login-form img {
  width: 40px;
}

.teamsSignIn{
  display: flex;
  background-color: black;
  color: white;
  padding: 5px;
  cursor: pointer;
  width: fit-content;
}


#forgotPasswordErrMsg{
  color: red;
  font-weight: 600;
  margin: 0 1rem;
  cursor: default;
}

.forgotPassword {
  color: #011E41;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  text-align: center;
  margin-top: 2rem;
}