body,
html {
    font-family: 'Imprima', sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    height: 100%;
    background: #ffd46e !important;
}
/* GATE FORM START */
.ptop120{padding-top: 120px;}
.inform {
  
  background: #fff;
  text-align: center;
  border-radius: 0px;
}
.dmsgit{
    height:40px;
    font-size: 1.2em !important;
    color:red;
}
.pw {
    padding-top: 30px;
text-align: center;
border: none;
  background: none;
  font-size: 2em;
  border-radius: 50%;
  height: 60px;
  font-weight: 500;
  color: transparent;
  text-shadow: 0 0 0 rgb(102, 101, 101);
}

input:focus {
  outline: none;
}

.pinButton {
  border: none;
  background: none;
  font-size: 1.5em;
  border-radius: 50%;
  height: 50px;
  font-weight: 500;
  width: 50px;
  color: transparent;
  text-shadow: 0 0 0 rgb(102, 101, 101);
  margin: 12px 6px;
}

.clear,
.enter {
  font-size: 1em !important;
}

.pinButton:hover {
  box-shadow: #506ce8 0 0 1px 1px;
}
.pinButton:active {
  background: #506ce8;
  color: #fff;
}
.clear:hover {
  box-shadow: #ff3c41 0 0 1px 1px;
}
.clear:active {
  background: #ff3c41;
  color: #fff;
}
.enter:hover {
  box-shadow: #47cf73 0 0 1px 1px;
}
.enter:active {
  background: #47cf73;
  color: #fff;
}
/* GATE FORM END */
/* START Login Page */
.user_card {
    height: 450px;
    width: 350px;
    margin-top: auto;
    margin-bottom: auto;
    background: #ffffff;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.brand_logo_container {
    position: absolute;
    height: 170px;
    width: 170px;
    top: -55px;
    border-radius: 50%;
    background: #FFFFFF;
    padding: 10px;
    text-align: center;
}
.brand_logo {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    /*border: 2px solid white;*/
}
.form_container {
    margin-top: 100px;
}
.login_btn {
    width: 100%;
    background: #406673 !important;
    color: white !important;
    letter-spacing: 8px;
}
.login_btn:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.login_container {
    padding: 0 2rem;
}

.input_user,
.input_pass:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
/* END Login Page */