::placeholder{
    color: rgb(104, 104, 104);
    /* color: rgba(3, 255, 171, 0.621); */
}

/* background: rgb(14,14,14);
background: linear-gradient(0deg, rgba(42,42,42,1) 0%, rgba(20,20,20,1) 100%);  */

/* Login */
/* Signup */
/* Auth */

.overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(14, 14, 14, 0.7);
    z-index: 8;
}

textarea:focus, input:focus{
    outline: none;
}

.auth-container{
    position: absolute;
    width: 25%;
    min-width: 400px;
    max-width: 500px;
    height: 55%;
    height: auto;
    top: 10%;
    left: 37.5%;
    margin: 0 auto;
    margin-bottom: 0;
    background-color: rgb(30, 30, 30);
    border-radius: 10px;
    padding: 4%;
    padding: 20px;
    padding-bottom: 0;
    border: 4px solid rgba(17, 17, 17, 0.123);
    z-index: 9;
    box-shadow: 0px 0px 2px 5px rgba(109, 109, 109, 0.1);
    font-family: "Exo 2",sans-serif;
}
.auth-container::after {
    content: "";
    /* background-image: url(../images/bg/header-bg.png); */
    background-image: none;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.auth-container .dc{
    position: relative;
    width: auto;
    height: auto;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
}
/* .auth-container #dc{
    position: relative;
    width: auto;
    height: auto;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
} */
.auth-container img{
    position: relative;
    width: auto;
    max-width: 100%;
    min-width: 200px;
}
.auth-container #usernameRow {
    width: 100%;
    height: 70px;
}
.auth-container input{
    display: block;
    margin: 0;
    margin-bottom: 2px;
    padding: 5px;
    padding-left: 50px;
    padding-right: 50px;
    background-color: rgb(27, 27, 27);
    position: relative;
    width: 70%;
    width: calc(100% - 100px);
    height: 50px;
    font-size: 1.3em;
    font-family: "Exo 2",sans-serif;
    border: none;
    color: white;
    /* box-sizing: border-box; */
}
.auth-container i{
    position: absolute;
    color: gray;
    z-index: 9;
    margin-top: 20px;
    margin-left: 10px;
}
/* .auth-container #txtEmail{
    background: url(/images/icons/torso30.svg) no-repeat scroll 5px 5px;
}
.auth-container #txtPassword{
    background: url(/images/icons/lock30.svg) no-repeat scroll 5px 5px;
    background-size: auto;
    margin-bottom: 50px;
} */
.auth-container .btn{
    position: relative;
    width: 49.79999999%;
    width: 99.99999%;
    height: 50px;
    border: none;
    margin: 0;
    padding: 0;
    font-weight: bold;
}
.auth-container button{
    position: relative;
    width: 49.79999999%;
    width: 99.99999% !important;
    height: 50px;
    border: none;
    margin: 0;
    padding: 0;
    font-weight: bold;
}
.auth-container button:hover{
    filter:brightness(120%);
    /* color:#222; */
}
.auth-container #btnReset{
    position: relative;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 50px;
}



/* Login + Signup Elements */

.btn-password {
    width: 100% !important;
    height: 40px;
    border-radius: 2px !important;
    background-color: #222;
    margin-top: 1%;
    color: grey;
    border: none;
    cursor: pointer;
}
.btn-password:hover {
    color: white;
}
#btnLogout {
    position: fixed;
    top: 10%;
    right: 5%;
    display: none;
    width: auto;
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    border-radius: 2px !important;
    background-color: #222;
    margin-top: 1%;
    color: grey;
    border: 2px solid #111;
    cursor: pointer;
}
#btnLogout:hover {
    border: 2px solid red;
}
#btnLogin {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
/* #btnLogin_ {
    position: fixed;
    top: 0;
    right: 0;
    display: block !important;
    width: auto;
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 2px !important;
    background-color: #222;
    color: white;
    border: 2px solid #111;
    cursor: pointer;
    z-index: 9;
    line-height: 0.3em !important;
}
#btnLogin_:hover {
    border: 2px solid red;
} */
/* .btn-action {
} */
#btnGoToLogin {
    background-color: orange;
    color: white;
}
#btnClose {
    position: relative;
    float: right;
    background-color: #333;
    color: white;
    width: 90px !important;
    height: 60px !important;
    font-size: 1.5em;
    line-height: 0;
    border: none;
    border-radius: 5px;
    border: 2px solid black;
    z-index: 9;
}
#btnClose:hover {
    border: 2px solid crimson;
}
#btnLogin {
    background-color: orange;
    color: white;
}
#quickstart-sign-in {
    background-color: orange;
    color: white;
}
#btnGoToSignUp {
    border-radius: 0;
    background-color: crimson;
    color: white;
}
#quickstart-sign-up {
    background-color: crimson;
    color: white;
}
#btnSignUp {
    background-color: crimson;
    color: white;
}
#btnChangeEmail{
	background-color: forestgreen;
	color: white;
}
.quickstart-user-details-container p,.quickstart-user-details-container h1,.quickstart-user-details-container h2,.quickstart-user-details-container h3 {
    color: black !important;
}
.quickstart-user-details-container {
    display: none;
    background-color: black;
    color: black !important;
}
#btnLogout {
    position: fixed!important;
    width: auto !important;
    height: auto !important;
    top: 11% !important;
    right: 2% !important;
    background-color: #222 !important;
    color: whitesmoke !important;
}
.btnLogout {
    position: absolute;
    width: auto!important;
    height: auto!important;
    top: 0%;
    right: 2%;
    background-color: #222 !important;
}
.btnLogout:hover {
    background-color: #333 !important;
}

button#scrollDOWN {
    position: fixed;
    right: 3%;
    bottom: 5%;
    z-index: 9;
}
button#scrollUP {
    position: fixed;
    right: 3%;
    bottom: 10%;
    z-index: 9;
}

/* login logout signup mobile */


@media (max-width:768px){
    #btnGoToSignUp, #btnGoToLogin, #btnLogin, #btnSignUp {
        width: 100% !important;
    }
    input{
        font-size: 1.5em !important;
        text-align: center;
    }
}

/* input,p,b,i, a,h1,h2,h3,h4,h5,h6,div, button{
} */