body {
	background-color: #fff;
}
/* MAIN BOX */
.main-logo a, .main-logo a:hover {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
.main-box {
	min-height: 100vh;
	background: no-repeat center center fixed #ddd;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.main-logo {
	font-family: 'Open Sans', sans-serif;
	font-size: 3em;
	color: #0050aa;
}
.main-logo img {
    width: 1.5em; height: 1.5em;
}
.main-logo h1 {
    font-size: 1em;
}
.main-headline {
	font-family: 'Cabin Sketch', cursive;
	font-size: 4em;
	color: #0066ff;
}
/* LOGIN BOX */
.login-box {
	width: 100%;
	min-height: 100vh;
	margin-top: -60px;
}
.login-box > form > input {
	max-width: 300px;
	margin: 0 auto;
}
.login-box > form > input[type="text"] {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	padding: 0.7em;
	height: auto;
}
.login-box > form > input[type="password"] {
	margin-top: -1px;
	border-top-left-radius: 0;
  	border-top-right-radius: 0;
	padding: 0.7em;
	height: auto;
}
/* NAVBAR */
.nav-bar > .navbar-brand {
	font-family: 'Open Sans', sans-serif;
	color: #06f;
}
.nav-area { height: 60px; }
/* COPY */
.copy {
	font-size: 15px;
	color: #333;
}
/* REGISTER */
.register-phone > select {
	display: inline-block!important;
	width: 100px!important;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.register-phone > input {
	display: inline-block!important;
	width: calc(100% - 100px)!important;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: none;
}
