/*
AquaSwift Inc.
http://www.aquaswift.ca/

author: Matthew Dixon
last updated: 2017-06-24
*/

@font-face {
    font-family: 'Lato';
    src: url('./fonts/Lato/Lato-Regular.ttf');
}

body, html{
  height: 100%;
 	background-repeat: no-repeat;
  background-color: #efeff6;
 	font-family: 'Lato';
}

.main{
 	margin-top: 50px;
}

img.logo {
  width:230px;
  height:58px;
}

hr {
	width: 10%;
	border-color: #2ba7d5;
}

.form-group{
	margin-bottom: 15px;
}

label{
	margin-bottom: 15px;
}

input,
input::-webkit-input-placeholder {
    font-size: 11px;
    padding-top: 3px;
}

.main-login{
 	background-color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);

}

.main-center{
 	margin-top: 30px;
 	margin: 0 auto;
 	max-width: 330px;
    padding: 40px 40px;

}

.login-button{
	margin-top: 5px;
}

.login-register{
	font-size: 12px;
	text-align: center;
  margin-top: 10px;
}
