/* @font-face{
	font-family: Light;
	src: url(../fonts/ProximaNova-Light.otf);
}
@font-face{
	font-family: Reg;
	src: url(../fonts/ProximaNova-Reg.otf);
}
@font-face{
	font-family: Bold;
	src: url(../fonts/ProximaNova-Bold.otf);
}
@font-face{
	font-family: Semibold;
	src: url(../fonts/ProximaNova-Semibold.otf);
} */
td:first-letter{text-transform: uppercase;}

h1{font-size: 26px;color: #001A35;font-family: Montserrat; line-height: 40px;font-weight: 600;margin-bottom: 0px;}
h2{font-size: 20px;color: #001A35;font-family: Montserrat;line-height: 30px;font-weight: 600;margin-bottom: 0px;}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
input::-webkit-input-placeholder { /* WebKit browsers */
　　color:rgba(0,0,0,0.1);
　　}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
　　color:rgba(0,0,0,0.1);
　　}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
　　color:rgba(0,0,0,0.1);
　　}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
	　　color:rgba(0,0,0,0.1);
　　  }

h5{

    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}
h3{
    font-size: 20px;
}
p{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0px;
}
p>span{
	font-family: Montserrat;
	font-size: 19px;
}
div{
	color: #001A35;
}
a{
	/*display: block;*/
	color: #3e7ee5;
	font-size: 15px;
	font-family: Montserrat;
}
a:hover,a:active{
	text-decoration: none;
	color: #1B74CC;
}
ul{
	padding: 0px;
    margin: 0px;
}
li{list-style: none;}
input{
	display: inline-block;
	line-height: 30px;
	font-size: 18px;
	width: 100%;
	border: none;
	border-bottom: solid 1px #DDDDDD;
	outline: none;
	background: none;
}
input[type=button],input[type=submit]{
	background: #3e7ee5;
	color: #FFFFFF;
	padding: 10px 25px;
	border: none;
	line-height: 20px;
	font-size: 18px;
	border-radius: 4px;
	width: auto;
	transition: all linear 0.3s;
}
input[type=button]:hover{
	background: #3167bf !important;
}
input[type=submit]:hover{
	background: #3167bf !important;
}
/*log-in interface begin*/
.accouts-bg{
	background: url(../img/accounts-bg-03.jpg) 0% 0% no-repeat;
	min-height: 100%;
	position: absolute;
	z-index: 100;
	width: 100%;
	background-size:cover;
	padding-bottom: 50px;
}
.content-width{
	width: 70%;
	margin: 0px auto;
}
.signup-wrapper{
	padding: 50px 50px;
	margin-top: 50px;
	box-shadow: 0px 0px 5px rgba(0,50,50,0.2);
	min-height: 500px;
	border-radius: 10px;
	background: linear-gradient(0deg,rgba(255,255,255,1),rgba(255,255,255,1));
}
@media (min-width:768px ) and (max-width:992px ) {
	.content-width{
		width: 86%;
		margin: 0px auto;
	}
	.signup-wrapper{
		margin-top: 100px;
	}
}
@media only screen and (max-width:768px ) {
	.content-width{
		width: 96%;
		margin: 0px auto;
	}
	.signup-wrapper{
		margin-top: 30px;
	}
}
.signup-wrapper h1{
	margin-bottom: 50px;
}
.form-line{
	min-height: 70px;
	position: relative;
}
.form-line i{
	position: absolute;
	line-height: 30px;
	font-size: 24px;
	color: #DDDDDD;
	top: 0px;
	right: 15px;
	cursor: pointer;
}
.form-line .captcha{
    position:absolute;
    right:0px;
    bottom:0px;
    cursor:pointer;
}
.form-line-01{
	margin-top: 30px;
}

.form-line input{
	display: inline-block;
	line-height: 30px;
    height: 30px;
	font-size: 18px;
	width: 100%;
	border: none;
	border-bottom: solid 1px #DDDDDD;
	outline: none;
	background: none;
}

