* {
	margin: 0;
	padding: 0;
	outline: none;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #FFF;
	color: #333;
	-webkit-font-smoothing: antialiased;
	font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	font-size: 16px;
	font-weight: 500;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

h2 {
	color: rgb(34,34,34);
	font-size: 2.2em;	
	font-weight: 200;
	margin: 0 0 24px 0;
}

/*SECTION CONTAINER*/
section#loginBox {
	background-color: rgb(255,255,255);
    border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 0 4px rgba(0,0,0,0.2);
	margin: 40px auto; /*aligns center*/
	padding: 15px;
}

/*FORM*/
form.minimal label {
	display: block;
	margin: 6px 0;	
}

form.minimal input[type="text"],
form.minimal input[type="email"],
form.minimal input[type="number"],
form.minimal input[type="search"],
form.minimal input[type="password"],
form.minimal textarea {
	background-color: rgb(255,255,255);
	border: 1px solid rgb( 186, 186, 186 );
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
	  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
	display: block;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 14px;
	margin: 6px 0 12px 0;
	padding: 8px;	
	text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
	width: 100%;
	
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	  transition: all 0.1s linear;
}

form.minimal input[type="text"]:focus,
form.minimal input[type="email"]:focus,
form.minimal input[type="number"]:focus,
form.minimal input[type="search"]:focus,
form.minimal input[type="password"]:focus,
form.minimal textarea:focus,
form.minimal select:focus { 
 	border-color: #4195fc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px #4195fc;
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px #4195fc;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px #4195fc;
	color: rgb(0,0,0);
}

form.minimal input[type="text"]:invalid:focus,
form.minimal input[type="email"]:invalid:focus,
form.minimal input[type="number"]:invalid:focus,
form.minimal input[type="search"]:invalid:focus,
form.minimal input[type="password"]:invalid:focus,
form.minimal textarea:invalid:focus,
form.minimal select:invalid:focus { 
	border-color: rgb(248,66,66);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgb(248,66,66);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgb(248,66,66);
	  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgb(248,66,66);
}

p {
  color: rgba(0,0,0,.8)
  font-size: .8em;
  margin: 0 0 24px 0;
}

.button-container {
	height: 40px;
}
#loginBox{
    text-align: center;
}
#loginBox label{
    text-align: left;
}
/*BUTTON DESIGN*/
[class*='btn-'] {
	border: none;
	border-bottom: 2px solid rgba(0,0,0,.15);
	border-top: 1px solid rgba(255,255,255,.15);
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font: -webkit-small-control;
	font-size: .7em;
	letter-spacing: 1px;
	line-height: 140%;
	padding: 10px 20px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	text-transform: uppercase;
	
	-webkit-transition: all 0.1s linear;
 	-moz-transition: all 0.1s linear;
   	-o-transition: all 0.1s linear;
      transition: all 0.1s linear;
}

.btn-minimal {
	background-color: rgb(255,255,255);
	border-radius: 0;
	border: 1px solid rgb( 186, 186, 186 );
	color: rgb( 186, 186, 186 );
	text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
	width: auto;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	
}
.btn-minimal.left{
    float:left;
}
.btn-minimal.right{
    float:right;
}
.btn-minimal:hover {
	background-color: #4195fc;
	border: 1px solid rgba(0,0,0,.1);
	color: rgb(255,255,255);
	cursor: pointer;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
		
.btn-minimal:active {
	box-shadow: 0 1px 1px rgba(0,0,0,0.15) inset;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1201px){
    section#loginBox{
        width: 500px;
    }
}
@media (min-width: 992px) and (max-width: 1200px){
    section#loginBox{
        width: 500px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    section#loginBox{
        width: 500px;
    }
}
@media (min-width: 550px) and (max-width: 767px){
    section#loginBox{
        width: 500px;
    }
}
@media (max-width: 549px) {
    section#loginBox{
        width: 300px;
    }
}

