
/* v72 login spacing final */
.v65-phone-content{
  overflow:hidden!important;
}
.v65-form{
  gap:5px!important;
}
.v65-captcha-row{
  margin-top:2px!important;
}
.v71-captcha-answer,
.v65-captcha-row + .v65-input{
  margin-top:16px!important;
}
.v71-submit,
.v65-submit{
  margin-top:18px!important;
}
.v71-security,
.v65-security{
  margin-top:18px!important;
}
.v71-homebar,
.v65-homebar{
  margin-top:8px!important;
}
.v65-welcome{
  text-align:center!important;
  margin-bottom:8px!important;
}
.v65-welcome h2,
.v65-welcome p{
  text-align:center!important;
}

/* keep everything inside phone */
@media(min-width:821px) and (max-height:760px){
  .v71-captcha-answer,
  .v65-captcha-row + .v65-input{margin-top:11px!important}
  .v71-submit,.v65-submit{margin-top:12px!important}
  .v71-security,.v65-security{margin-top:12px!important}
}
@media(max-width:820px){
  .v65-phone{width:min(350px,92vw)!important}
}