.form-line input:focus{
	border-bottom: solid 2px #3e7ee5;
}
.form-line p{
	font-size: 15px;
	font-family: Montserrat;
}
p.normal-text a{
	font-size: 18px;
}
p.normal-text{
	margin-top: 10px;
}
.form-line-01 input[type=submit]{
    width: 87px;
	float: right;
	background: #3e7ee5;
	color: #FFFFFF;
	padding: 10px;
	border: none;
	line-height: 20px;
	font-size: 18px;
	border-radius: 4px;
}
.form-line-01 .spinner {
	display: none;
	border-radius: 4px;
	width: 87px;
    padding: 10px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 15px;
    background: rgba(0,0,0,0.5);
    text-align: center;
    line-height: 20px;
    color: #FFFFFF;
}
.form-line-02{
	position: relative;
}
.form-line-02 .spinner{
	display: none;
	border-radius: 4px;
	width: 113px;
    padding: 10px 25px;
    height: 42px;
    position: absolute;
    top: 20px;
    left: 15px;
    background: rgba(0,0,0,0.5);
    text-align: center;
    line-height: 20px;
    color: #FFFFFF;
}
.send-code{
	cursor: pointer;
	font-size: 18px;
}
span.i-spinner{
	display: none;
}
.send-success{
	color: green;
	display: none;
}
.send-failure{
	color: red;
	display: none;
}
.promote{
	text-align: center;
}
.promote-icon{
	width: 200px;
	height: 200px;
	margin: 0 auto;
	margin-top: 90px;
}
.promote-icon img{
	width: 100%;
	height: 100%;
}
.promote p{
	font-size: 15px;
	margin-top: 20px;
}
.links-policy{
	border-top: solid 1px #DDDDDD;
	margin-top: 30px;
}
.links-policy li{
	display: inline-block;
	vertical-align: top;
	float: right;
	margin-left: 20px;
}
.links-policy li a{
	color:#afafaf ;
	font-size: 14px;
}
.identifying{
	margin-top: 20px;
	margin-bottom: 20px;
}
.identifying input{
	margin-top: 20px;
}
input:focus{
	border-bottom: solid 2px #3e7ee5;
}
.tick{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: solid 10px #27ad10;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 100px;
}
.tick i{
	font-size: 50px;
	line-height: 80px;
	color: #27ad10;
}
.signup-sucess{
	margin-bottom: 120px;
	margin-top: 70px;
}
.signup-sucess a{
	background: #3e7ee5;
	color: #FFFFFF;
	padding: 10px 25px;
	border: none;
	line-height: 20px;
	font-size: 18px;
	border-radius: 4px;
	width: auto;
	transition: all linear 0.3s;
}
.signup-sucess a:hover{
	background: #3167bf !important;
}
@media only screen and (max-width:768px ) {
	.tick{
		margin-top: 50px;
	    margin-bottom: 0px;
	}
	.signup-sucess{
		margin-bottom: 50px;
		margin-top: 0px;
	}
	h1{font-size: 28px;}
}





.login-box{
	margin: 0px auto;
	width: 450px;
	background: rgba(255,255,255,1);
	padding: 10px 0px 30px 0px;
	margin-top: 80px;
	box-shadow: 0px 0px 5px rgba(0,50,50,0.2);
	min-height: 500px;
	border-radius: 10px;

}
.signup-box{
	margin: 0px auto;
	width: 440px;
	background: rgba(255,255,255,1);
	border-radius: 4px;
	padding: 10px 0px 30px 0px;
}
@media (max-width:600px){
    .login-box,.signup-box{
        width:100%;
    }
}
.form-content{
	padding: 0px 30px;
}
.form-content > h3{
	text-align: center;
	/*line-height: 70px;*/
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0px;
}
.form-content > ul > li.email-address{
	margin-top: 40px;
}
.form-content > ul > li{
	list-style: none;
}
.has-feedback{
	position: relative;
}
.has-feedback>#image-recapcha{
	position: absolute;
	bottom: 0px;
	right: 0px;
	cursor: pointer;
}
.form-content > ul > li > input{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #121414;;
	width: 100%;
	border: none;
	border-bottom: solid 1px #DDDDDD;;
	outline: none;
	background: none;
}
.form-content > ul > li > input:focus{
	border-bottom: solid 2px #3e7ee5;
}
.form-content > ul > li.other-options > div{
	display: inline-block;
	vertical-align: top;
	line-height: 50px;
}
.form-content > ul > li.other-options > div.forget-password{

	cursor: pointer;
	color: #1a232d;
}
.form-content > ul > li.other-options > div.forget-password:hover{
	color: #FF7701;
}
.form-content > ul > li.confirm-button{
    position: relative;
	margin-top: 15px;
	height: 46px;
}
.confirm-button>.spinner{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.5);
    text-align: center;
    line-height: 44px;
    color: #FFFFFF;
}

