.account {
	text-align: center;
	color: #8D8D8D;
}

.account h1 {
	padding-bottom: 10px;
}

.account .box {
	border: 2px solid #F8F8F8;
	margin-top: 30px;
	padding: 20px;
	text-align: right;
}

.account .login-title {
	font-size: 16px;
	background-image: url('../img/login_icon.png');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 30px;
	text-align: right;
	margin-right: 20px;
	margin-bottom: 40px;
}

.account input {
	margin-bottom: 20px;
}

.account .btn-info {
	display: block;
	background-color: #3EA0FF;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	margin: 30px auto 25px auto;
	padding-right: 30px;
	padding-left: 30px;
}

.account .btn-success {
	display: block;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	margin: 30px auto 0px auto;
	padding-right: 30px;
	padding-left: 30px;
}

.account .forgot {
	display: block;
	text-align: left;
}

.account .register-title {
	font-size: 16px;
	background-image: url('../img/register_icon.png');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 30px;
	text-align: right;
	margin-right: 20px;
	margin-bottom: 40px;
}

.toggle-off {
	background-color: #FFFFFF !important;
}

.line {
	height: 300px;
	text-align: center;
}

.line:before {
    content: "";
    position: absolute;
    top: 30%;
    width: 1px;
    height: 100%;
    right: 50%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QwZTRmNyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI0JSIgc3RvcC1jb2xvcj0iIzczYjFlNyIgc3RvcC1vcGFjaXR5PSIwLjQ4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzBjMTBmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iIzUzOWZlMSIgc3RvcC1vcGFjaXR5PSIwLjQyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4N2JjZWEiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(208,228,247,0) 0%, rgba(115,177,231,0.48) 24%, rgba(204, 204, 204, 1) 50%, rgba(83,159,225,0.42) 79%, rgba(135,188,234,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(208,228,247,0)), color-stop(24%,rgba(115,177,231,0.48)), color-stop(50%,rgba(204, 204, 204, 1)), color-stop(79%,rgba(83,159,225,0.42)), color-stop(100%,rgba(135,188,234,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(208,228,247,0) 0%,rgba(115,177,231,0.48) 24%,rgba(204, 204, 204, 1) 50%,rgba(83,159,225,0.42) 79%,rgba(135,188,234,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(208,228,247,0) 0%,rgba(115,177,231,0.48) 24%,rgba(204, 204, 204, 1) 50%,rgba(83,159,225,0.42) 79%,rgba(135,188,234,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(208,228,247,0) 0%,rgba(115,177,231,0.48) 24%,rgba(204, 204, 204, 1) 50%,rgba(83,159,225,0.42) 79%,rgba(135,188,234,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(208,228,247,0) 0%,rgba(115,177,231,0.48) 24%,rgba(204, 204, 204, 1) 50%,rgba(83,159,225,0.42) 79%,rgba(135,188,234,0) 100%); /* W3C */
}

.toggle.ios, .toggle-on.ios, .toggle-off.ios {
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	border-radius: 20px !important;
}

.toggle.ios .toggle-handle {
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	border-radius: 20px !important;
}
