﻿.desktop #registration-form {
    margin-right: 10%;
    margin-left: 10%;
}

.registration-field {
    margin-bottom: 10px;
}

    .registration-field > div:nth-child(1) {
        width: 25%;
        /*background-color: red;*/
        display: inline-block;
        vertical-align: top;
    }

    .registration-field > div:nth-child(2) {
        width: 65%;
        /*background-color: blue;*/
        display: inline-block;
        vertical-align: top;
    }

        .registration-field > div:nth-child(2) input {
            width: 94%;
        }

.desktop .registration-field > div:nth-child(2) select {
    width: 96%;
}

.mobile .registration-field > div:nth-child(2) select {
    width: 98%;
}

.desktop #save {
    min-width: 100px;
}

.mobile #save {
    min-width: 200px;
    margin-bottom: 20px;
}

.error {
    color: red;
    display: block;
}

#captcha-image {
    margin-top: 3px;
}

.mobile input, .mobile select {
    border: 1px solid gray;
}

.mobile #send-email-verification-code, .mobile #generate-password {
    padding-bottom: 15px;
    padding-right: 17px;
}

.desktop #email-parent, .desktop #password-parent {
    width: 55%;
}

.mobile #email-parent, .mobile #password-parent {
    width: 57%;
}