.form-content > ul > li.confirm-button > input{
	height: 46px;
	background: #3e7ee5;
	border-radius: 4px;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}
.form-content > ul > li.confirm-button > input:focus{
	border-bottom: none;
}
.form-content > ul > li.confirm-button > input.signup{
	background: #3e7ee5;
}
.form-content > ul > li.illustration{
	text-align: center;
	line-height: 20px;
	margin-top:10px;
	margin-bottom:10px;
}
.form-content > ul > li.illustration > a{
	display: inline;
	cursor: pointer;
	font-size: 14px;
}
.error-info{
	line-height: 20px;
    color: red;
}

/*log-in interface end*/


/* add other login button */

.auth-service{
	margin:20px 0px 15px 0px;
}

.auth-service a{
    display: inline-block;
    width: 100%;
	line-height: 40px;
	padding: 0px 25px 0px 5px;
    border-radius: 2px;
	color: #ffffff;
	position: relative;
	cursor: pointer;
	transition: all .5s;
}

.icon-box{
	width: 40px;
    text-align: center;
	color: #ffffff;
	font-size: 20px;
	float: left;
}

.icon-text{
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
}

.social-icons-list{
    margin-top: 15px;
    text-align: center;
}
.social-icons-list a{
    margin-right: 10px;
}
/* Style all font awesome icons */
.social-icons {
    padding: 10px;
    font-size: 24px !important;
    width: 44px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    color: white;
    background: #dd5347;
}

/* Add a hover effect if you want */
.social-icons:hover {
    opacity: 0.7;
}

.fa-facebook{
	background: #3B5998;
}

.fa-github{
	background: #494649;
}

.fa-google {
  background: #dd4b39;
}


/* registration-box */

.registration-ok,.activation-ok{
	position: relative;
	margin: 0px auto;
	width: 410px;
	height: 469px;
    background: rgba(255,255,255,1);
    border-radius: 4px;
    padding: 10px 0px 30px 0px;
}

.ok-icon{
	text-align: center;
    margin-top: 50px;
}

.ok-icon img{
	display: inline-block;
}

.ok-text{
	text-align: center;
}

.ok-text h1,.ok-text h2{
	color: #27b346;
    font-weight: 600;
}

.ok-text p{
	padding: 20px 30px;
    color: #938686;
}

.go-homepage{
	position: absolute;
    bottom: 54px;
    right: 32%;
    display: inline-block;
}

.go-login{
	position: absolute;
    bottom: 54px;
    right: 40%;
    display: inline-block;
}


.go-homepage a{
	color: #3bb7c7;
	cursor: pointer;
}

.or-text {
	color: #75787b;
    font-size: 14px;
    font-stretch: normal;
    font-style: italic;
    font-weight: 600;
    padding: 30px 0px 0px 0px;;
    position: relative;
    text-align: center;
	margin-top: -10px;
	z-index: 1;
}


.or-text:before {
    background: #d5d8db;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: -3;
}

.or-text:after {
    background: #fff;
    content: "";
    height: 40px;
    left: 43%;
    margin-left: -20px;
    position: absolute;
    top: 20px;
    width: 89px;
    z-index: -2;
}

.trd-sign .trd-btn{
    text-align: center;
    background: #eaf2f1;
    display: inline-block;width: 100%;
    border: 1px solid #4280e2;
    border-radius:6px;
    transition: all .3s;
}
.trd-sign .trd-btn .trd-btn-text{
    color: #333;
    display: inline-block;
    width: 70px;
    padding-bottom: 10px;
    font-weight: bold;
    transition: all .3s;
}
.trd-sign .social-icon {
    padding:10px 6px;
    font-size: 16px !important;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
}
.trd-sign .trd-btn.btn-google:hover{
    background: #dd5347;
    border: 1px solid transparent;
}
.trd-sign .trd-btn.btn-github:hover{
    background: #494649;
    border: 1px solid transparent;
}
.trd-sign .trd-btn.btn-facebook:hover{
    background: #3B5998;
    border: 1px solid transparent;
}
.trd-sign .trd-btn:hover .social-icon{
    color: white !important;
}
.trd-sign .trd-btn:hover .trd-btn-text{
    color: white !important;
}
@media (max-width: 500px) {
    .trd-sign .trd-btn .trd-btn-text{
        display: none;
    }
}

.trd-sign .or-text:before{
    background: #d5d8db;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: -3;
}
.trd-sign .or-text span{
    display: inline-block;
    padding: 0 10px;
    background: white;
}
