﻿body {
    margin: 0;
    background: #c8c8c8;
    font: 600 16px/18px 'Open Sans',sans-serif;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Nunito', sans-serif;
    background-image: url(../images/login_bg.png);
    position: relative;
    background-position: center;
    background-size: cover;
    z-index: 1;
}
*,: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-wrap{
	width:100%;
	margin:auto;
	max-width:600px;
	position:relative;
	box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}
.login-html {
    overflow: hidden;
    width: 637px;
    height: 650px;
    box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%);
    position: relative;
    flex-direction: column;
    word-wrap: break-word;
    background-color: rgba(255,255,255,.85);
    background-clip: border-box;
    border: 3px double;
    border-image: linear-gradient(#3c7cdb 5%, #ff6600 25%, green 45%,teal 65%, #916f6f 75%, #aa8800 95%)50;
}
    .login-html .sign-in-htm {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding:20px 50px;
        position: absolute;
        transform: rotateY(180deg);
        backface-visibility: hidden;
        transition: all .4s linear;
        margin-left: 125px;
    }
.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: 10px 15px 30px 150px;
        display: inline-block;
        border-bottom: 2px solid transparent;
    }
    .login-html .sign-in:checked + .tab,
    .login-html .sign-up:checked + .tab {
        color: #ff6600;
        border-color: #ff6600;
    }
.login-form{
	min-height:345px;
	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:67%;
	color:#fff;
	display:block;
}
    .login-form .group .input {
        border: 1px solid #ced4da;
        padding: 10px 20px;
        border-radius: 7px;
        background-color: #f3f3f3 !important;
        text-align: center;
        color: #505f75 !important;
    }

    .login-form .group .button {
        border: 1px solid #ced4da;
        padding: 15px 20px;
        border-radius: 7px;
        
        text-align: center;
        margin: 10px 0;
    }
    .login-form .group input[data-type="password"] {
        text-security: circle;
        -webkit-text-security: circle;
    }
    .login-form .group .label {
        font-size: 12px;
        text-align: center;
        color: #000;
        padding-bottom: 10px;
        padding-left: 5px;
        font-weight: bold;
    }
.login-form .group .button{
	background:#1161ee;
}
    .login-form .group label .icon {
        width: 15px;
        height: 15px;
        border-radius: 2px;
        position: relative;
        display: inline-block;
        background: rgba(255,255,255,.1);
        margin: 0 10px;
    }
.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: #505f75;
    }
.login-form .group .check:checked + label .icon{
	background:#1161ee;
}
.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);
}

/********   Sign up group 2  ************/

.sign-up-htm .row{
    margin: 0 !important;
}

    .login-form .group2 .label,
    .login-form .group2 .input,
    .login-form .group2.button {
        width: 90%;
        color: #fff;
        display: block;
    }

    .login-form .group2 .input {
        border: 1px solid #ced4da;
        padding: 10px 20px;
        border-radius: 7px;
        background-color: #f3f3f3 !important;
        text-align: center;
    }

    .login-form .group2 .button {
        border: 1px solid #ced4da;
        padding: 15px 20px;
        border-radius: 17px;
        text-align: center;
    }

    .login-form .group2 input[data-type="password"] {
        text-security: circle;
        -webkit-text-security: circle;
    }

    .login-form .group2 .label {
        font-size: 12px;
        text-align: center;
        color: #000;
        padding-bottom: 10px;
        padding-left: 5px;
        font-weight: bold;
    }

    .login-form .group2 .button {
        background: #1161ee;
    }

    .login-form .group2 label .icon {
        width: 15px;
        height: 15px;
        border-radius: 2px;
        position: relative;
        display: inline-block;
        background: rgba(255,255,255,.1);
        margin: 0 10px;
    }

        .login-form .group2 label .icon:before,
        .login-form .group2 label .icon:after {
            content: '';
            width: 10px;
            height: 2px;
            background: #fff;
            position: absolute;
            transition: all .2s ease-in-out 0s;
        }

        .login-form .group2 label .icon:before {
            left: 3px;
            width: 5px;
            bottom: 6px;
            transform: scale(0) rotate(0);
        }

        .login-form .group2 label .icon:after {
            top: 6px;
            right: 0;
            transform: scale(0) rotate(0);
        }

    .login-form .group2 .check:checked + label {
        color: #505f75;
    }

        .login-form .group2 .check:checked + label .icon {
            background: #1161ee;
        }

            .login-form .group2 .check:checked + label .icon:before {
                transform: scale(1) rotate(45deg);
            }

            .login-form .group2 .check:checked + label .icon:after {
                transform: scale(1) rotate(-45deg);
            }

.login-html .sign-up:checked + .tab + .login-form .sign-up-htm {
    transform: rotate(0);
}

.login-form .group2 .button {
    background: #1161ee;
}

.login-form .group2 .button {
    border: 1px solid #ced4da;
    padding: 15px 20px;
    border-radius: 7px;
    text-align: center;
    margin: 20px;
}

.login-form .group2 .button {
    width: 90%;
    color: #fff;
    display: block;
}
.login-form .group2 .input {
    width: 90%;
    color: #505f75;
    display: block;
}

.login-form .group2 .label, .login-form .group2 .button {
    text-transform: uppercase;
}

/*****************  End Here   ********************/
.hr{
	height:2px;
	margin:60px 0 50px 0;
	background:rgba(255,255,255,.2);
}
.foot-lnk {
    text-align: center;
    margin: 30px 0 0 -120px;
}
.login-html .m-auto {
    margin: auto !important;
    padding: 20px;
}



.login-html .sign-up-htm {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    position: absolute;
    transform: rotateY(180deg);
    backface-visibility: hidden;
    transition: all .4s linear;
    margin-left: 20px;
}
.foot-lnk2 {
    text-align: center;
    margin-left: -15px;
}
    .foot-lnk a, .foot-lnk2 label {
        color: #337ab7;
    }
    .foot-lnk a:hover, .foot-lnk2 a:hover {
        text-decoration:none;
    }

.text-secondary {
    color: #6c757d !important;
    margin-top: 70px;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}
.text-info {
    color: #17a2b8 !important;
}
/***********************   Forget  page   ******************/

.password-forget .row{
    margin: 0;
}
.text-secondary2 {
    color: #6c757d !important;
    padding: 20px 35px;
}

.password-forget .group3 {
    margin-bottom: 25px;
}
    .password-forget .group3 .label {
        font-size: 18px;
        text-align: center;
        color: #337ab7;
        padding-bottom: 10px;
        padding-left: 5px;
        font-weight: bold;
        margin: 0 230px;
    }

.password-forget .group3 .button {
    width: 100%;
    color: #fff;
    display: block;
}
.password-forget .group3 .label, .password-forget .group3 .button {
    text-transform: uppercase;
}

    .password-forget .group3 .input {
        border: 1px solid #ced4da;
        padding: 15px 20px;
        border-radius: 7px;
        background-color: #f3f3f3 !important;
        text-align: center;
        margin: 10px 0;
        width: 100%;
        display: block;
    }

    .password-forget .group3 .button {
        width: 67%;
        color: #fff;
        display: block;
    }

.myShadow p {
    font-size: 16px;
}
.myShadow h1{
    font-size: 30px;
    font-weight: bold;
}
.conPass{
    margin-left: -110px;
}