html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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;
}

.formFecha {
    background-color: #FAF9F6;
}


.toastui-calendar-popup-section.toastui-calendar-section-button {
    display: none !important;
}

.toastui-calendar-popup-section.toastui-calendar-section-detail {
    display: none !important;
}


.toastui-calendar-floating-layer * {
    box-sizing: border-box;
    font-size: larger;
    color: black;
    font-weight: bold;
}


.body-login {
    background-image: url('../img/backgroundLogin.jpg') !important;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.login-form {
    display: grid;
    place-content: center;

    height: 100vh;
}

.toastui-calendar-detail-container{
    min-width:360px !important;
}
/*.login_btn {
    color: black;
    background-color: #FFC312;
    width: 100px;
}

    .login_btn:hover {
        color: black;
        background-color: white;
    }*/

