.d-flex {
    display: flex !important;
}
.align-items-center {
	align-items: center;
}
.align-items-start {
	align-items: start;
}
.align-items-end {
	align-items: end;
}
.align-items-stretch {
	align-items: stretch;
}
.justify-center {
	justify-content: center;
}
.justify-around {
	justify-content: space-around;
}
.justify-between {
	justify-content: space-between;
}
.justify-evenly {
	justify-content: space-evenly;
}
.justify-start {
	justify-content: start;
}
.g-1 {
	gap: .25rem;
}
.g-2 {
	gap: .5rem;
}
.g-3 {
	gap: 1rem;
}
.g-4 {
	gap: 2rem;
}
.g-5 {
	gap: 4rem;
}
.ms-2 {
    margin-left: .5rem !important;
}
.ms-3 {
	margin-left: 1rem !important;
}
.mt-1 {
	margin-top: .25rem !important;
}
.mt-2 {
    margin-top: .5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.text-end {
	text-align: right;
}
.w-auto {
	width: auto;
}


@media (min-width: 1200px) {
.login-error {
    width: 700px;
    margin: 50px auto 80px;
}
}
.errors {
  width: 100%;
  margin: 0;
  margin-left: 10px;
  margin-bottom: 25px;
  padding: 0 10px;
  color: #000000;
  border-left: 2px solid #ff0005;
}
.login__submit[disabled]:hover {
	color: #0067ba;
	background-color: transparent;
}
.login__submit:not(:disabled):hover {
    color: #0067ba;
    background-color: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.hi {
  color: #ff0005;
  font-weight: 600;
}
.profile__form select#form-m {
  width: auto;
}
.profile__state {
  font-size: 19px;
  line-height: 21px;
}
.profile__state-label {
  font-weight: 600;
  text-align: right;
  width: 25%;
  padding: 10px 15px;
  margin: 5px 0px;
}
.profile__state-data {
  width: 30%;
  padding: 10px 15px;
  margin: 5px 0px;
}
.profile__state-balance .profile__state-data {
  color: #ffffff;
  background-color: #0074c5;
  font-weight: 600;
}
.profile__state-internet--no, .profile__state-internet--yes {
  color: #ffffff;
}
.profile__tab--balance hr {
  border-color: #21bffa;
  border-style: solid;
  border-width: 3px 0 0 0;
  margin-top: 1em;
  margin-bottom: 1em;
}

.profile-table td, .profile-table th {
  padding: 0.5em 2em;
}
.profile-table th {
  text-align: center;
}
.profile-table-center td {
  text-align: center;
}
.profile-table-dl td, .profile-table-dl th {
  padding: 0.5em 0.5em;
}
.profile-table-dl th {
  text-align: right;
  width: 33%;
}
.profile-table-dl td {
  text-align: left;
  width: 67%;
}

/*
.form-buttons {
  margin-top: 10px;
}
.profile__tab-btn.tabs__btn {
  text-decoration: none;
}

@media (min-width: 1280px) {

.profile__form select#form-month {
  width: auto;
}

}

.profile__tab--balance hr {
  border-color: #21bffa;
  border-style: solid;
  border-width: 3px 0 0 0;
  margin-top: 1em;
  margin-bottom: 1em;
}

.profile-table td, .profile-table th {
  padding: 0.5em 2em;
}
.profile-table th {
  text-align: center;
}
.profile-table-center td {
  text-align: center;
}
.profile-table-dl td, .profile-table-dl th {
  padding: 0.5em 0.5em;
}
.profile-table-dl th {
  text-align: right;
  width: 33%;
}
.profile-table-dl td {
  text-align: left;
  width: 67%;
}
.profile-block {
  margin-left: 30px;
  margin-bottom: 35px;
}
.login__label input[type="text"], .login__submit {
  background-color: transparent !important;
}

.page__container iframe {
  height: 612px;
  border: 0px;
}


.profile-attention p {
  color: #ff0005;
  font-weight: 600;
}
a.profile__submit {
  text-decoration: none;
  text-align: center;
}

@media (min-width: 380px) {

.page__container iframe {
  width: 100%;
  margin: auto;
  float: none;
}

.profile__state-data {
  width: 50%;
}

.profile-table td, .profile-table th {
  padding: 0.3em 1em;
}

.profile__state-label {
  width: 50%;
}

.profile-block {
  margin-left: 1em;
}

.profile-block .profile__state {
  margin-left: -1em;
}

.profile__form select {
  width: auto;
}

}

@media (min-width: 768px) {

.login {
    max-width: none;
    width: 100%;
    margin: 50px auto 80px;
}

.page__container {
    position: relative;
    display: block;
}

.page__content {
    float: left;
}

.page__container iframe {
  width: 30%;
  float: right;
}

.profile__state-data {
  width: 30%;
}

.profile__state-label {
  width: 25%;
}
}

*/