*{
	padding: 0px;
	margin: 0px;
}
.loaded.fxt-template-animation {
    opacity: 1;
}
.fxt-template-layout27 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    min-height: 100vh;
    z-index: 1;
    padding: 50px 15px 20px;
}
.fxt-template-animation {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.fxt-template-layout27 .particles-js-canvas-el {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0.5;
}
.login {
    max-width: 600px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 80px 70px 70px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
}
@media(max-width: 480px){
	.login {
    padding: 40px;
}
}
.login .fxt-header {
	text-align: center;
	margin-bottom: 20px;
}
.login .fxt-logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 40vw;
}
.login .switcher-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.login .switcher-link ul li {
    margin: 0 1px;
	list-style-type: none;
}
.login .switcher-link ul li a:hover{
	text-decoration: none
}
.login .switcher-link ul li .left{
    padding: 10px 30px;
    display: block;
    background-color: #029413;
    color: #ffffff;
    font-size: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	border-radius: 45px 0 0 45px;
}
.login .switcher-link ul li .left:hover{
    background-color: #5ab705;
}
@media(max-width: 480px){
	.login .switcher-link ul li .left{
    padding: 10px 20px;
	}
}
.login .switcher-link ul li .center{
    padding: 10px 30px;
    display: block;
    background-color: #029413;
    color: #ffffff;
    font-size: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.login .switcher-link ul li .center:hover{
    background-color: #5ab705;
}
@media(max-width: 480px){
	.login .switcher-link ul li .center{
    padding: 10px 20px;
	}
}
.login .switcher-link ul li .right{
    padding: 10px 30px;
    display: block;
    background-color: #029413;
    color: #ffffff;
    font-size: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	border-radius: 0 45px 45px 0;
}
.login .switcher-link ul li .right:hover{
    background-color: #5ab705;
}
@media(max-width: 480px){
	.login .switcher-link ul li .right{
    padding: 10px 20px;
	}
}
.login .fxt-form p {
	font-size: 24px;
	margin-bottom: 30px;
}
.login .fxt-form .form-group {
	position: relative;
	z-index: 1;
}
.login .fxt-form .form-control {
	min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 10px 15px;
    background-color: #ffffff;
}
.login form i {
    position: absolute;
    top: 16px;
    right: 10px;
	color: #a1a1a1;
}
.login .fxt-btn-fill {
	font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 5px;
    background-color: #029413;
    padding: 10px 36px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.login .fxt-btn-fill:hover{
    background-color: #5ab705;
}
.login .switcher-text {
	color: #000;
	font-size: 15px;
	text-decoration: underline;
	margin-bottom: 5px;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	float: right;
}
 .register {
    max-width: 600px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 80px 70px 70px;
    border-radius: 45px;
}
@media(max-width: 480px){
	.register {
    padding: 40px;
}
}
.register .fxt-header {
	text-align: center;
	margin-bottom: 50px;
}
.register .fxt-logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 40vw;
}
.register .switcher-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.register .switcher-link ul li {
    margin: 0 1px;
	list-style-type: none;
}
.register .switcher-link ul li a:hover{
	text-decoration: none
}
.register .switcher-link ul li .left{
    padding: 10px 30px;
    display: block;
    background-color: #029413;
    color: #ffffff;
    font-size: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	border-radius: 45px 0 0 45px;
}
@media(max-width: 480px){
	.register .switcher-link ul li .left{
    padding: 10px 20px;
	}
}
.register .switcher-link ul li .center{
    padding: 10px 30px;
    display: block;
    background-color: #029413;
    color: #ffffff;
    font-size: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media(max-width: 480px){
	.register .switcher-link ul li .center{
    padding: 10px 20px;
	}
}
.register .switcher-link ul li .right{
    padding: 10px 30px;
    display: block;
    background-color: #029413;
    color: #ffffff;
    font-size: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	border-radius: 0 45px 45px 0;
}
@media(max-width: 480px){
	.register .switcher-link ul li .right{
    padding: 10px 20px;
	}
}
.register .fxt-form p {
	font-size: 24px;
	margin-bottom: 30px;
}
.register .fxt-form .form-group {
	position: relative;
	z-index: 1;
}
.register .fxt-form .form-control {
	min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 10px 15px;
    background-color: #ffffff;
}
.register form i {
    position: absolute;
    top: 16px;
    right: 10px;
	color: #a1a1a1;
}
.register .fxt-btn-fill {
	font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 5px;
    background-color: #029413;
    padding: 10px 36px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.register .switcher-text {
	color: #000;
	font-size: 15px;
	text-decoration: underline;
	margin-bottom: 5px;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	float: right;
}