
body #main {
    overflow: hidden;
    max-width: unset;
}

#signup-wrapper {
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: auto;
    top: calc( 50vh - 330px );
    left: 0;
    margin-bottom: 80px;
}
#signup-wrapper2 {
    margin: 0px auto;
}
#signup-signin {
    position: relative;
    top: 44px;
    left: 0;
    height: 0;
    font-size: 16px;
    /* color: #333; */
    opacity: 0.7;
}
#signup-forgotpassword {
    position: relative;
    top: 63px;
    left: 0;
    height: 0;
    font-size: 16px;
    /* color: #333; */
    opacity: 0.7;
}
.signup-container {
    /* border: 2px dashed #ffffff; */
    box-sizing: border-box;
    max-width: 300px;
    width: 90%;
    height: auto;
    margin: 30px auto;
    padding: 30px 10px 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.4);
    /* outline: 8px solid rgba(255,255,255,0.55); */
    border: 4px dashed rgba(255, 255, 255, 0.65);
    color: #fff;
}
#main .default-showpassword {
    background-image: url(/assets/icons/seenby2i.png);
}
#signup-title {
    text-align: center;
    margin-bottom: 15px;
    /* font-weight: 600; */
    font-size: 35px;
    /* color: #222; */
    line-height: 1;
    cursor: default;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.8;
}
.signup-input {
    margin-bottom: 6px;
    width: 100%;
    max-width: 220px;
}
.signup-text {
    font-size: 17px;
    line-height: 1.5;
    max-width: 220px;
    text-align: left;
    margin: 0 auto;
    width: 100%;
    /* opacity: 0.6; */
    height: 22px;
    margin-top: 10px;
    color: #ffebeb;
    text-align: left;
    font-size: 17px;
}

.signup-button {
    margin: 20px auto 0px;
    width: 100px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 10px 3px;
    font-size: 20px;
}
.signup-message {
    margin: 5px auto 0;
    font-size: 14px;
    color: #b36b96;
    display: none;
}
.signup-info {
    width: 13px;
    height: 13px;
    margin: 3px 2px 0px;
    opacity: 0.7;
}
.signup-showpassword {
    width: 21px;
    height: 21px;
    margin: 0;
    opacity: 0.4;
    position: relative;
    top: 2px;

}

.signup-tutorial-container {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 3% 40px;
    font-family: "Oxygen","Oxygen","Segoe UI","Helvetica Neue",Verdana, Arial,sans-serif;
    max-width: 1000px;
    margin: 0 auto;
}
.signup-tutorial-image {
    max-width: 375px;
    width: 50%;
    float: left;
    margin-right: 30px;
}
.signup-tutorial-title {
font-weight: bold;
    font-size: 23px;
    color: #555;
    line-height: 1.25;
    margin-bottom: 10px;
    letter-spacing: -0.2px;
}
.signup-tutorial-text {
    color: #666;
    font-size: 18px;
    line-height: 1.35;
    width: 90%;
    margin-bottom: 10px;
}

#signup-signin a {
    text-decoration: underline;
    color: inherit;
}
#signup-forgotpassword a {
    text-decoration: underline;
    color: inherit;
}





@media all and (max-height: 600px) {   
    #signup-wrapper {    
        top: 50px;
        top: 20px;
    }
}
@media all and (min-width: 1200px) {   

}





