body, body *{
    margin: 0;
    padding: 0;
    display: block;
    box-sizing: border-box;
}
#bgZoom{
    position: absolute;
    width: 100%;
    height: 100vh;
    background: url(../images/bg.jpg) no-repeat left center/cover ;
    animation: zoom 60s;
}

#topLeft{
    float: left;   
}
#topRight{
   float: right;
}

.container{
/*    padding: 30px;*/
    position: relative;
    height: 100%;
}



/*
@keyframes zoom{
    0% {
        transform: scale(1);
    }
    100%{
        transform: scale(1.4);
    }
}
*/


body{
	margin:0;
	color:#6a6f8c;
	background:#c8c8c8;
	font:600 16px/18px 'Open Sans',sans-serif;
}
*,:after,:before{box-sizing:border-box}
.clearfix:after,.clearfix:before{content:'';display:table}
.clearfix:after{clear:both;display:block}
a{color:inherit;text-decoration:none}


.login-html{
	width:100%;
	height:100%;
	position:relative;
	padding:30px;
	background:rgba(40, 41, 43, 0.86);
    border-radius: 10px;
}
.login-html .sign-in-htm,
.login-html .sign-up-htm{
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
/*	transform:rotateY(180deg);*/
	backface-visibility:hidden;
	transition:all .4s linear;
}
.login-html .sign-in,
.login-html .sign-up,
.login-form .group .check{
	display:none;
}
.login-html .tab,
.login-form .group .label,
.login-form .group .button{
/*	text-transform:uppercase;*/
}
.login-html .tab {
    font-size: 22px;
    margin-right: 15px;
    padding-bottom: 5px;
    margin: 0 15px 35px 0;
    text-align: center;
    display: block;
    border-bottom: 2px solid transparent;
}
.login-html .sign-in:checked + .tab, .login-html .sign-up:checked + .tab {
    color: #fff;
    border-color: #4fb5b8;
}
.login-form{
	min-height:230px;
	position:relative;
	perspective:1000px;
	transform-style:preserve-3d;
}
.login-form .group{
	margin-bottom:15px;
}
.login-form .group .label,
.login-form .group .input,
.login-form .group .button{
	width:100%;
	color:#fff;
	display:block;
}
.login-form .group .input,
.login-form .group .button{
	border:none;
	padding:12px 20px;
	border-radius:25px;
	background:rgba(255, 255, 255, 0.96);
}
.login-form .group input[data-type="password"]{
	text-security:circle;
	-webkit-text-security:circle;
}
.login-form .group .label{
	color:#aaa;
	font-size:12px;
}
.login-form .group .button {
    background: #61bdbf;
    margin-top: 45px;
}
.login-form .group label .icon{
	width:15px;
	height:15px;
	border-radius:2px;
	position:relative;
	display:inline-block;
	background:rgba(255,255,255,.1);
}
.login-form .group label .icon:before,
.login-form .group label .icon:after{
	content:'';
	width:10px;
	height:2px;
	background:#fff;
	position:absolute;
	transition:all .2s ease-in-out 0s;
}
.login-form .group label .icon:before{
	left:3px;
	width:5px;
	bottom:6px;
	transform:scale(0) rotate(0);
}
.login-form .group label .icon:after{
	top:6px;
	right:0;
	transform:scale(0) rotate(0);
}
.login-form .group .check:checked + label{
	color:#fff;
}
.login-form .group .check:checked + label .icon{
	background:#000000;
}
.login-form .group .check:checked + label .icon:before{
	transform:scale(1) rotate(45deg);
}
.login-form .group .check:checked + label .icon:after{
	transform:scale(1) rotate(-45deg);
}
.login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm{
	transform:rotate(0);
}
.login-html .sign-up:checked + .tab + .login-form .sign-up-htm{
	transform:rotate(0);
}

.hr{
	height:2px;
	margin:50px 0 20px 0;
	background:rgba(255,255,255,.2);
}
.foot-lnk{
	text-align:center;
}


.text-center {
    text-align: center;
    width: 100%;
    color: #cacaca;
    margin: 150px 0 0;
    font-weight: 400;
    letter-spacing: 1px;
}



.login-wrap{
    width: 360px;
}
.technical{
    position: relative;
   float: right;
    text-align: right;
    color: #fff;
    margin-top: 15px;
    font-weight: 400;
    font-size: 14px;
}

