﻿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;
}*/

