*,
:after,
:before {
    box-sizing: border-box
}

.clearfix:after,
.clearfix:before {
    content: '';
    display: table
}

.clearfix:after {
    clear: both;
    display: block
}

a {
    text-decoration: none
}

a:active {
    text-decoration: none
}

.login-wrap {
    width: 100%;
    margin: auto;
    max-width: 320px;
    min-height: 400px;
    position: relative;
    /* background:url('../images/bg1.png') no-repeat center; */
    /* box-shadow:0 1px 5px 0 rgba(0,0,0,.24),0 1px 0px 0 rgba(0,0,0,.19); */
}

.login-html {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 20px 20px 20px 20px;
    border-radius: 10px;
    background: rgba(40, 57, 101, .3);
}
.loginImg {
	text-align:center !important;
}

.login-html .sign-in,
.login-form .group .check {
    display: none;
}

.login-html .tab,
.login-form .group .label {

    text-align: left;

}

.login-html .login {
    text-transform: uppercase;
    text-align: left;
    color: #ffffff;
    margin-left: 5px;
}

.login-form .group .button {
    text-transform: uppercase;
    text-align: center;
}

.login-html .tab {
    font-size: 22px;
    margin-right: 15px;
    padding-bottom: 5px;
    margin: 0 15px 10px 0;
    display: inline-block;
    border-bottom: 2px solid transparent;
}

.login-html .sign-in:checked+.tab {
    color: #fff;
    border-color: #4caf50;
}

.login-form {
    min-height: 345px;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.login-form .group {
    margin-bottom: 15px;
}

.login-form .group .label,
.login-form .group .input {
    width: 100%;
    color: #000000;
    display: block;
}

.login-form .group .button {
    width: 100%;
    color: #FFFFFF;
    display: block;
}

.login-form .group .input,
.login-form .group .button {
    border: none;
    padding: 15px 20px;
    border-radius: 25px !important;
    background: rgba(255, 255, 255, .7);
    outline: none !important;
}

.login-form .group input[data-type="password"] {
    text-security: circle;
    -webkit-text-security: circle;
}

.login-form .group .label {
    color: #fafafa;
    font-size: 12px;
}

.login-form .group .button {
    background: #8bc34a;
    outline: none !important;
}

.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;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

.login-form .group .check:checked+label {
    color: #fff;
}

.login-form .group .check:checked+label .icon {
    /* background:#1161ee; */
    background: #8bc34a;
}


.hr {
    height: 2px;
    margin: 60px 0 50px 0;
    background: rgba(255, 255, 255, .2);
}

.foot-lnk {
    text-align: center;
    color: #FFFFFF;
}


.loginHead {
    text-align: center !important;
}

body {
    margin: 0;
    color: #6a6f8c;
    font: 600 16px/18px 'Open Sans', sans-serif;
}

a:hover {
    color: #FFFFFF;
}

.loginBg {
    position: relative;
    background: #ffffff !important;
    overflow: hidden !important;
}

.loginBg:before {
    content: ' ';
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1 !important;
    opacity: 0.7;
    background-image: url('../images/loginbg14.jpg') !important;
    background-repeat: repeat !important;
    background-position: center;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.details {
    color: #FFFFFF;
    font-size: 20px;
    /* font-family:'cola'; */
    /* font-family: "Tangerine", serif; */
    /* font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif; */
    letter-spacing: 0.1em;
    /* src:url(../fonts/font-cola.ttf);*/
    font-family: 'Snowburst One', cursive;
    font-weight: normal;
    /* font-family: "Tangerine", serif; */
}

.bg-bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    z-index: -1;
}

.bg-bubbles li {
    position: absolute;
    list-style: none;
    display: block;
    width: 40px;
    height: 40px;

    background-color: rgba(100, 100, 100, 0.50);
    bottom: -160px;
    -webkit-animation: square 25s infinite;
    animation: square 25s infinite;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.bg-bubbles li:nth-child(1) {
    left: 10%;
}

.bg-bubbles li:nth-child(2) {
    left: 20%;
    width: 80px;
    height: 80px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 17s;
    animation-duration: 17s;
}

.bg-bubbles li:nth-child(3) {
    left: 25%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.bg-bubbles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    -webkit-animation-duration: 22s;
    animation-duration: 22s;
    background-color: rgba(100, 100, 100, 0.25);
}

.bg-bubbles li:nth-child(5) {
    left: 70%;
}

.bg-bubbles li:nth-child(6) {
    left: 80%;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    background-color: rgba(100, 100, 100, 0.2);
}

.bg-bubbles li:nth-child(7) {
    left: 32%;
    width: 160px;
    height: 160px;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}

.bg-bubbles li:nth-child(8) {
    left: 55%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
}

.bg-bubbles li:nth-child(9) {
    left: 25%;
    width: 10px;
    height: 10px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    background-color: rgba(100, 100, 100, 0.3);
}

.bg-bubbles li:nth-child(10) {
    left: 90%;
    width: 160px;
    height: 160px;
    -webkit-animation-delay: 11s;
    animation-delay: 11s;
}

@-webkit-keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-700px) rotate(600deg);
        transform: translateY(-700px) rotate(600deg);
    }
}

@keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-700px) rotate(600deg);
        transform: translateY(-700px) rotate(600deg);
    }
}

.error {
    color: #D8000C;
    background-color: #FFEBEE;
    padding: 10px 10px;
}

.success {
    color: #FFFFFF;
    background-color: #C5E1A5;
    padding: 10px 10px;
}