/*--
	Author: W3layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
html, body{
    font-size: 100%;
	font-family: 'Tahoma', sans-serif;
	background: url(../images/trong.jpg) !important;
	background-size: 172% !important;
	background-attachment:fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
body {
		padding-bottom:30px;
}
h1,h2,h3,h4,h5,h6,input,p,a,select,button,textarea{
	font-family: 'Tahoma', sans-serif;
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover,body a{
	text-decoration:none;
}

/* login Title */
.login-title {
	padding: 10px 0;
	text-align: center;
	letter-spacing: 2px;
	box-shadow:4px 9px 5px -2px #CCCCCC;
	background:#ef4d4d;
}
.login-title h1 {
	margin: 0 0 0px;
    font-size: 24px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 400;
    color: white;
}
.login-title span {
	font-size: 12px;
}
.login-title span .fa {
	color: #33b5e5;
}
.login-title span a {
	color: #33b5e5;
	font-weight: 600;
	text-decoration: none;
}
.login {
    width: 30%;
    margin: 30px auto;
    font-size: 16px;
    box-shadow: 0 40px 15px 0 rgb(0 0 0 / 70%), 0 17px 50px 0 rgb(0 0 0 / 90%);
    padding: 25px 15px 17px;
    height: 400px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
}
.login_header{
  float: left;
  height: 80px;
  width: 100%;

}

.logo {
    text-align: left;
    margin-bottom: 20px;
    float: left;
    width: 20%;
}
.text {
    float: right;
    width: 75%;
    color: #1E90FF;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    font-family: "Open Sans",arial !important;
}
.line {
    text-align: left;
    padding: 5px 0;
    background: url(../images/bg-line.png) repeat-x left bottom;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.reg-support {
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
    padding: 10px;
    opacity: .8;
}
.reg-support p {
    margin: 5px 0;
    color: #333;
}
.reg-support p a {
    color: #000;
    text-decoration: none;
}
.fonta {
    font-family: "Open Sans",arial !important;
    font-size: 12px;
    color: #000;
}
label {
    display: inline-block;
    max-width: 100%;
    margin: 3px 0px 3px 0px;
    font-weight: none;
    color: red;
    font-size: 12px;
}
/* Reset top and bottom margins from certain elements */
.login-header,
.login p {
}

/* The triangle form is achieved by a CSS hack */
.login-triangle {
	width: 0;
	margin-right: auto;
	margin-left: auto;
	border: 12px solid transparent;
	border-bottom-color: #28d;
}

.login-header {
  background: #33b5e5;
  padding: 20px;
  font-size: 1.4em;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.w3l_grid {
  padding:0px 25px 0px 25px;
  border-radius:5px;
}

/* Every row inside .login-container is defined with p tags */
.login input[type="text"],
.login input[type="password"] {
  background: #fff;
  margin: 15px 0px;
  color:#000000;
  box-sizing: border-box;
  display: block;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  padding: 8px;
  outline:none;
  font-family: inherit;
  font-size: 12px;
  border-radius:3px;
  border:1px solid #CCCCCC;
}
.login-container input[type="email"] {
	color:#ccc6c6;
}

.login-container input[type="email"]:hover {
    border-color: #28d;
}

/* Text fields' focus effect */
.login input[type="email"]:focus,
.login input[type="password"]:focus {
  border-color: #33b5e5;
}
.login input[type="email"]:hover 
.login input[type="password"]:hover
 border-color:#28d;
  
}
.login input[type="submit"] {
  background:#33b5e5 ;
  border-color: transparent;
  color: #fff;
  cursor: pointer;
}

.login input[type="submit"]:hover {
  background:#28d;
}

/* Buttons' focus effect */
.login input[type="submit"]:focus {
  border-color: #05a;
}
input#capt_cha{
    width: 100px;
    background: #9F6000;
    border: 0px;
    color: #fff;
    font-size: 16px;
    margin: 0px auto;
    text-align: center;
    margin: 0px 0px;

}
input#capt_cha::placeholder{
  color: #FFFFFF;
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url(https://i.imgur.com/Z8q7ww7.png);
}
.info, .success, .warning, .error, .validation {
    border: 1px solid;
    /* margin: 10px 0px; */
    padding: 10px 9px 10px 47px;
    background-repeat: no-repeat;
    background-position: 10px center;
    width: 50%;
    margin: 5px auto;
    font-size: 14px;
}
.form .social-icons {
	font-size:20px;
}
.form .social-icons { 
}
.second-section{
	

}

