/*
*
|  Page Name       : mbl_login.css
|  Description     : mobile styles for login page
|  Created by      : May Altamerano
|  Date Created    : June 06, 2019
|  Last Update by  : May Altamerano
|  Last update     : June 10, 2019
*
*/
.pt.-fivep{
  padding-top:5%;
	height:100%;
}
.-col-login{
	display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
	flex-direction:column;
}
.-form-login{
	width: 100%;
}
#forpassdiv{
  width: 100%;
}
.-btn-go-back-con {
  text-align: center;
  margin-top:10px;
  padding: 0px !important;
}
.-a-forgot-pass {
  font-size: 14px;
  margin-top: 20px;
  cursor: pointer;
  justify-content: center;
  color: #FFFFFF !important;
}

#forgot-password-con {
  display: none;
  width: 100%;
}

.-fp-input-field {
  border-radius: 3px !important;
  background-color: #ffffff !important;
  height: 30px !important;
  line-height: 1 !important;
  padding: 3px 10px !important;
  font-size: 14px !important;
  width: 96% !important;
  border: none !important;
  box-shadow:none !important;
}
#fp-txt-otp {
  text-align: center !important;
  -moz-appearance: textfield;
}
#fp-txt-otp::placeholder {
  text-align: center !important;
}
#fp-form h2 {
  font-weight: 300 !important;
}
.-fp-badge {
  font-size: 11px;
  padding: 3px 6px;
  border-radius: 25px;
  position: absolute;
  right: 0;
}
.-fp-pwd-strength-desc {
  font-size: 13px;
  margin-top: 4px;
}
.-fp-pwd-match-desc {
  font-size: 13px;
  margin-top: 4px;
  color: red !important;
  text-align: right;
}
.-fp-pwd-match-desc small {
  font-size: 11px;
  padding: 3px 6px;
  border-radius: 25px;
}

@media screen and (max-width:800px){
  body{
    -webkit-overflow-scrolling: touch !important;
  }
  .c{
    color: #000000 !important;
    display: none;
  }
  #forgotpass{
   color: #0082F3 !important;
  }
  #capstate{
    display: none !important;
  }
  .-mblt30{
    margin-top: 30px;
  }
  .-dn{
    display: none !important;
  }
  .-col-login{
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }
  figure.-login.-img{
    height: 150px;
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    justify-content: center;
    align-items: flex-end;
  }
  .-a-forgot-pass {
    color: #0082F3 !important;
  }
  #exampleInputEmail2::placeholder,
  #exampleInputPassword2::placeholder,
  #fp-txt-user-id-email::placeholder {
    font-size: 12px;
  }

  #forgot-password-con,
  .-form-login{
    padding: 20px;
  }
  #forgot-password-con .md-form{
    width: 100%;
    margin-bottom: 10px !important;
  }
  .-form-login .md-form{
    width: 100%;
    margin-bottom: 0px !important;
  }
  #forgot-password-con .-npt-field:focus,
  #forgot-password-con .-npt-field:hover,
  #forgot-password-con .-npt-field:active,
  .-form-login .-npt-field:focus,
  .-form-login .-npt-field:hover,
  .-form-login .-npt-field:active{
    box-shadow: none !important;
    border:1px solid #0082F3 !important;
  }
  #forgot-password-con .-npt-field {
    height: 44px !important;
    width: 100% !important;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    border-radius: 100px !important;
    padding: 7px 20px !important;
    background-color: #EDEEF4 !important;
    line-height: 1;
    font-size: 14px;
    border: none;
    box-shadow: none;
  }
  .-form-login .-npt-field{
    height: 44px !important;
    width: 100% !important;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    border-radius: 100px !important;
    padding: 7px 20px !important;
    background-color: #EDEEF4 !important;
    margin-bottom: 10px !important;
    line-height: 1;
    font-size: 14px;
    border: none;
    box-shadow: none;
  }
  #forgot-password-con .-npt-field:placeholder,
  .-form-login .-npt-field:placeholder{
    font-size: 14px !important;
  }
  #forgot-password-con .btn-login,
  .-form-login .btn-login{
    height: 40px;
    border-radius: 100px;
    font-size: 14px;
  }
  .-fp-pwd-eye,
  .-form-login #eye {
    cursor: pointer;
    margin-right: 5%;
    position: absolute;
    right: 0px;
    top: 13px;
    font-size: 16px;
  }
  .-fs16px {
    font-size: 13px;
    text-align: center;
    padding: 8px 5px;
  }
  #version{
    display: none;
  }
  .text-center.mt{
    margin-top: 0px !important;
  }
  .footer{
    position: fixed;
    bottom: 4px;
    font-size: 13px;
    right: 0;
    left: 0;
  }
  #forpassdiv{
    padding: 0px 20px;
  }
  #forgot_note{
    padding-top: 0px;
    font-weight: inherit;
    font-size: 14px;
    line-height: 1.4;
  }
  #forpassdiv input.forgot_email,
  #forpassdiv input.forgot_aa{
    box-sizing: inherit;
    background-color: #EDEEF4;
    border-radius: 100px;
    height: 44px;
    width: 100% !important;
    padding: 9px 10px;
    color: #000;
    border: none ;
  }
  #forpassdiv input.forgot_email::placeholder,
  #forpassdiv input.forgot_aa::placeholder{
    color: rgb(183, 183, 183);
    padding: 9px 20px;
  }
  #checkacct{
    height: 40px;
    border-radius: 100px !important;
    padding: 10px 20px;
    margin-bottom: 10px !important;
  }
  .-err{
    font-size: 13px;
    margin-bottom: 8px;
  }
  .-mb10{
    margin-bottom: 10px !important;
  }
  #forgot_note{
    padding-top: 0px !important;
    color: #000 !important;
    line-height: 1.6;
  }
  #fp-form h2,
  #fp-form p,
  .-fp-pwd-strength-desc{
    color: #808080 !important;
    padding-left: 10px !important;
  }
  .-fp-pwd-match-desc {
    padding-right: 10px !important;
  }
  .-fp-badge {
    right: 11px !important;
  }
}

