﻿

#std-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.67);
    z-index: 2;
    cursor: pointer;
}

#std-signin {
    display: none;
    position: fixed;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #323232;
    width: 100%;
    background-color: #ddb785;
    padding: 20px;
    text-align: center;
}
#std-pswd {
    display: none;
    position: fixed;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #323232;
    width: 300px;
    background-color: #ddb785;
    padding: 20px;
    text-align: center;
}

#std-signup {
    display: none;
    position: fixed;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #323232;
    width: 100%;
    background-color: #ddb785;
    padding: 20px;
    text-align: center;
}


    #std-pswd .form-group, #std-signup .form-group {
        text-align: left;
        font-size: .9rem;
        font-weight: bold;
        margin-top: 15px;
    }

    #stdsignin h2 {
        font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
    }

#std-signup h4 {
    font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
}

.ew-check:checked {
    background-color: #323232;
    border: none;
}

.ew-check {
    background-color: #ddb785;
}


#std-login-fb {
    width: 50px;
    height: 50px;
    fill: #323232;
    cursor: pointer;
    margin-top: 15px;
}
    #std-login-fb:hover {
        fill: #f7f7f7;
    }

.stdneedpswd {
    color: #323232;
}
.stdneedpswd:hover {
    color: #f7f7f7;
}
.stduserlabel {
    font-weight: bold;
    margin-top: .75rem;
    font-size: .9rem;
}
#stdsignin {
    text-align: left;
}

.stduserfrm {
    background-color: rgba(247, 247, 247, 0.33);
}
    .stduserfrm input[type="text"] {
        background-color: rgba(247, 247, 247, 0.33);
    }
    .stduserfrm input[type="password"] {
        background-color: rgba(247, 247, 247, 0.33);
    }

.formerror {
    background-color: rgba(205, 89, 89, 1);
    color: #f7f7f7;
}
    .formerror input[type="text"] {
        background-color: rgba(205, 89, 89, 1);
        color: #f7f7f7;
    }



#stdsignup {
    border-top: 2px solid #323232;
    margin-top: 15px;
}



@media (prefers-color-scheme: dark) {


    #std-overlay-x {
        background-color: rgba(221, 183, 133, 0.2);
    }



}

@media (prefers-color-scheme: light) {



}

@media (min-width: 576px) {

    #std-signin, #std-signup {
        width: 500px;
    }
    #stdsignup {
        border-top: none;
        margin-top: 0;
    }


}

@media (min-width: 768px) {

    #std-signin, #std-signup {
        width: 600px;
    }

}

@media (min-width: 992px) {



}


@media (min-width: 1200px) {


}


@media (min-width: 1500px) {



}

@media (min-width: 1800px) {


}