html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.containerfull {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.multiple_emails-container {
    border: 1px #ccc solid;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    padding: 0;
    margin: 0;
    cursor: text;
    width: 100%;
}

    .multiple_emails-container input {
        clear: both;
        width: 100%;
        border: 0;
        outline: none;
        margin-bottom: 3px;
        padding-left: 5px;
        box-sizing: border-box;
    }

    .multiple_emails-container input {
        border: 0 !important;
    }

        .multiple_emails-container input.multiple_emails-error {
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px red !important;
            outline: thin auto red !important;
        }

    .multiple_emails-container ul {
        list-style-type: none;
        padding-left: 0;
    }

.multiple_emails-email {
    margin: 3px 5px 3px 5px;
    padding: 3px 5px 3px 5px;
    border: 1px #BBD8FB solid;
    border-radius: 3px;
    background: #F3F7FD;
}

.multiple_emails-close {
    float: left;
    margin: 0 3px;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 995;
    display: none;
}

#overlay-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 990;
    display: none;
}

#dvLoading {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    height: 150px;
    width: 250px;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 20%;
    margin: -125px 0 0 -125px;
    text-align: center;
    display: none;
}


/*BEGIN LOGIN LAYOUT CSS*/
.login {
    min-height: 100vh;
}

.bg-image {
    background-image: url('https://localhost:7073/images/ffback.jpg');
    background-size: cover;
    background-position: center;
}

.banner-image {
    background-position: center;
    width: 100%;
}

.login-heading {
    font-weight: 300;
}

.btn-login {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    padding: 0.75rem 1rem;
}
/*BEGIN LOGIN LAYOUT CSS*/