html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 1400px){
    .container{
        max-width:90%;

    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-group .form-label {
    font-size: 16px;
    font-weight: 500;
    color: #141515;
    display: block;
    line-height: 1.2em;
    text-align: center;
}



.form-group.basic .form-control,
.form-group.basic .custom-select {
    background: transparent;
    border: none;
    border-bottom: 1px solid #E1E1E1;
    padding: 0 0px 0 0;
    border-radius: 0;
    height: 40px;
    color: #141515;
    font-size: 15px;
    text-align: center;
}

.form-group .input-wrapper.not-empty .clear-input {
    display: flex;
}

.form-group .input-wrapper.active .form-label {
    color: #1E74FD !important;
}

.form-group.basic {
    padding: 8px 0;
    margin: 0;
}

    .form-group.basic .form-label {
        margin-bottom: 0;
    }

.login-form{
    margin-top: 15em!important;
}