.social-links {

      margin: 0px 0px 20px 0px;
  	  text-align: center;
}
.w3_bottom {
   margin: 20px 0;
}
.bottom-header h3 {
    color: #33b5e5;
    text-align: center;
    font-size:20px;
	margin-top: 0px;
}
.bottom-header p {
	padding:12px;
}
/* buttons */
.social-links ul li {
    display: inline-block;
}

.social-links a {
	width: 40px;
  	height: 40px;
  	display: inline-block;
  	border-radius: 50%;
  	font-size: 24px;
  	color: #fff;
	opacity: 0.75;
	transition: opacity 0.15s linear;
}

.social-links a:hover {
	opacity: 1;
}

/* icons */

.social-links i {
    line-height: 43px;
    font-size: 18px;
    
}

/* colors */

.facebook {
 	background: #3b5998;
}

.twitter {
  	background: #55acee;
}

.googleplus {
  	background: #dd4b39;
}

.linkedin {
  	background: #0077b5;
}

.pinterest {
  	background: #cb2027;
}

.login-container input[type="submit"] {
    width: 100%;
    background:-webkit-linear-gradient(right, #1874CD, #1E90FF, #1874CD, #1E90FF);
    color: white;
    padding: 12px 20px;
   
    border: none;
	font-size:14px;
	letter-spacing:1px;
    cursor: pointer;
	outline:none;
	transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -moz-transition:.5s ease-in;
    border-radius: 30px;
}

input[type=submit]:hover {
    background-color:rgba(51, 181, 229, 0.62);
}


 .bottom-text {

  

  box-sizing: border-box;
  color: #666666;
  font-size: 12px;
  text-align: center;

}
.bottom-text p  {
	font-size:14px;
}
 .bottom-text a {
  color: #33b5e5;
  text-decoration: none;
  font-size:14px;
	}

.bottom-text p a{
	color:#33b5e5;
	margin-left: 5px;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
}
.bottom-text p a:hover {
	color:#ef4d4d;
	
}
.bottom-text h4 {
	font-size:10px;
	color:#33b5e5;
	margin-top: 10px;
    color:#ef4d4d;
	transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
}
.bottom-text h4 a:hover {
	color:#ef4d4d;
	
}
.footer-w3l {
	
}
.footer-w3l p{
	font-size:14px;
	letter-spacing:0.5px;
	color:#fff;
	text-align:center;
	margin-top:50px;
}
.footer-w3l p a{
	color:#fff;
}
.footer-w3l p a:hover{
	text-decoration:underline;
	color:#ef4d4d;
	color:#33b5e5;
	transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -moz-transition:.5s ease-in;
}
/* responsive design */
@media only screen and (max-width:1080px) {
.login-title {
    padding: 30px 0;
}
.login-title h1 {
    font-size:35px;
    letter-spacing: 4px;
}
.login {
    width: 370px;
    margin: 14px auto;
    font-size: 15px;
}
.login-header {
    padding: 13px;
    font-size: 1.2em;
}
.w3l_grid {
  padding:20px;
}

.w3_bottom {
    margin: 18px 0;
}
.bottom-header h3 {
    font-size: 16px;

}
.bottom-text p {
    font-size: 12px;
}


.bottom-text p a {

    margin-left: 4px;
}
.bottom-text a {
    color: #33b5e5;
    text-decoration: none;
    font-size: 12px;
}
.login input[type="Email"], .login input[type="password"] {

    margin: 20px 0px;
    padding: 10px;
}

.login input[type="Email"], .login input[type="password"] {
    margin: 20px 0px;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    padding: 13px;
    outline: none;
    font-family: inherit;
    font-size: 0.9em;
}
.social-links {
    margin: 0px 0px 18px 0px;
}
.social-links a {
    width: 37px;
    height: 37px;
}
.footer-w3l p {
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #fff;
    text-align: center;
    margin-top:35px;
}

@media only screen and (max-width:991px) {
	.login-title {
    padding:28px 0;
	}
	.login-title h1 {
    font-size:34px;
    letter-spacing: 4px;
}
.login {
    width: 340px;
    margin: 9px auto;
    font-size: 11px;
}
.login-header {
   
    padding: 12px;
    font-size: 1.2em;
}
.w3l_grid {
    padding:19px;
}

  .w3_bottom {
    margin: 18px 0;
}
.bottom-header h3 {
    font-size: 16px;

}
.bottom-text p {
    font-size: 11px;
}


.bottom-text p a {

    margin-left: 4px;
}
.bottom-text a {
    
    font-size: 11px;
}
.login input[type="Email"], .login input[type="password"] {

    margin: 20px 0px;
    padding: 10px;
}

.login input[type="Email"], .login input[type="password"] {
    margin: 20px 0px;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    padding: 13px;
    outline: none;
    font-family: inherit;
    font-size: 0.9em;
}
.social-links {
    margin: 0px 0px 18px 0px;
}
.social-links a {
    width: 37px;
    height: 37px;
}
.footer-w3l p {
    font-size: 11px;
    letter-spacing: 0.5px;
    color: #fff;
    text-align: center;
    margin-top:20px;
}
}
@media only screen and (max-width:800px) {
.login-title h1 {
    font-size: 30px;
	}
.login-title {
    padding: 26px 0;
}
.login-header {
    padding:8px;
}
.login {
    width: 360px;
    margin: 11px auto;
    font-size: 13px;
}
.w3l_grid {
    padding: 15px;
}
.login input[type="Email"], .login input[type="password"] {
  margin: 14px 0px;
    padding: 9px;
    font-size: 0.9em;
}
.login-container input[type="submit"] {
      padding: 9px 0px;
   font-size: 13px;
}
.bottom-header h3 {
    font-size: 12px;
}
.w3_bottom {
    margin: 16px 0;
}
.social-links a {
    width: 34px;
    height: 34px;
}
.social-links {
    margin: 0px 0px 16px 0px;
}


@media only screen and (max-width:414px) {
.login-title h1 {
    font-size: 25px;
}
.login {
    width: 290px;
    margin: 8px auto;
    font-size: 12px;
}
.w3l_grid {
    padding: 13px;
}
.footer-w3l p {
    font-size: 10px;
    letter-spacing: 0.4px;
}
.w3_bottom {
    margin: 14px 0;
}
.social-links {
    margin: 0px 0px 14px 0px;
}
.social-links a {
    width: 30px;
    height: 30px;
}
.social-links i {
    line-height: 28px;
    font-size: 16px;
}

@media only screen and (max-width:375px) {
.login-title h1 {
    font-size: 23px;
}
.login-header {
    padding: 5px;
}
.login input[type="Email"], .login input[type="password"] {
    margin: 12px 0px;
    padding: 7px;
    font-size: 0.9em;
}
.login-container input[type="submit"] {
    padding: 7px 0px;
    font-size: 12px;
}
.social-links i {
    line-height: 26px;
    font-size: 15px;
}
.social-links a {
    width: 30px;
    height: 30px;
}
.footer-w3l p {
    font-size: 9px;
}
@media only screen and (max-width:320px) {
.login-title h1 {
    font-size: 20px;
}

/* responsive design */