
body{
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
	height:100vh;
	min-height:550px;
	background-color:#f5fcf9;
	background-image: url("../img/slider-home-01-slide-03-bg.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center;
	position:relative;
    overflow-y: hidden;
}
a{
  text-decoration:none;
  color:#444444;
}
.login-reg-panel{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
	text-align:center;
    width:70%;
	right:0;left:0;
    margin:auto;
    height:400px;
    background-color:#1DAE36;
}
.white-panel{
    background: #ffffff url(../img/login_img4.png) no-repeat scroll bottom / 100%;
    height:500px;
    position:absolute;
    top:-50px;
    width:50%;
    right:calc(50% - 50px);
    transition:.3s ease-in-out;
    z-index:0;
    box-shadow: 0 1px 10px rgba(61, 61, 61, .20);
}
.login-reg-panel input[type="radio"]{
    position:relative;
    display:none;
}
.login-reg-panel{
    color:#ffffff;
}
.login-reg-panel #label-login, 
.login-reg-panel #label-register{
    border:2px solid #ffffff;
    padding:5px 5px;
    width:150px;
    display:block;
    text-align:center;
   /* border-radius:10px;*/
    cursor:pointer;
    font-weight: 600;
    font-size: 18px;
}
.login-info-box{
    width:30%;
    padding:0 50px;
    top:20%;
    left:0;
    position:absolute;
    text-align:left;
}
.register-info-box{
    width:30%;
    padding:0 50px;
    top:20%;
    right:0;
    position:absolute;
    text-align:left;
    
}
.right-log{right:50px !important;}

.login-show, 
.register-show{
    z-index: 1;
    display:none;
    opacity:0;
    transition:0.3s ease-in-out;
    color:#242424;
    text-align:left;
    padding:50px;
}
.show-log-panel{
    display:block;
    opacity:0.9;
}
.login-show input[type="text"], .login-show input[type="password"]{
    width: 100%;
    display: block;
    margin:20px 0;
    padding: 15px;
    border: 1px solid #b5b5b5;
    outline: none;
}
.login-show input[type="button"] {
    max-width: 150px;
    width: 100%;
    background: #464952;
    color: #f9f9f9;
	margin: 10px 0;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    float:right;
    cursor:pointer;
}
.login-show a{
    display:inline-block;
    padding:20px 0;
}

.register-show h2{
    /*display:inline-block;
    padding:5px 0 0 0;*/
	font-weight: 700;
}

.login-show h2{
    /*display:inline-block;
    padding:5px 0 0 0;*/
	font-weight: 600;
}
.register-show input[type="text"], .register-show input[type="password"]{
    width: 100%;
    display: block;
    margin:20px 0;
    padding: 15px;
    border: 1px solid #b5b5b5;
    outline: none;
}
.register-show input[type="button"] {
    max-width: 150px;
    width: 100%;
    background: #444444;
    color: #f9f9f9;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    float:right;
    cursor:pointer;
}
.credit {
    position:absolute;
    bottom:10px;
    left:10px;
    color: #3B3B25;
    margin: 0;
    padding: 0;
    font-family: Arial,sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    z-index: 99;
}
a{
  text-decoration:none;
  color:#1DAE36;
}


.register-show a {
    background-color: #fff;
    color: #464952;
    box-shadow: 0 1px 10px rgba(61, 61, 61, .20);
}

.register-show a:hover,
.register-show a:focus {
    color:#1dae36;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .15);
    background-color: #fff;
}

.register-show a {
    display: block;
    text-decoration: none;
    position: relative;
    padding: 15px;
    font-size: 18px;
    border-radius: 0px;
    background-color: #fff;
	margin: 20px 0;
}
 
.register-show a .icon-accordion {
    position: absolute;
    right: 15px;
    line-height: 25px;
}