#fpemail,
#fpemail:focus,
#fpemail:visited,
#fpemail:active,
#fpemail:hover{
  color: #000;
}
#fpid,
#fpid:focus,
#fpid:visited,
#fpid:active,
#fpid:hover {
  color: #000;
}
.-main_container{
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0px !important;
}
.-login_form{
  width: 60vh;
  margin-top: -120px;
}
.-fig_login{
  width: 100%;
  height: 230px;
  margin-bottom: 50px;
}
.-fig_login .-img_login{
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.-login_form input{
  height: 45px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}
.-login_form input:active,
.-login_form input:hover,
.-login_form input:focus{
  height: 45px;
  font-size: 14px;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  outline: 0 !important;
}
.form-control:focus{
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15) !important;
}
.-frm_password{
  position: relative;
}
.-frm_password .-capslock{
  position: absolute;
  left: -115px;
  bottom: 5px;
  color: #ffffff;
  font-weight: 500;
  display: none;
}
.-fp-pwd-eye,
.-frm_password .-eye{
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 18px;
}
.-btn_login{
  height: 45px;
}
.-version{
  position:absolute;
  bottom: 20px;
  left: 20px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}
.-credits{
  margin-top: 50px;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
}
.-txt_forgotpass{
  color:white;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.-txt_note{
  color:#b7b7b7;
  display: flex;
  justify-content: center;
  padding-top: 20px;
  text-align: center;
  font-weight: inherit;
  display: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
.-forgotpass_dv{
  width: 60vh;
}
.-forgotpass_dv input{
  height: 45px;
  margin-bottom: 30px;
}
.-forgotpass_dv .-btn_login{
  height: 45px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.-forgotpass_dv .form-group.fu{
  position: relative;
}
.-forgotpass_dv .fa.fa-eye.-eye{
  position: absolute;
  bottom: 13px;
  right: 15px;
}
