.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
}

.modal-enter {
    opacity: 0;
}

.modal-leave-active {
    opacity: 0;
}

@media (min-width: 576px) {
    .modal-dialog.wide-80 {
        max-width: 80%;
    }
}

@media (min-width: 768px) {
    .modal-dialog.wide-60 {
        max-width: 60%;
    }
}



/* for modals that need to be on top of other modals */

.modal-mask.zindex-in-front {
    z-index: 10000;
}


.modal-content input {font-size: 14px;}

.modal-content.signin {
    width: 253px;}


.modal-content.signin .modal-body {
    margin-bottom: 3em;
}



.modal-content.signup h5.modal-title {
    margin-bottom: 0;
}

 .modal-content.signup .modal-footer .button {
    margin-top: 0;
}

.modal-content.signup ul {
    margin-bottom: 0;
font-family: "adelle-sans", serif;
    font-weight: 400;
}

.modal-content.signup ul {
    margin-bottom: 0;
    line-height: 1.4;
}

.modal-content.signin .modal-header {
    margin-bottom: 3em;
}

.modal-content.signout h6 {
    color: white;
    font-size: 16px;
}

button#modal-sign-out-submit {
    float: right;
}

.modal-content.signout .modal-footer {
    margin-top: 13em;
}

.modal-header li, .modal-body p {
    color: white;
	    font-size: 14px;
}

.modal-body input {
	width: 16em;
    margin-top: 0.5em;}

.modal-content {
    /* make modal scrollable */
    overflow-y: auto;
    max-height: 80vh;
    width: 250px;
    margin: 0px auto;
    padding: 25px 30px;
    border-radius: 0px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
    min-height: 333px;
    padding-top: 46px;
    background-color: #292929;
	margin-top: 45px;
}

h5.modal-title {
    text-transform: uppercase;
font-family: adelle;
    line-height: 30px;
    font-size: 26px;
    font-weight: 600;
        color: #ffffff;
	    margin-top: -0.5em;

}
h6.modal-title {
    text-transform: uppercase;
font-family: adelle;
    line-height: 30px;
    font-size: 15px;
    font-weight: 600;
        color: #ffffff;
}

.modal-content h5.modal-title {
    margin-bottom: 0;
}

button#modal-sign-in-submit, button#modal-sign-up-submit {
    float: right;
}

.modal-footer .button {    margin-right: 0.5em;
    padding: 0.5em 0.5em 0.5em 0.5em ;
    min-width: 8em;
font-size: 13px;}

.modal-footer button.button.submit.close, button.button.submit.close {
    background-color: #57b7c2;
}

a.forgot {
    margin-top: 11px;
    display: block;
	text-decoration: none;
}


.leftside.fix.login input {
    width: 50%;
}

.leftside.fix.login button.submit {
    font-size: 14px;
    padding-left: 1em;
	padding-right: 1em;}

.leftside.fix.login h1 {
    margin-bottom: 1em;
}

.passwordchange form {
    padding-left: 1em;
}

.passwordchange label {
    min-width: 11em;
    display: block;
    float: left;
}
