﻿body {
    font-size: 100%;
    font-family: proxima-nova,sans-serif;
    line-height: 1.5;
    color: #404040;
    background-color: #ececec;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
    height: 100%;
}

.loginform {    
    padding: 0rem;
    background-color: #ffffff;
    margin: 1rem;
}
.paddedForm {
    background-color: #ffffff;
    padding: 1rem;
    border: none;
    margin-top: 5%;
    box-shadow: 0 2px 5px 0 rgba(164, 173, 186, .25);
}

/*select, input[type="email"], input[type="password"], input[type="text"], textarea {
	background: #fff;
	padding: 12px 5px;
	font-size: 18px;
	/*color: #797979;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    height: auto;
}*/


#universalFooter {
    background: #24334a repeat-x bottom;
    border-top: 1px solid #466176;
    bottom: 0;
    color: #ffffff;
    display: block;
    position: fixed;
    width: 100%;
    z-index: 1001;
    padding-bottom: 8px;
    padding-top: 8px;
}

.c-row {
    width: 100%;
}

#universalFooter p {
    font: 11px/1.42857143 'Helvetica', Verdana, sans-serif;
    line-height: 1.42857143;
    text-align: center;
    margin: 0;
    padding: 0;
}

