a,button,span,div {
	outline: none;
}
a:hover,
a:active {
	outline: none;
	text-decoration: none;
}
.t1 {
	float: left;
	width: 100%;
	height: auto;
	display: block;
	margin-top: 40px;
	margin-bottom: 40px;
}
.t1 .a {
	float: left;
	width: calc(100% - 55px);
}
.t1 .b {
	opacity: 0.5;
}
.t1 .b a {
	display: block;
	outline: none;
}
.t1 .a img {
	max-height: 120px;
	height: auto;
	max-width: 300px;
}
@media(max-width: 991px){
	.t1 .a {
		width: 100%;
		text-align: center;
	}
	.t1 .a img {
		max-width: 300px !important;
		height: auto;
	    overflow: hidden;
	    max-height: 120px;
	}
	.t1 .b {
		position: absolute;
		cursor: pointer;
	    height: 40px;
	    width: 40px;
	    right: 15px;
	    top: 15px !important;
	}
}
.t1 .b {
	float: right;
	width: 40px;	
}
.t1 .b a {
	display: block;
	outline: none;
}
.t1 .b a img {
	height: 40px;
	width: 40px;
	outline: none;
}
.t2 {
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 5px;
	padding: 20px 20px 40px 20px;
	float: left;
	display: block;
	width: 100%;
	height: auto;
}
.t2 .a {
	float: left;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.t2 .a .a_1 {
	width: 40px;
    height: 40px;
    float: left;
}

.t2 .a .a_2 {
	float: left;
    color: rgba(0, 0, 0, 0.87);
    font-family: "Source Sans Pro";
    font-size: 20px;
    line-height: 40px;
    margin-left: 24px;
}
@media(max-width: 991px){
	.t2 .a .a_2 {
		margin-left: 15px;
		font-size: 18px;
	}
}
.t2 .a .a_3 {
	float: right;
	line-height: 40px;
}
.t2 .a .a_3 a {
	border-radius: 5px;
    background-color: #EEEEEE;
    padding: 9px 20px;
    outline: none;
    border: 0px;
    color: black;
    color: rgba(0, 0, 0, 0.87);
    font-size: 14px;
}
.t2 .b {
	float: left;
    width: 100%;
    height: auto;
    display: block;
}
.t2 .b .form_large {
	float: left;
    width: 100%;
    height: auto;
    display: block;
    padding: 0px 60px;
    margin-top: 15px;
}
@media(max-width: 991px){
	.t2 .b .form_large {
		padding: 0px 0px;
	}
}
.t2 .b .form_large:first-child {
    margin-top: 30px;
}
.t2 .b .form_large .label {
    color: rgba(0, 0, 0, 0.87);
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    display: block;
    text-align: left;
    float: left;
    padding: 0px;
    margin-bottom: 10px;
    width: 100%;
    display: block;
}
.t2 .b .form_large .label span {
	color:red;
}
.t2 .b .form_large input[type="password"] {
	border: 1px solid #DDDDDD;
    border-radius: 5px;
    background-color: #FFFFFF;
    width: 100%;
    height: 50px;
    color: black;
    outline: none;
    padding: 0px 10px;
    font-weight: normal;
    font-family: sans-serif;
    transition: all 0.3s;
    padding-left: 20px;
    font-size: 16px;
}
.t2 .b .form_large input[type="password"]:focus {
	border: 2px solid #303F9F !important;
}
.t2 .b .form_large input[type="password"].error {
	border: 2px solid red !important;
}
.t2 .b .form_large span.instruction {
	color: rgba(0, 0, 0, 0.54);
    font-size: 14px;
    padding: 5px 0px;
    display: block;
    width: 100%;
}
.t2 .b .form_large span.instruction.error.active {
	color: red;
}
.t2 .b .form_large span.instruction.error:not(.active){
	color: red;
	visibility: hidden;
}

.t2 .c {
	float: left;
    width: 100%;
    height: auto;
    display: block;
    margin-top: 20px;
    padding: 0px 60px;
}
.t2 .c a.login {
	border-radius: 5px;
    background-color: #EEEEEE;
    padding: 7px 20px;
    outline: none;
    border: 0px;
    color: rgba(0, 0, 0, 0.87);
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
    display: inline-block;
}
.t2 .c button:not(.regis) {
	border-radius: 10px;
    background: linear-gradient(0deg, #06884F 0%, #13A563 100%);
    padding: 10px 30px;
    color: white;
    border: 0px;
    outline: none;
    min-width: 150px;
    cursor: pointer;
}
.t2 .c button.regis {
	display: none;
	border-radius: 10px;
   	background-color: #EEEEEE;
    padding: 10px 30px;
    color: white;
    border: 0px;
    outline: none;
    color: rgba(0, 0, 0, 0.87);
    font-size: 14px;
    margin-top: 15px;
    cursor: pointer;
}
@media(max-width: 991px){
	.t2 .c a.login {
		width: 100%;
		margin-bottom: 15px;
	    padding: 10px 30px;
	    text-align: center;
    	margin-top: 40px;
	}
	.t2 .c {
		padding: 0px 0px;
	}
	.t2 .c button {
		width: 100%;
	}
	.t2 .c button.regis {
		display: block;
	}
}
.svg_anim {
	text-align: center;
	margin-top: 10px;
}
.svg_anim .tt_1 {
	color: rgba(0, 0, 0, 0.87);
    font-size: 26px;
    line-height: 45px;
    width: 100%;
    display: block;
    text-align: center;
}
.svg_anim .tt_2 {
	color: rgba(0, 0, 0, 0.87);
    font-size: 20px;
    line-height: 35px;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.login_success {
	border-radius: 10px;
    background: linear-gradient(0deg, #06884F 0%, #13A563 100%);
    padding: 10px 30px;
    border: 0px;
    outline: none;
    color: white;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
}
.login_success:focus,
.login_success:visited,
.login_success:hover {
	color: white;
	text-decoration: none;
}