﻿
/* The Modal (background) */
.modal {
    display: none;
    position: fixed; 
    z-index: 3000;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); 
    padding-top: 60px;
}

.modal.fade.show {
    opacity: 1;
}

.blur {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 3rem auto;
    padding: 15px;
    border: 1px solid #888;
}

.modal label {
    color: #333;
}

.modal label.subheading {
    margin-top:16px;
}

/* The Close Button */
.modal-close, .refresh {
    /* Position it in the top right corner inside of the modal */
    position: absolute;
    top: -5px;
    right: 30px;
    color: #999;
    font-size: 1.75em;
    font-weight: bold;
    width: 1px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    cursor: pointer;
}

    /* Close button on hover */
    .modal-close:hover,
    .modal-close:focus {
        color: red;
        cursor: pointer;
    }

.form-signin {
    font-size: 1.0rem;
    color: #333;
    width: 400px; /* Override */
    height: auto;
    position: relative;
}

    .form-signin .title-area {
        height: 4em;
    }

    .form-signin .body-items {
        text-align: center;
    }
    
    .form-signin .title {
        font-family: Khula, sans-serif;
        font-size: 2.0rem;
        font-weight: bold;
        color: #333;
        text-align: center;
        margin-bottom: 20px;
    }

    .form-signin .checkbox {
        margin-bottom: 30px;
    }

    .form-signin .btn {
        padding-top: .75em;
        padding-bottom: .65em;
        font-size: 1.2em;
        border: 0;
    }

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    .form-signin select {
        height: 1.2em;
    }

.form-signin a.small {
    width:100%;
    font-size: 1.0em;
    text-align: center;
}

    .form-signin .signin-items {
        display: block;
    }
    .form-signin .forgotten-items {
        margin-top: 20px;
        display: none;
    }
    .form-signin .message-items {
        margin-top: 20px;
        display: none;
    }
    .form-signin .membership-items {
        margin-top: 20px;
        display: none;
    }