.label{
    font-weight: normal;
}
label {   
    font-weight: normal;
    font-size: 14px;
}

#bgZoom{
    float: left;
    width: 100%;
    position: relative;
/*    margin-top: -98px;*/
}

.captions{
    font-family: 'Montserrat', sans-serif;
    right: 0;
    bottom:0;
    position: relative;
    text-align: right;
    margin-top: 77vh;
}

.captions h3{
    font-size: 50px;
    font-weight: 900;
    color: #fff;
}
.captions p{
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
}


.login-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}
.logo{
    position: absolute;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    top: 45px;
    
}
body{
    background-color: transparent;
}
 .login-wrap {
    top: 50%;
}

@media(max-width:768px){
    .captions {   
    margin-top: 65vh;
}
    #bgZoom { 
/*    background: url(../images/bg.png) no-repeat 25% top/cover;*/
}
    .login-wrap {
    top: 60%;
}
    .login-html {
    padding: 25px 70px 30px 70px;
}
}

@media (max-width:500px){
    .technical{
        text-align: center;
        float: none;
        
    }
    #bgZoom {
     background: url(../images/bg.jpg) no-repeat 00px 100%/contain;    
}
    .login-html {
    width: 100%;
    height: 100%;
    position: relative;    
    background: rgba(38, 39, 41, 0.96);
        padding: 25px 20px 30px 20px;
}

.login-html .tab {
    font-size: 18px;
    margin-right: 15px;
    padding-bottom: 5px;
    margin: 0 15px 6px 0;
    display: inline-block;
    border-bottom: 2px solid transparent;
}

    .captions {
    margin-top: 58vh;
        text-align: center;
}

.text-center {
    text-align: center;
    width: 100%;
    color: #cacaca;
    margin: 17px 0;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
}
#topRight,#topLeft {
     float: none;
}

#topRight  img, #topLeft img{
margin:0 auto;
}
}

@media(max-width:380px){
    .login-wrap{
        width: 100%;
        
    }
    .captions h3 {
    font-size: 18px;    
}
    .captions {
    margin-top: 48vw;
}

}


.login-form .group .label {    
    font-size: 15px;
    padding: 0.4em 4.5px;
}

.login-html {
    background: rgb(255 255 255 / 87%);
    box-shadow: 0px 0px 15px 0px #00000012;
}
.login-form .group .input, .login-form .group .button {   
    box-shadow: inset 0px 2px 8px 1px #00000021;
    background: #f2f2f2;
}
.login-html .sign-in:checked + .tab, .login-html .sign-up:checked + .tab {
    color: #344040;
    border-color: transparent;
}
.login-form .group .button {
    background: #61bdbf;
    margin-top: 40px;
     box-shadow: none;
}
.login-wrap::before{
    display: block;
    content:"";
    position: absolute;
    z-index: 99;
    
    width:63px;
    height: 63px;
    top:-34px;
    left:50%;
    
    background: url(../images/userI.png) no-repeat ;
    
    transform: translateX(-50%);
}
.login-html .tab {    
    margin: 17px 15px 8px 0;
    display: block;
}

.group:nth-child(1) .input{
    background: url(../images/in1.png) no-repeat calc(100% - 10px) center;
}
.group:nth-child(2) .input{
    background: url(../images/in2.png) no-repeat calc(100% - 10px) center;
}
.login-form .group .input, .login-form .group .button{
    outline: none;
}
.login-form .group .input:focus{
    box-shadow: 0px 0px 15px 0px rgba(97, 189, 191, 0.48);
}
body {   
    background: transparent;
}
.login-form .group .label, .login-form .group .input{  
    color: #525252;
    font-weight: normal;
}

/***** dual logos **/
.logo{
    padding: 45px;
}
.logo1{    
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    transform: translateX(0 );
}
.logo2{
    float:left;
    position: absolute;
    top: auto;
    left: 45px;
    transform: translateX(0 );
}
@media(max-width:500px){
    .logo1{
        margin-top: 60px;
    }
    .logo2{
        left: 0px;
    }
    .logo1,.logo2{
        position: relative;
        padding: 7px;
        display: block;
        text-align: center;
        float: none;
    }
    .logo1 img, .logo2 img{
        text-align: center;
        display: inline-block;
    }
    .login-wrap {
    top: 10%;
    position: relative;
    transform: translate(0px, 0px);
    left: 0;
        width: 100%;
}
}