/* line 1, app/assets/stylesheets/devise.scss */
.devise_box {
  min-height: 90vh;
  margin-bottom: -80px;
}

/* line 4, app/assets/stylesheets/devise.scss */
.devise_box .form_box {
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 15px 0 white;
  margin-bottom: 20px;
}

/* line 15, app/assets/stylesheets/devise.scss */
.logo_box .logo_img_box {
  width: 100px;
  margin: 0 auto;
  box-shadow: 0 0 7px 0 white;
  margin-bottom: 20px;
}

/* line 23, app/assets/stylesheets/devise.scss */
.logo_box .logo_name {
  text-transform: uppercase;
  color: #fff;
}

/* line 28, app/assets/stylesheets/devise.scss */
.link_info {
  margin: 0;
  font-size: 13px;
  color: grey;
  text-align: center;
}

/* line 34, app/assets/stylesheets/devise.scss */
.links_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 10px;
}

/* line 41, app/assets/stylesheets/devise.scss */
.links_box.registration_links_box a {
  display: inline-block;
  width: 100%;
}

/* line 47, app/assets/stylesheets/devise.scss */
.phone_session_new {
  text-align: center;
  margin-bottom: 10px;
  color: grey;
}

/* line 52, app/assets/stylesheets/devise.scss */
.name_group {
  display: flex;
  justify-content: space-between;
}

/* line 55, app/assets/stylesheets/devise.scss */
.name_group .form-group {
  width: 49%;
}
