@font-face {
    font-family: 'outfit';
    src: url('/themes/gymlady/assets/fonts/outfit/static/Outfit-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/themes/gymlady/assets/fonts/poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/themes/gymlady/assets/fonts/poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'merriweather';
    src: url('/themes/gymlady/assets/fonts/merriweather/MerriweatherSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'merriweather';
    src: url('/themes/gymlady/assets/fonts/merriweather/MerriweatherSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'merriweather';
    src: url('/themes/gymlady/assets/fonts/merriweather/MerriweatherSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'merriweather';
    src: url('/themes/gymlady/assets/fonts/merriweather/MerriweatherSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

body {
    font-family: "Oswald", sans-serif;
}

.font-poppins {
    font-family: 'Poppins';
}

.register-form .form-control, .login-form .form-control {
  background-color: #efefef;
  padding: 0.75em 1em;
  width: 100%;
}

.form-control:focus {
  background-color: #f0f8ff;
  box-shadow: 0 0 5px rgba(0,123,255,0.4);
}

.register-form label, .login-form label {
  color: #333;
  margin-bottom: 4px;
  display: inline-block;
}

.register-form .form-control-comment, .login-form .form-control-comment {
  display: none !important;
}

.register-form .input-group .input-group-btn, .login-form .input-group .input-group-btn {
  display: none !important;
}