/*Begin Login Page Styling */

#login-page-main {
    background-color: white;
    margin-top: 30px;
}

#login-header {
    margin-top: 20px;
}



/*body {*/
	/*background: #eee !important;*/
/*}*/

.wrapper {
    margin-top: 30px;
    margin-bottom: 70px;
}


#login-button {
   color: #fff;
    border-radius: 4px;
    background: #3c3c3c;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}

#login-page-main > div.wrapper > form > input {
    border-color: #3c3c3c;
    box-shadow: initial;
}

.errorlist > li:nth-child(1) {
    font-size: 14pt;
}


/* End Login Page Styling */


/* Begin Modal Login Popup Styling */
.modal-login {
    color: #3c3c3c;
    width: 350px;
}

#myModal input {
    transition: initial;
    box-shadow: initial;
}

.modal-login .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}
.modal-login .modal-header {
    border-bottom: none;
    position: relative;
    justify-content: center;
}

.modal-body > p {
    text-align: center;
}


.modal-login h4 {
    text-align: center;
    font-size: 26px;
    margin: 20px 0 -15px;
}

.modal-login .form-control:focus {
    border-color: #3c3c3c;
}

.modal-login .form-control, .modal-login .btn {
    min-height: 40px;
    border-radius: 3px;
}

.modal-login .close {
    position: absolute;
    top: -5px;
    right: -5px;
}

.modal-login .modal-footer {
    background: #cccccc;
    border-color: #cccccc;
    text-align: center;
    justify-content: center;
    margin: 0 -20px -20px;
    border-radius: 5px;
    font-size: 11px;
}

.modal-login .modal-footer a {
    color: #3c3c3c;
}


.modal-login.modal-dialog {
    margin-top: 80px;
}

.modal-login .btn {
    color: #fff;
    border-radius: 4px;
    background: #3c3c3c;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}

.modal-login .btn:hover, .modal-login .btn:focus {
    background: #8c8c8c;
    outline: none;
}

.trigger-btn {
    display: inline-block;
    /*margin: 100px auto;*/
    color: white;
    font-size: 12pt;
    margin-bottom: 15px;
}

/*!* End Modal Login Popup Styling *!*/
