/* 
COPYRIGHT AVALANCHE PLEASE DONT REUSE!
SKID = BAD!!
*/
.main{
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    padding-left:10px;
    padding-right:10px;
}
.signup-container{
    margin-top:5px;
    border:1px solid #495057;
    max-width:680px;
    padding:12px;
    border-radius:5px;
}
input{
    background-color: #15161a;
    border-color: #32343a;
    color: #fff;
    border:2px;
    border-radius:3px;
    font-size: 1rem;
    font-weight: 400;
}
.signup-requirements{
    color:#2b3035;
}
.signup-step-info{
    color:#b8b8b8!important;
}
.step-warning{
    font-weight: 650;
}
.aboutme-textarea{
    /* same stuff as input*/
    background-color: #15161a;
    border-color: #32343a;
    color: #fff;
    border:2px;
    border-radius:3px;
    font-size: 1rem;
    font-weight: 400;
}
.copythis-signup{
    border:1px solid #084298;
    padding:15px;
    border-radius:5px;
    background-color:#031633;
    display:flex;
}
.signup-copy{
    background-color:whitesmoke;
    border:0;
    width:50px;
    height:40px;
    cursor:pointer;
    border-radius:5px;
    margin-left:10px;
}
.accept{
    width:100% !important;
}