/*Poistetaan sendReleaseEmailBtn betavaiheen jälkeen */
@media screen and (max-width: 770px){
    #sendReleaseEmailBtn, #submitRegisterationBtn {
        width: 90% !important;
        margin-top: 1em !important;
    }
}

input {
    width: 280px;
}

.marginpadding_bottom_0 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.reg_form {
    text-align: center;
    margin-right: 5px;
}

#agree {
      width: 30px;
}

#show_password {
    width: 30px;
}

/*Poistetaan article betavaiheen jälkeen*/
article {
    width: 90% !important;
    margin: auto;
    margin-top: 2em !important;
}
