@import url(http://fonts.googleapis.com/css?family=Roboto:300);

/****** LOGIN MODAL ******/
.bnp-form-label {
	font-weight: 400;
	font-size: 13px;
	background: #FFF;
	margin-left: 15px;
	margin-bottom: -9px;
	z-index: 1;
	padding: 0px 5px;
	color: #686868;
}
.bnp-sex {
	box-sizing: border-box;
    width: 100%;
    height: calc(3em + 2px);
    margin: 0 0 1em;
    padding: 6px;
    padding-left: 12px;
    border: 0.5px solid #bababa;
    border-radius: 3px;
    background: #fff;
    font-size: 16px;
    resize: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.bnp-sex label {
	font-size: 16px;
	font-weight: normal;
}
.bnp-sex .bnp-check {
	width: 33%;
	display: block;
	float: left;
	padding-top: 6px;
}

.bnp-line {
	margin-left: -30px;
	margin-right: -30px;
	margin-top: 55px;
	border: 1px solid green;
}
.bnp-btn, .bnp-btn:hover, .bnp-btn:active {
	background: #686868;
	color: #FFF;
	border-radius: 3px;
	margin-left: 5px;
	margin-right: 5px;
	width: 160px;
}

.bnp-notification-h1 {
	font-size: 60px;
	color: green!important;
}

.bnp-notification {
	color: green!important;
	text-transform: uppercase;
	font-size: 16px;
}
.bnp-icheck-material {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
	border-left-color: rgb(250, 235, 204);
	font-weight: normal;
	border-left: 3px solid #faebcc;
	border-right: 1px solid #faebcc;
	border-top: 1px solid #faebcc;
	border-bottom: 1px solid #faebcc;
	padding: 10px 5px 5px 15px;
	border-radius: 3px;
	text-transform: uppercase;
	height: 42px;
    margin-bottom: 10px;
}
.bnp-icheck-material label {
	padding-top: 1px;
	font-weight: normal;
	background: none!important;
}

input[type="text"] {
    box-sizing: border-box;
    width: 100%;
    height: calc(3em + 2px);
    margin: 0 0 1em;
    padding: 6px;
    padding-left: 12px;
    border: 0.5px solid #bababa;
    border-radius: 3px;
    background: #fff;
    font-size: 16px;
    resize: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-weight: normal;
}
input[type="text"]:focus {
    border-color: #686868;
}
input[type="text"]:focus + label[placeholder]:before {
    color: #686868;
}
input[type="text"]:focus + label[placeholder]:before,
input[type="text"]:valid + label[placeholder]:before {
    transition-duration: .2s;
    transform: translate(0, -1.6em) scale(0.9, 0.9);
    /*font-weight: bold;*/
}
input[type="text"]:valid {
    border-color: green;
}
input[type="text"]:valid + label[placeholder]:before {
    color: green;
}
input[type="text"]:invalid + label[placeholder][alt]:before {
    content: attr(alt);
}
input[type="text"] + label[placeholder] {
    display: block;
    pointer-events: none;
    line-height: 1.25em;
    margin-top: calc(-3em - 9px);
    margin-bottom: calc((3em - 1em) + 2px);
    font-weight: normal;
}
input[type="text"] + label[placeholder]:before {
    content: attr(placeholder);
    display: inline-block;
    margin: 0 calc(0.5em + 2px);
    padding: 0 2px;
    color: #7d7d7d;
    white-space: nowrap;
    transition: 0.3s ease-in-out;
    background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    background-size: 100% 5px;
    background-repeat: no-repeat;
    background-position: center;
}

/*input password*/

input[type="password"] {
    box-sizing: border-box;
    width: 100%;
    height: calc(3em + 2px);
    margin: 0 0 1em;
    padding: 6px;
    padding-left: 12px;
    border: 0.5px solid #bababa;
    border-radius: 3px;
    background: #fff;
    font-size: 16px;
    resize: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-weight: normal;
}
input[type="password"]:focus {
    border-color: #686868;
}
input[type="password"]:focus + label[placeholder]:before {
    color: #686868;
}
input[type="password"]:focus + label[placeholder]:before,
input[type="password"]:valid + label[placeholder]:before {
    transition-duration: .2s;
    transform: translate(0, -1.6em) scale(0.9, 0.9);
    /*font-weight: bold;*/
}
input[type="password"]:valid {
    border-color: green;
}
input[type="password"]:valid + label[placeholder]:before {
    color: green;
}
input[type="password"]:invalid + label[placeholder][alt]:before {
    content: attr(alt);
}
input[type="password"] + label[placeholder] {
    display: block;
    pointer-events: none;
    line-height: 1.25em;
    margin-top: calc(-3em - 9px);
    margin-bottom: calc((3em - 1em) + 2px);
    font-weight: normal;
}
input[type="password"] + label[placeholder]:before {
    content: attr(placeholder);
    display: inline-block;
    margin: 0 calc(0.5em + 2px);
    padding: 0 2px;
    color: #7d7d7d;
    white-space: nowrap;
    transition: 0.3s ease-in-out;
    background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    background-size: 100% 5px;
    background-repeat: no-repeat;
    background-position: center;
}
.loginmodal-submit {
    border: 1px solid #3079ed;
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    background-color: #686868;
    padding: 17px;
    width:100% !important;
    font-family: roboto;
    font-size: 14px;
    border-radius: 4px;
	text-transform: uppercase;
}
.log-icon {
    opacity: 0.5;
}
.login-register a{
    color: #5A738E;
    text-decoration: none;
}
.reset_pass{
    padding-top: 10px;
}
.login-help {
    font-size: 12px;
    text-align: center;
    padding-top: 20px;
    clear: both;
}
.login-register-link {
    color: #5A738E;
}
.login-register-link a, .login-register-link a:hover {
	text-decoration: none;
}
.login-help>div:first-child{
    line-height: 23px !important;
}
.payment-body{
    display: block !important;
}
.conten_login{
    padding-top: 50px;
}