.golden-forms .tooltip {
	position: absolute;
	z-index: 10;
	opacity: 0;
	color: #fff;
	width: 240px;
	left: -9999px;
	top: auto;
	font-size: 11px;
	background: #333;
	background: rgba(0,0,0,0.8);
	-webkit-transition: margin .6s,opacity .6s;
	-moz-transition: margin .6s,opacity .6s;
	-ms-transition: margin .6s,opacity .6s;
	-o-transition: margin .6s,opacity .6s;
	transition: margin .6s,opacity .6s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.golden-forms .tooltip>em {
	padding: 10px;
	font-style: normal;
	display: block;
	position: static;
}

.golden-forms .tooltip:after {
	content: '';
	position: absolute;
}

.golden-forms .input:focus+.tooltip,.golden-forms .textarea:focus+.tooltip {
	opacity: 1;
}

.golden-forms .tooltip.left {
	top: 1px;
	margin-right: -20px;
}

.golden-forms .tooltip.left:after {
	top: 12px;
	left: 100%;
	border-left: 6px solid #333;
	border-left: 6px solid rgba(0,0,0,0.8);
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}

.golden-forms .input:focus+.tooltip.left,.golden-forms .textarea:focus+.tooltip.left {
	right: 100%;
	left: auto;
	margin-right: 5px;
}

.golden-forms .tooltip.right {
	top: 1px;
	margin-left: -20px;
}

.golden-forms .tooltip.right:after {
	top: 12px;
	right: 100%;
	border-right: 6px solid #333;
	border-right: 6px solid rgba(0,0,0,0.8);
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}

.golden-forms .input:focus+.tooltip.right,.golden-forms .textarea:focus+.tooltip.right {
	left: 100%;
	margin-left: 5px;
}

.golden-forms .tooltip.right-top {
	bottom: 100%;
	margin-bottom: -20px;
}

.golden-forms .tooltip.right-top:after {
	top: 100%;
	right: 12px;
	border-top: 6px solid #333;
	border-top: 6px solid rgba(0,0,0,0.8);
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}

.golden-forms .input:focus+.tooltip.right-top,.golden-forms .textarea:focus+.tooltip.right-top {
	right: 0;
	left: auto;
	margin-bottom: 10px;
}

.golden-forms .tooltip.left-top {
	bottom: 100%;
	margin-bottom: -20px;
}

.golden-forms .tooltip.left-top:after {
	top: 100%;
	left: 12px;
	border-top: 6px solid #333;
	border-top: 6px solid rgba(0,0,0,0.8);
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}

.golden-forms .input:focus+.tooltip.left-top,.golden-forms .textarea:focus+.tooltip.left-top {
	left: 0;
	right: auto;
	margin-bottom: 10px;
}

.golden-forms .tooltip.right-bottom {
	top: 100%;
	margin-top: -20px;
}

.golden-forms .tooltip.right-bottom:after {
	bottom: 100%;
	right: 12px;
	border-bottom: 6px solid #333;
	border-bottom: 6px solid rgba(0,0,0,0.8);
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}

.golden-forms .input:focus+.tooltip.right-bottom,.golden-forms .textarea:focus+.tooltip.right-bottom {
	right: 0;
	left: auto;
	margin-top: 10px;
}

.golden-forms .tooltip.left-bottom {
	top: 100%;
	margin-top: -20px;
}

.golden-forms .tooltip.left-bottom:after {
	bottom: 100%;
	left: 12px;
	border-bottom: 6px solid #333;
	border-bottom: 6px solid rgba(0,0,0,0.8);
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}

.golden-forms .input:focus+.tooltip.left-bottom,.golden-forms .textarea:focus+.tooltip.left-bottom {
	right: auto;
	left: 0;
	margin-top: 10px;
}
.golden-forms .lbl-ui {
    position: relative;
    display: block;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {

	.golden-forms .tooltip,.golden-forms .options,.menu-wrappers,.golden-forms .rating,.golden-forms .toggle-switch {
		-webkit-animation: bugfix infinite 1s;
	}@	-webkit-keyframes bugfix {
		from{padding: 0;
	}

	to {
		padding: 0;
	};
}}
.golden-forms .input+.tooltip.error.right-top{
    right: 0;
    left: auto;
    margin-bottom: -20px;
    opacity: 1;
}
.golden-forms .tooltip.error {

    background: #FF4F3F;
}
.golden-forms .tooltip.error.right-top:after {

    border-top: 6px solid #FF4F3F;
}
.golden-forms .tooltip.error>em {
    padding: 8px 12px;
    text-align: center;
}
.golden-forms .input:focus+.tooltip.error, .golden-forms .textarea:focus+.tooltip.eror {
    opacity: 0;
}
