.login form {
  background: #f7f7f7;
  padding: 30px;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  margin: 30px 0;
}

.login form h1 {
  margin: -5px 0 15px 0;
  text-align: center;
  font-weight: lighter;
}

.login .fld {
  margin-bottom: 15px;
}

/*
.login input {
	width: 100%;
	padding: 5px;
	border: 2px solid #cdcdcd;
	border-radius: 5px;
}

.login input:focus {
	outline: 0;
	border: 2px solid #111;
}
*/
.login .submit-fld {
  text-align: left;
}

.login .submit-fld button {
  font-size: 1em;
  background: #1978bb;
  color: #fff;
  padding: 6px 15px;
  border-radius: 5px;
  border: 0;
}

.login .submit-fld button:hover,
.login .submit-fld button:focus {
  background: #126aa8;
}

.login .errors {
  background: #efc2c2;
  padding: 10px;
  border-radius: 2px;
  margin-bottom: 10px;
}

.logrow {
  flex-direction: column;
  align-items: center;
}
.logimg {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 4rem;
}

.toshav-center-new-login {
  border-radius: 2rem;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  max-width: 500px;
  margin: 2rem auto;
  background: #fff;
}

@media (max-width: 991px) {
  .toshav-center-new-login {
    margin: 2rem auto;
  }
}

@media (min-width: 1200px) {
  .toshav-center-new-login.start-login-page {
    margin: 2rem auto;
  }
}

@media (min-width: 1200px) {
  .space-before-login {
    margin-top: 80px;
  }
}

.toshav-center-new-login fieldset {
  display: flex;
}

.toshav-center-new-login fieldset legend {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0.25rem 0;
  margin-left: 1rem;
}

@media (min-width: 992px) {
  .toshav-center-new-login fieldset legend {
    float: right;
  }
}

.toshav-center-new-login h2 {
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  color: #0353b5;
  padding-bottom: 0;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .toshav-center-new-login h2 {
    font-size: 1.7rem;
  }
}

.toshav-center-new-login input {
  font-size: 1.5rem;
  border-radius: 50px;
  padding: 0.5rem 1rem;
  border: 1px solid #707070;
  width: 100%;
  direction: ltr;
  text-align: right;
}

.toshav-center-new-login input::-webkit-outer-spin-button,
.toshav-center-new-login input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (max-width: 991px) {
  .toshav-center-new-login input {
    font-size: 1.2rem;
    border-radius: 50px;
  }
}

.toshav-center-new-login button {
  font-size: 1.3rem;
  border-radius: 50px;
  padding: 0.75rem 3rem;
  background: #618ef4;
  font-weight: bold;
  border: 0;
}

.toshav-center-new-login-email button {
  background: #eaa14e;
}

/**/

.toshav-center-toggle-input {
  display: flex;
  border: 1px solid #707070;
  border-radius: 50px;
  overflow: hidden;
}

.toshav-center-toggle-input > span {
  position: relative;
  flex-grow: 1;
}

.toshav-center-toggle-input > div {
  display: block;
}
p.warn {
  padding: 5px;
  background: #ffffff94;
}
.toshav-center-toggle-input label {
  display: block;
  font-size: 1rem;
  padding: 0.25rem 1rem;
  padding-right: 30px;
  margin: 0;
}

@media (max-width: 991px) {
  .toshav-center-toggle-input label {
    font-size: 1rem;
  }
}

.toshav-center-toggle-input input {
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
}

.toshav-center-toggle-input input:checked + label {
  background-color: #0353b5;
  color: #fff;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}
