/* Base styles - html, body, container, global styles
-------------------------------------------------- */

/* disable transitions during page resizes - add/remove class in resize handler
-------------------------------------------------- */
#register-page{
	width: 100%;
	text-align: center;
}
#registration-header{
	padding-top: 40px;
}
#register-form-holder{
	text-align: left;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.register-input-block{
	width: 100%;
	padding: 5px 0px;
}
.register-input-header{
	font-size: 12px;
}
.register-input-holder input{
	width: 100%;
	box-sizing: border-box;

}
.register-input-holder select{
	width: 100%;
	font-size: 16px;
	padding: 5px;
	height: 31px;
}
.register-submit{
	border: 1px solid #000000;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
.register-errors{
	color: red;
	text-align: center;
}
.redBorder{
	border-color: red;
}
.blackBorder{
	border-color: #cccccc;
}

/*
.notransition {
	.transition (none) !important;
}
*/

/* Responsive
-------------------------------------------------- */

/* Tablet: >= 480px
------------------------- */
@media (min-width: 480px) {
	
}

/* Desktop (small): >= 768px
------------------------- */
@media (min-width: 768px) {

}

/* Desktop (medium): >= 992px 
------------------------- */
@media (min-width: 992px) {

}

/* Desktop (large): >= 1200px
------------------------- */
@media (min-width: 1200px) {
	
}