:root {
  --font-family-sans-serif: "Exo 2",Roboto,"Roboto",SegoeUI,"Golos Text",Arial,sans-serif;
}
::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px #9a9a9a;
}
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover {
  background: #9a9a9a;
}
html,
body {
  font-family: var(--font-family-sans-serif);
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  height: 100% !important;
  color: #000000;
  line-height: 1.23077;
  letter-spacing: 0.5px;
}
/*** ***/
h1 {
  font-size: 2.23125rem;
  line-height: 1.2;
  font-weight: 900;
}
h2 {
  font-size: 1.7rem;
  line-height: 1.3;
  font-weight: 700;
}
h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
}
h4 {
  font-size: 1.25rem;
  line-height: 1.4;
}
h5 {
  font-size: 16px;
  line-height: 1.4;
}
h6 {
  font-size: 0.875rem;
  line-height: 1.4;
}
strong {
  font-weight: 700;
}
.form-box-w-400,
.form-box-w-500,
.form-box-w-700,
.form-box-w-900 {
  display: block;
  position: relative;
  min-width: 400px;
  min-height: 300px;
  margin: 0 auto;
  padding: 25px 15px;
}
.form-box-w-400 h3,
.form-box-w-500 h3,
.form-box-w-700 h3,
.form-box-w-900 h3 {
  text-align: center;
  margin-top: 40px!important;
  margin-bottom: 30px!important;
}
.form-box-w-400 {
  width: 400px;
}
.form-box-w-500 {
  width: 500px;
}
.form-box-w-700 {
  width: 700px;
}
.form-box-w-900 {
  width: 900px;
}
.logo_black {
  display: block;
  width: 140px;
  height: 56px;
  background: transparent url("/img/logo/logo.svg") no-repeat 50% 50%;
  background-size: contain;
}
.lang-box {
  position: relative;
  text-transform: uppercase;
}
.lang-box a {
  padding: 3px 5px !important;
  font-weight: 500;
  border: 1px solid #2a579a;
  color: #2a579a;
}
.lang-box a.active,
.lang-box a:hover {
  background-color: #2a579a;
  color: #fff;
}
.lang-box-start {
  position: relative;
  text-transform: uppercase;
  text-align: right !important;
  padding: 6px;
}
.lang-box-start a {
  padding: 3px 5px !important;
  font-weight: 500;
  border: 1px solid transparent;
  color: #808080;
  font-size: 11px;
}
.lang-box-start a.active {
  border: 1px solid #808080;
  color: #808080;
}
.lang-box-start a:hover {
  border: 1px solid #f0f0f0;
  color: #f0f0f0;
}
.sidebar {
  position: relative;
  background-color: #1f2d3f;
  color: #ffffff;
  padding-left: 0;
  padding-right: 0;
  overflow: auto;
  font-size: 16px;
  line-height: 200%;
}
.sidebar .logoBox {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 110px;
  margin-bottom: 50px;
}
.sidebar .logoBox .logo {
  display: block;
  width: 140px;
  height: 56px;
  background: transparent url("/img/logo/logo_white.svg") no-repeat 50% 50%;
  background-size: contain;
}
#content_for_layout {
  height: 100%!important;
  overflow: auto;
}
#content_for_layout #conetnt-header {
  margin: 0;
  padding: 10px;
  color: #000000;
}
#content_for_layout #conetnt-header * {
  font-size: 12px;
}
* + .uk-h1,
* + .uk-h2,
* + .uk-h3,
* + .uk-h4,
* + .uk-h5,
* + .uk-h6,
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 0!important;
}
select:focus,
input:focus {
  box-shadow: none!important;
  outline: none!important;
  border-color: #2a579a !important;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: #2a579a;
  opacity: 1;
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  color: #2a579a;
  opacity: 1;
}
.form-control,
.form-select {
  border-radius: 3px;
}
.form-floating > .form-select {
  padding-top: 2.5rem;
  height: calc(3.5rem + 25px);
}
.box__select,
.box__select__style_2 {
  position: relative;
  cursor: pointer;
}
.box__select .box__select__header i,
.box__select__style_2 .box__select__header i {
  position: absolute;
  top: 16px;
  right: 10px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  width: 20px;
  height: 20px;
}
.box__select .box__select__body,
.box__select__style_2 .box__select__body {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 110%;
  border: 1px solid #ced4da;
  border-radius: 3px;
  background-color: #FFFFFF;
  z-index: 5;
}
.box__select .box__select__body .item,
.box__select__style_2 .box__select__body .item {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: flex-start;
  height: 55px;
  padding: 16px 10px 15px 10px;
}
.box__select .box__select__body .item.item-is-active,
.box__select__style_2 .box__select__body .item.item-is-active,
.box__select .box__select__body .item:focus,
.box__select__style_2 .box__select__body .item:focus,
.box__select .box__select__body .item:hover,
.box__select__style_2 .box__select__body .item:hover {
  background-color: #f0f0f0;
}
.box__select .box__select__body.select__body-scroll,
.box__select__style_2 .box__select__body.select__body-scroll {
  overflow-y: scroll;
  height: 222px;
}
.box__select.select-is-active .box__select__header,
.box__select__style_2.select-is-active .box__select__header {
  transition: all 0.3s;
  border-color: #2a579a;
  color: #2a579a;
}
.box__select.select-is-active .box__select__body,
.box__select__style_2.select-is-active .box__select__body {
  transition: all 0.3s;
  display: block;
}
.box__select.select-is-disabled,
.box__select__style_2.select-is-disabled {
  background-color: #fafafa;
}
.box__select.is-invalid .box__select__header,
.box__select__style_2.is-invalid .box__select__header {
  border-color: #e53935;
}
.box__select__style_2 .box__select__header i {
  top: 7px;
}
.box__select label {
  display: block;
  z-index: 3;
}
.box__select.select-is-active label,
.box__select label.current-is-has {
  font-size: 0.75rem;
  position: absolute;
  top: 16px;
  transition: transform 0.1s;
  transform: translateY(-0.9rem);
  padding: 5px 8px 2px 0px;
}
.box__select.select-is-active .box__select__header {
  color: inherit;
}
.box__select label.current-is-has {
  color: #2a579a;
}
.box__select.select-is-active label {
  color: #2a579a;
}
.box__select .box__select__header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: center;
  height: 51px;
  padding: 16px 10px 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 3px;
}
.box__select .box__select__header .box__select__current {
  display: block;
  margin-top: 10px;
}
.box__select__style_2 label {
  display: block;
  z-index: 3;
  font-size: 0.85rem;
  color: #2a579a;
  font-weight: 500;
  margin-bottom: 2px;
}
.box__select__style_2 .box__select__header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: center;
  padding: 8px 15px 7px 15px;
  border: 1px solid #ced4da;
  border-radius: 3px;
}
.box__select__style_2 .box__select__header .box__select__current {
  display: block;
  min-height: 21px;
}
.btn {
  border-radius: 3px;
  text-decoration: none;
  border: none !important;
  border-radius: 0;
  font-weight: 300;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
  border: none !important;
}
.btn-primary {
  --bs-btn-bg: #2a579a;
  --bs-btn-border-color: #2a579a;
  --bs-btn-hover-bg: #2d67b2;
  --bs-btn-hover-border-color: #2d67b2;
  --bs-btn-active-bg: #2d67b2;
  --bs-btn-active-border-color: #2d67b2;
  --bs-btn-disabled-bg: #2d67b2;
  --bs-btn-disabled-border-color: #2d67b2;
}
.btn-outline-primary {
  --bs-btn-color: #2a579a;
  --bs-btn-border-color: #2a579a;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-border-color: #2a579a;
  --bs-btn-active-bg: #2a579a;
  --bs-btn-active-border-color: #2a579a;
  --bs-btn-disabled-color: #2a579a;
  --bs-btn-disabled-border-color: #2a579a;
}
.btn-plus {
  color: #2a579a;
  margin-left: 0;
  padding-left: 5px;
}
.btn-plus input {
  position: relative;
  border: none;
  background-color: transparent;
  text-align: left;
  height: 100%;
  color: #2a579a;
  font-weight: 300;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.btn-plus:before {
  position: relative;
  top: 2px;
  width: 20px;
  height: 100%;
  content: "\ee7a";
  font-family: boxicons !important;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none !important;
}
.bx-error-circle:before {
  color: #2d67b2;
  font-size: 2rem;
}
a {
  text-decoration: none;
  color: #2a579a;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #2a579a;
}
.nav-pills .nav-link {
  border-radius: 0;
  color: #ffffff;
  margin-top: 0;
  font-size: 1rem;
  line-height: 170%;
}
.nav-pills .nav-link i {
  margin-right: 10px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.nav-pills .nav-link:hover {
  background-color: #2d67b2;
}
#content_for_layout h1 {
  font-size: 34px;
  font-weight: 700;
  grid-column: 1/-1;
  grid-row: 1;
  letter-spacing: 0;
  line-height: 1.17649;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.icons_li {
  background: transparent url('/img/icons/422371.svg') no-repeat 50% 50%;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-right: 10px;
  color: #2a579a;
  padding-top: 4px;
}
#tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  margin-bottom: 25px;
  padding: 0;
}
#tabs li {
  display: inline-block;
  list-style: none;
  margin-right: 15px;
  padding: 0;
}
#tabs li span {
  display: block;
  padding: 7px 10px;
  color: #2a579a;
  border: 1px solid #2a579a;
  background-color: rgba(214, 214, 214, 0.2);
}
#tabs li a {
  display: block;
  padding: 7px 10px;
  border: 1px solid rgba(60, 60, 67, 0.1);
}
.loader {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.subnavbar {
  margin: 20px 0 30px 0;
  padding: 0px;
  color: #000000;
  border-bottom: none;
}
.subnavbar .nav-item {
  padding: 0;
  margin: 0;
}
.subnavbar .nav-item:first-child {
  margin-left: 20px;
}
.subnavbar .nav-link {
  margin-right: 10px;
  padding: 10px 20px;
  border: 1px solid transparent;
  text-decoration: none;
}
.subnavbar .nav-link:hover {
  background-color: transparent;
  border: 1px solid #2a579a;
  color: #2a579a;
  text-transform: none !important;
}
.subnavbar .active {
  background-color: #2a579a;
  color: #fff;
  text-transform: none !important;
}
.input-group-text {
  border-radius: 0;
}
.card {
  border: none;
}
.smallTextInput {
  font-size: 0.7rem;
  color: #000000;
  margin-top: 5px;
}
.form-floating > .form-select {
  height: calc(3.5rem + 35px);
}
.form-floating .form-control {
  width: 86%;
  font-weight: 300;
}
.form-floating .input-group-text {
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 15%;
  justify-content: center;
  font-weight: 300;
}
.langBox {
  display: inline-block;
  text-decoration: none!important;
}
.modal-pers--text {
  display: none;
}
.modal-pers {
  display: none;
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 0;
  transition: opacity 0.3s ease-in-out;
}
.modal-pers .modal-pers-box {
  display: flex;
  height: 100%;
  background-color: transparent;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
.modal-pers .modal-pers-box .modal-pers-content {
  display: block;
  position: relative;
  max-width: 700px;
  width: 95%;
  background-color: #ffffff;
  padding: 45px;
  border-radius: 3px;
  box-shadow: 0 0 20px 3px;
  line-height: 170%;
}
.modal-pers .modal-pers-box .modal-pers-content h2 {
  margin-bottom: 20px;
}
.modal-pers .modal-pers-box .modal-pers-content a {
  color: #2a579a;
}
.modal-pers .modal-pers-box .modal-pers-closed {
  text-align: center;
}
.modal-pers .modal-pers-box .modal-pers-closed-x {
  position: absolute;
  right: 25px;
  top: 23px;
  cursor: pointer;
  font-size: 25px;
  color: #9a9a9a;
}
/** Test 02 **/
.sidebar .box-contacts {
  position: absolute;
  bottom: 0;
  width: 90%;
  margin: 15px 15px 20px 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.sidebar .box-contacts a {
  position: relative;
  color: inherit;
  line-height: 110%;
  padding-left: 26px;
}
.sidebar .box-contacts a span {
  color: #2d67b2;
  font-weight: 700;
}
.sidebar .box-contacts a i {
  position: absolute;
  left: 4px;
  top: 0;
  font-size: 18px;
}
#content_for_layout {
  position: relative;
}
#content_for_layout #conetnt-header {
  border: none!important;
}
#content_for_layout .subnavbar {
  margin: 20px 0 0 0 !important;
}
#content_for_layout .subnavbar .nav-link {
  font-weight: 700;
  text-transform: uppercase !important;
  font-size: 12px !important;
  height: 100%;
  padding: 5px 10px 5px 0;
  margin-right: 20px;
  border: none;
}
#content_for_layout .subnavbar .active,
#content_for_layout .subnavbar .nav-link:hover,
#content_for_layout .subnavbar .nav-link:focus {
  position: relative;
  background-color: #ffffff;
  color: #2a579a;
  border: none;
}
#content_for_layout .subnavbar .active:before,
#content_for_layout .subnavbar .nav-link:hover:before,
#content_for_layout .subnavbar .nav-link:focus:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 25px;
  height: 1px;
  background-color: #2a579a;
}
#content_for_layout .subnavbar .openAddAccount {
  color: #2a579a;
}
#content_for_layout .subnavbar .openAddAccount:hover:before,
#content_for_layout .subnavbar .openAddAccount:hover:focus {
  background-color: transparent;
}
#content_for_layout .basic-content {
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px 0 0 0 !important;
}
table.boxAccounts thead {
  background-color: #ffffff;
  color: #777777;
}
table.boxAccounts thead tr th {
  padding: 15px;
  text-transform: uppercase;
  width: 13%;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #d4d4d4;
}
table.boxAccounts thead tr th:nth-child(8) {
  width: auto;
}
table.boxAccounts thead tr th:last-child {
  width: 5%;
}
table.boxAccounts tbody {
  border-top: none !important;
}
table.boxAccounts tbody tr:first-child td {
  border-bottom: none !important;
}
table.boxAccounts tbody tr td {
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
  border-top: 1px dashed #d4d4d4;
  border-bottom: none;
}
table.boxAccounts tbody tr td:nth-child(1) {
  padding-left: 10px !important;
  text-align: left !important;
}
table.boxAccounts tbody tr td .btn-deposit {
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
}
table.boxAccounts tbody tr td .menuAccountBtn {
  border: none;
  padding: 0px 6px;
  font-size: 20px !important;
  background-color: transparent;
}
table.boxAccounts tbody tr td .menuAccountBtn:hover,
table.boxAccounts tbody tr td .menuAccountBtn:focus {
  font-size: 19px !important;
  line-height: 110%;
  padding: 5px;
  background-color: #2a579a;
  color: #fff;
}
table.boxAccounts tbody tr td .menuAccountBtnAction,
table.boxAccounts tbody tr td .menuAccountBtnAction:hover,
table.boxAccounts tbody tr td .menuAccountBtnAction:focus {
  font-size: 19px !important;
  line-height: 110%;
  padding: 5px;
  background-color: #2a579a;
  color: #fff;
}
table.boxAccounts tbody tr td .smallTextBox {
  font-size: 1rem;
}
table.boxAccounts tbody tr:hover td {
  background-color: #f0f0f0;
}
table.boxAccounts tfoot tr td {
  border: none !important;
  border-top: 1px solid #d4d4d4 !important;
}
.viewPass {
  position: absolute;
  color: #9a9a9a;
  cursor: pointer;
  z-index: 999;
}
.box-input {
  position: relative;
}
.box-input .viewPass {
  top: 3px;
  right: 0px;
}
.input-box .viewPass {
  top: 25px;
  right: 10px;
}
.form-check-input:checked {
  background-color: #2a579a;
  border-color: #2a579a;
}
table.table-quotations {
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 12px;
}
table.table-quotations thead th {
  border: none;
  color: #889399;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
  padding-bottom: 5px;
}
table.table-quotations thead th:nth-child(1) {
  width: 25px;
}
table.table-quotations thead th:nth-child(2) {
  width: auto;
}
table.table-quotations thead th:nth-child(3) {
  width: 30%;
  text-align: center;
}
table.table-quotations thead th:nth-child(4) {
  width: 30%;
  text-align: center;
}
table.table-quotations tbody tr td {
  border: none;
  min-height: 30px;
}
table.table-quotations tbody tr td:nth-child(1) {
  width: 25px;
}
table.table-quotations tbody tr td:nth-child(2) {
  width: auto;
}
table.table-quotations tbody tr td:nth-child(3) {
  width: 30%;
  text-align: center;
}
table.table-quotations tbody tr td:nth-child(4) {
  width: 30%;
  text-align: center;
}
table.table-quotations tbody tr td.arrow .fa-chevron-up {
  color: #14b043;
}
table.table-quotations tbody tr td.arrow .fa-chevron-down {
  color: #e53935;
}
table.table-quotations tbody tr td span:nth-child(2) {
  color: #889399;
  font-size: 8px;
  margin-left: 5px;
}
table.table-quotations tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
.is-success {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.is-success:before {
  content: " ";
  animation: swal2-animate-success-line-tip 0.75s;
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #14b043;
}
.is-success:after {
  content: " ";
  animation: swal2-animate-success-line-long 0.75s;
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #14b043;
}
form input.is-invalid {
  border: 1px solid red !important;
}
form div.is-invalid .box__select__header label,
form div.is-invalid .box__select__label label {
  color: red !important;
}
form div.is-invalid .box__select__header {
  border: 1px solid red !important;
}
form label.is-invalid,
form .is-invalid + label {
  color: red!important;
}
.color-red {
  color: #e53935 !important;
}
@media all and (max-width: 870px) {
  .sidebar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: initial !important;
    width: 30px !important;
  }
  .sidebar h3,
  .sidebar .logoBox,
  .sidebar .text {
    display: none;
  }
  .sidebar .nav-link {
    padding: 5px 0 5px 5px !important;
    border-left: 2px solid transparent !important;
  }
  .sidebar .nav-link.active,
  .sidebar .show > .nav-link,
  .sidebar .nav-link:hover {
    border-left: 2px solid #2a579a !important;
    background: none !important;
  }
  .sidebar .box-contacts {
    display: none;
    margin: 0 !important;
  }
  .sidebar .box-contacts .box-contacts-item {
    border-left: 2px solid transparent !important;
    padding: 5px 0 5px 5px !important;
  }
  #content_for_layout {
    min-width: 340px;
    width: 100%;
    padding-left: 35px !important;
  }
  #content_for_layout #conetnt-header > .col {
    display: none;
  }
  #content_for_layout #conetnt-header > .col-7 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  #content_for_layout .subnavbar .openAddAccount {
    margin: 0;
    padding: 0;
    font-size: 1.5rem !important;
  }
  #content_for_layout .subnavbar .openAddAccount .text {
    display: none;
  }
  #content_for_layout .basic-content table.boxAccounts {
    font-size: 0.9rem !important;
  }
  #content_for_layout .basic-content table.boxAccounts .smallTextBox {
    font-size: 0.7rem;
  }
  #content_for_layout .basic-content table.boxAccounts tr th:nth-child(2),
  #content_for_layout .basic-content table.boxAccounts tr td:nth-child(2),
  #content_for_layout .basic-content table.boxAccounts tr th:nth-child(6),
  #content_for_layout .basic-content table.boxAccounts tr td:nth-child(6) {
    display: none;
  }
  #content_for_layout .basic-content table.boxAccounts .btn {
    padding: 0.15rem 0.3rem 0.05rem 0.3rem !important;
    font-size: 0.7rem;
  }
}
@media all and (max-width: 530px) {
  #content_for_layout .basic-content table.boxAccounts .smallTextBox,
  #content_for_layout .basic-content table.boxAccounts tr th:nth-child(3),
  #content_for_layout .basic-content table.boxAccounts tr td:nth-child(3) {
    display: none;
  }
}
#Auth {
  background: #1f2d3f url('/img/auth/auth_bg_2.jpg') no-repeat center center;
  background-size: cover;
}
.basic-content {
  height: 100%;
}
.box-logo {
  position: absolute;
  display: block;
}
section.content {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 100%;
}
section.content .basic_box {
  position: relative;
  display: block;
  width: 100%;
  max-width: 360px;
  height: 400px;
  color: #000000;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  border-radius: 10px;
  margin-bottom: 100px;
}
section.content .basic_box .line-blue {
  background-color: #2a579a;
  width: 100%;
  height: 30px;
  border-radius: 10px 10px 0 0;
}
section.content .basic_box .content {
  position: relative;
  padding: 35px 70px;
  height: 100%;
}
section.content .basic_box .content h2 {
  text-align: center;
  font-size: 1.6rem;
}
section.content .basic_box .content .description {
  text-align: center;
  font-size: 1rem;
}
section.content .basic_box .content #UserLoginForm {
  margin-top: 40px;
}
section.content .basic_box .content #UserLoginForm .box-input {
  margin-bottom: 25px;
}
section.content .basic_box .content #UserLoginForm .box-input input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #757575;
  width: 100%;
  color: #000000;
}
section.content .basic_box .content #UserLoginForm .submit {
  margin-top: 50px;
}
section.content .basic_box .content #UserLoginForm .submit input {
  width: 100%;
}
section.content .basic_box .content #UserLoginForm .submit input:hover {
  background-color: #2d67b2;
}
section.content .basic_box .content .reminder {
  position: relative;
  margin-top: 15px;
  text-align: center;
}
section.content .basic_box .content .reminder a {
  color: #2a579a;
}
footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  text-align: center;
  color: #c3c3c3;
  font-size: 0.8rem;
}
footer a {
  color: inherit;
}
@media (max-width: 870px) {
  #content_for_layout {
    padding-left: 0px !important;
  }
  #content_for_layout .box-logo {
    left: 0;
    right: 0;
    text-align: center;
  }
  #content_for_layout section.content .basic_box .content {
    padding: 35px 15px;
  }
}

