/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29/11/2016, 6:21:47 PM
    Author     : oliverjacobs
*/



.form-title {
    border-bottom: thin solid black;
    padding-bottom: 5px;
    margin: 40px 0px 15px 0px;;
}


.form-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.form-part {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    margin: 20px;
    vertical-align: top;
}


#reg-submit {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: flex-end;
    align-self: stretch;
}

.mandatory {
    align-self: flex-end;
}

#confirm {
    margin-top: 200px;
}

.select-holder {
    width: 1060px;
    margin: auto;
}