/* login css ckanext-theme */
/* trang đang kí dùng fanstatics
trang còn lại dùng public/ */
#login{
	background: #001D85;
	}

#login form .inputPass{
	position:relative;
	}
#login form .field-icon {
	float: right;
	margin-right: 10px;
	margin-top: -25px;
	position: relative;
	z-index: 2;
	font-weight:300;
	color: #5A6179;
	}

#imageResult {
    width: 120px;
    height: 120px;
    display: none;

}

.btn.btn-file-avatar {
    background-color: #FFFFFF;
    position: relative;
    text-align: center;
    overflow: hidden;
	padding:0px;
	width:120px;
	height:120px;
	border:1px dashed #D9D9D9 !important;
    border-radius: 0 !important;
}

#icon-signup {
    position: absolute;
    top: 2;
    top: 25%;
    left: 25%;
}

#field-image-upload {
    position: absolute;
    background-color: #fff;
    top: 0;
    right: 0;
	bottom:0;
	left:0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    outline: none;   
    cursor: inherit;
    display: block;
	filter: alpha(opacity=0);
	-moz-filter: alpha(opacity=0);
	-webkit-filter: alpha(opacity=0);
	-o-filter: alpha(opacity=0);
}

#text-image {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #AFAEAE;
    margin-top: 20px;
}


#logo1 {
    display: flex;
    align-items: center; 
    justify-content: center;
    /* left: 40%; */
}

#logo2 {
    display: flex;
    align-items: center; 
    justify-content: center;
    /* left: 40%; */
}

.flex-30 {
    height: 30%;
}

.flex-70 {
    height: 70%;
}

#showBtn {
    float: right;
    margin-right: 10px;
    margin-top: -60px;
    position: relative;
    z-index: 2;
    font-weight: 300;
    color: #5A6179;
    width:25px;
    height:13px;
}

/*header*/

#login-header {
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
    color: #23376D;
}

#form-login label:not(:last-child) {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #090909;
}

#form-login input[type=text]{
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #AFAEAE;
    border-radius: 40px;
    padding-left: 30px;
}

#form-login input[type=password]{
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #AFAEAE;
    border-radius: 40px;
    padding-left: 30px;
}

#form-login input[type=checkbox]:checked{ 
    width: 20px;
    height: 20px;
    background-color: #001D85;
}

#form-login input[type=checkbox]{
    border: 1px solid #001D85;
    border-radius: 3px;
}

#form-login label:last-child {
    padding-top: 2px;
    margin-top: 2px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #001D85;
}

.link-forget {
    font-size: 16px;
    line-height: 19px;
    color: #001D85;
    margin-bottom: 30px;
}

#btn-login {
    width: 100%;
    margin-bottom: 30px;
}

#form-login button[type=submit]{
    height: 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    border-radius: 40px;
}


#notification_errors {
    height: 50px;
    
    
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #F8223D;
}

#notification_errors i {
    color: #F8223D;
}

/* signup */

#user-register-form label {
    
    
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #090909;
}

#user-register-form input[type=text]{
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #AFAEAE;
    border-radius: 40px;
    padding-left: 30px;
}

#user-register-form input[type=email]{
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #AFAEAE;
    border-radius: 40px;
    padding-left: 30px;
}

#user-register-form input[type=password]{
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #AFAEAE;
    border-radius: 40px;
    padding-left: 30px;
}

#user-register-form button[type=submit]{
    height: 50px;
    
    
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    border-radius: 40px;
}


.custom-padding-3 {
    padding: 0 60px 0 60px;
}

.outer {
    display: flex;
    /* align-items: center;  */
    justify-content: center;
  }

.custom-margin-8{
    margin-bottom: 8%;
}
.custom-padding-register {
    padding: 36px 60px 60px 60px;
}

.custom-margin-5 {
    margin-bottom: 5%;
}

#link-login-service {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-evenly;
}

#link-account {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

#link-service {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.login-with{
    display: flex;
    width: 100%;
    justify-content: center;
}
.login-with a{
    padding: 25px 15px;
}
