/**
** Authentication css 
**/

body, html {
    height: 100%;
}

.fas {
    color: black;
    font-style: normal;
    font-family: FontAwesome !important;
    margin: 2px;
}

.row {
    margin: 0px;
}

.login-form {
    .default-login-wrapper {
        padding-top: 15%;
    }

    .customer-login-wrapper {
        padding-top: 10%;
    }

    .field-validation-error {
        display: block;
    }

    .input-validation-error {
        border-bottom-width: thick !important;
        border-color: red !important;
    }
}

.login-form section div {
    padding-top: 5px;
}

.login-form .glass {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.login-form input.form-control {
    max-width: 350px;
    display: inline-block;
}

.customer-login-grad {
    position: fixed;
    top: -20px;
    left: -20px;
    right: -40px;
    bottom: -40px;
    width: auto;
    height: auto;
    background-size: cover;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    z-index: -2;
    overflow-x: hidden;
    overflow-y: auto;
}

.customer-login-wrapper {
    .logo-wrapper {
        min-width: 120px;
    }

    .logo {
      max-width: 200px;
      max-height: 150px;
    }

    .login-button {
        width: 40%;
        height: 35px;
        background: #337ab7;
        border: 1px solid #fff;
        cursor: pointer;
        border-radius: 15px;
        color: #fff;
        font-family: 'Exo';
        font-size: 16px;
        font-weight: 400;
        padding: 6px;
        margin-top: 10px;
      }

      .login {
        padding: 10px;
        z-index: 2;
      }
  }
  
.button-default-black {
    background-color: #000;
    border: none;
    color: white;
    padding: 12px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border: 2px solid #000;
}

.button-default-black {
    transition-duration: 0.4s;
}

.button-default-black:hover {
    background-color: #fff;
    color: black;
    cursor: pointer;
}

.button-default-black:disabled {
    background-color: grey;
    border: 2px solid grey;
}

.button-default-black:disabled:hover {
    background-color: grey;
    color: white;
    border: 2px solid grey;
    cursor: pointer;
}


.company-info {
    opacity: 0.8;
    margin: auto;
    width: 100%;
    padding: 10px 0px 0px 0px;
    font-family: 'Arial', sans-serif;
    font-size: 16px;

    .background-info-hidden {
        height: 20px;
        overflow: hidden;
        margin-bottom: 20px;
      }
      
    .background-info-visible {
        height: auto;
      }
  }
  
.input-validation-error {
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    color: #ec3f41;
}

.modal-xl {
    width: 90%;
    max-width: 900px;
    color: grey;
}

.m-3 {
    margin: 3px;
}

.m-b-lg {
    margin-bottom: 30px;
}

ul {
    list-style-type: none;
    padding: 0;
}