body{
    background-color: #fff;
}

#login{
    width: 360px;
}

.login form{
    border: none;
    box-shadow: none;
}

.login .dashicons{
    filter: grayscale(10) contrast(10);
}


.login h1 a{
    background-image: url(images/xfitnex-logo.png);
    background-size: cover;
    width: 280px !important;
    height: 100px;
    outline: none;
    box-shadow: none;
}
.login label{
    font-weight: 600;
}
.login label[for="user_login"]{
    font-size: 0;
    display: block;
    &::after{
        content: "Nombre de Instructor o correo electrónico";
        font-size: 14px;
    }
}

.login .input{
    border: none;
    border-bottom: solid 1px black;
    border-radius: 0;
}

.submit {
    clear: both;
    input[type="submit"]{
      display: block;
      width: 100%;
      margin-top: 10px;
      padding: 5px !important;
      border-radius: 8px;
      background-color: #5BD604;
      font-weight: 600;
      border: none;
      color: black;
      &:hover{
        background-color: black;
        color: white;
      }
    }
  }
  