.offset {
  margin-top: 0;
  padding-top: 0px;
  text-align: center;
  transition: 0.3s;
}

body {
    font-family: 'YS Text', 'Helvetica Neue', Arial, sans-serif;
    background-image:url('/static/img/bj.webp');
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #292b2c;
    background-color: #f2f2f2;
}


a:active,
a:hover,
a {
  text-decoration: none;
  color: #000;
}

:root {
  --primary: #0676ed;
  --background: #222b45;
  --warning: #f2a600;
  --success: #12c99b;
  --error: #e41749;
  --dark: #151a30;
}

.login-form {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

input, select {
    border-radius: 10px;
    margin: 0 10px 0;
    padding: 7px 15px;
    color: #afafaf;
    border: 1px solid #8c8c8c;
    outline: none;
    font-size: 18px;
}

.login-form input {
    margin: 0 auto 10px;
    padding: 10px 15px;
    width: 90%;
}

input:active, input:focus, select:active, select:focus {
    color: black;
    border: 1px solid black;
}

.help-text {
    color: #8c8c8c;
}

.title-with-hel-text {
    margin-bottom: 0;
}

.inline-in-block > * {
    display: inline-block;
}

.modal-title {
    text-align: center;
    margin: 0 auto;
}

.user-pic__image {
	border-radius: 10px;
}

.profile-pic {
    width:200px;
    background-color: transparent;
    border-radius: 15px;
    object-fit: cover;
    -o-object-fit: cover;
}

@media (max-width: 750px) {
  .no-mobile {
    display:none;
  }
}

.btn-light {
    border: 1px solid #343637;
    padding: 10px 15px;
    margin: 7px;
}

.btn-danger {
    border: 1px solid #343637;
    padding: 10px 15px;
    margin: 7px;
}

footer p {
    margin: 0;
}