

.login {
    background-image: url("../../global/img/image_wellness.jpg");
    background-size: cover;
}

/*css On login Page*/
.grow img {
			height: 75px;
			width: 75px;
			padding: 10px;
			}
			
			.bc{
			border: 2px solid #ff7043;
			border-radius: 5px;
			}
			
			.iclass{
			text-align: center;
			}
			label {font-weight:bold;}
			.button {
			border-radius: 4px;
			background-color: #f4511e;
			border: none;
			color: #FFFFFF;
			text-align: center;
			font-size: 28px;
			padding: 20px;
			width: 200px;
			transition: all 0.5s;
			cursor: pointer;
			margin: 5px;
			}
			
			.button span {
			cursor: pointer;
			display: inline-block;
			position: relative;
			transition: 0.5s;
			}
			
			.button span:after {
			content: '\00bb';
			position: absolute;
			opacity: 0;
			top: 0;
			right: -20px;
			transition: 0.5s;
			}
			
			.button:hover span {
			padding-right: 25px;
			}
			
			.button:hover span:after {
			opacity: 1;
			right: 0;
			}
			
			.btn-danger {
				color: #fff;
				background-color:rgb(73, 144, 73);
				border-color:rgb(73, 144, 73);
				border-radius:5px!important;width:338px;
				box-shadow:0px 0px 8px 0px rgb(73, 144, 73)!important;
			}

		.title {font-size: 36px;
				display: table-cell;
				vertical-align: middle;}

		svg {
			display: block;
			font: 3.5em 'Montserrat';
			width: 960px;
			height: 300px;
			margin: 0 auto;
		}

		.text-copy {
			fill: none;
			stroke: white;
			stroke-dasharray:10% 29%;
			stroke-width:2px;
			stroke-dashoffset: 10%;
			animation: stroke-offset 5.5s infinite linear;
		}

		.text-copy:nth-child(1){
			stroke: rgb(73, 144, 73);
			animation-delay: -1;
		}

		.text-copy:nth-child(2){
			stroke: rgb(73, 144, 73);
			animation-delay: -2s;
		}

		.text-copy:nth-child(3){
			stroke: rgb(73, 144, 73);
			animation-delay: -3s;
		}

		.text-copy:nth-child(4){
			stroke: rgb(73, 144, 73);
			animation-delay: -4s;
		}

		.text-copy:nth-child(5){
			stroke: #rgb(73, 144, 73);
			animation-delay: -5s;
		}

		@keyframes stroke-offset{
			100% {stroke-dashoffset: -35%;}
		}
		.btn-danger.active, .btn-danger:active, .btn-danger:hover, .open>.btn-danger.dropdown-toggle {
			color: #fff;
			background-color: rgb(73, 144, 73);
			border-color: rgb(73, 144, 73);
		}

		.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.btn-danger.dropdown-toggle.focus, .open>.btn-danger.dropdown-toggle:focus, .open>.btn-danger.dropdown-toggle:hover {
			color: #fff;
			background-color: rgb(73, 144, 73);
		border-color: rgb(73, 144, 73);}
		

.login .logo {
	    /* margin: 60px auto 0; */
    padding: 15px;
    text-align: center;
    display: table;
    height: 530px;
    width: 100%;
    text-align: center;
    /* border: 2px dashed #f69c55;*/
}



.login .content {
	background-color: #ffffff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    width: 400px;
    margin:60px 47px auto;
    padding: 8px 30px 30px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 10px 1px #cccccc;
    float: right;
}

.login .content h3 {
    color:rgb(73, 144, 73);
    text-align: center;
    font-size: 20px;
    font-weight:bold!important
}

.login .content h4 {
    color: #555
}

.login .content .hint {
    color: #999;
    padding: 0;
    margin: 15px 0 7px
}

.login .content .forget-form,
.login .content .login-form {
    padding: 0;
    margin: 0
}

.login .content .form-control {
    background-color: #dde3ec;
    height: 43px;
    color: #8290a3;
    border: 1px solid #dde3ec
}

.login .content .form-control:active,
.login .content .form-control:focus {
    border: 1px solid #c3ccda
}

.login .content .form-control::-moz-placeholder {
    color: #8290a3;
    opacity: 1
}

.login .content .form-control:-ms-input-placeholder {
    color: #8290a3
}

.login .content .form-control::-webkit-input-placeholder {
    color: #8290a3
}

.login .content select.form-control {
    padding-left: 9px;
    padding-right: 9px
}

.login .content .forget-form,
.login .content .register-form {
    display: none
}

.login .content .form-title {
    font-weight: 300;
    margin-bottom: 25px
}

.login .content .form-actions {
    clear: both;
    border: 0;
    border-bottom: 1px solid #eee;
    padding: 25px 30px;
    margin-left: -30px;
    margin-right: -30px
}

.login-options {
    margin-bottom: 30px;
    overflow: hidden
}

.login-options h4 {
    float: left;
    font-weight: 600;
    font-size: 15px;
    color: #7d91aa!important
}

.login-options .social-icons {
    float: right;
    padding-top: 3px
}

.login-options .social-icons li a {
    border-radius: 15px!important;
    -moz-border-radius: 15px!important;
    -webkit-border-radius: 15px!important
}

.login .content .form-actions .checkbox {
    margin-left: 0;
    padding-left: 0
}

.login .content .forget-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 20px
}

.login .content .register-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.login .content .form-actions .btn {
    margin-top: 1px;
    font-weight: 600;
    padding: 10px 20px!important
}

.login .content .form-actions .btn-default {
    font-weight: 600;
    padding: 10px 25px!important;
    color: #6c7a8d;
    background-color: #fff;
    border: none
}

.login .content .form-actions .btn-default:hover {
    background-color: #fafaff;
    color: #45b6af
}

.login .content .forget-password {
    font-size: 14px;
    float: right;
    display: inline-block;
    margin-top: 10px
}

.login .content .check {
    color: #8290a3
}

.login .content .rememberme {
    margin-left: 8px;
    margin-top: 10px
}

.login .content .create-account {
    margin: 0 -40px -30px;
    padding: 15px 0 17px;
    text-align: center;
    background-color: #6c7a8d;
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -ms-border-radius: 0 0 7px 7px;
    -o-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px
}

.login .content .create-account>p {
    margin: 0
}

.login .content .create-account p a {
    font-weight: 600;
    font-size: 14px;
    color: #c3cedd
}

.login .content .create-account a {
    display: inline-block;
    margin-top: 5px
}

.login .copyright {
    text-align: center;
    margin: 0 auto 30px 0;
    padding: 10px;
    color: #7a8ca5;
    font-size: 13px
}

@media (max-width:440px) {
    .login .content,
    .login .logo {
        margin-top: 10px
    }
    .login .content {
        width: 280px
    }
    .login .content h3 {
        font-size: 22px
    }
    .forget-password {
        display: inline-block;
        margin-top: 20px
    }
    .login-options .social-icons {
        float: left;
        padding-top: 3px
    }
    .login .checkbox {
        font-size: 13px
    }
}