﻿#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: 100%;
        }

        .registration-field > div:nth-child(2) select {
            width: 101.6%;
        }

#save{
    width: 100px;
}

.error {
    color: red;
    display: block;
}

#captcha-image{
    margin-top: 3px;
}
