@import url("../vendors/animate.css");


#avatars {
	position: relative;
	left: 50%;
}

#avatars .avatar {
	height: 130px;
	width: 130px;
	display: block;
	margin-right: 20px;
	float: left;
	position: relative;
	text-align: center;
    color: #555;
}
#avatars .avatar:last-child {
	margin: 0px;
}

#avatars .avatar .avatar-img {
	background-color: white;
	height: 130px;
	width: 130px;
	background-size: auto 130px;
	background-position: center;
	border-radius: 4px;
	display: block;
	margin-right: 20px;
	float: left;
	position: relative;
	-webkit-transition: -webkit-transform .2s ease-in-out;
	-moz-transition: -moz-transform .2s ease-in-out;
	margin-bottom: 10px;
}
#avatars .avatar .avatar-img:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	border-radius: 4px;
	background: -webkit-linear-gradient(-30deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, .17) 50%, rgba(255, 255, 255, 0) 50.1%) no-repeat;
	background: -moz-linear-gradient(-30deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, .17) 50%, rgba(255, 255, 255, 0) 50.1%) no-repeat;
	z-index: 2;
}

#avatars .avatar .pin:after, .col.pin:after {
	content: '';
	position: absolute;
	width: 25px;
	height: 24px;
	background: url('../../../images/app/icon-pin.png');
	top: 0px;
	right: 0px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}

#avatars .avatar:hover .avatar-img {
	z-index: 10;
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
}
#password .input input {
	background: transparent;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0px;
	height: auto;
}
#password .input .avatar {
	position: absolute;
	margin: 0px;
	width: 34px;
	height: 34px;
	background-size: 34px;
	right: 8px;
	top: 50%;
	margin-top: -17px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#password .input .avatar:hover {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	box-shadow: 0px -1px 0px rgba(255,255,255,0.5) inset;
}
#password .input .avatar .pin:after {
	display: none;
}
#users {
	float: right;
	position: relative;
	left: -50%;
	height: 130px;
	margin-bottom: 50px;
}
#users .avatar .avatar-name {
    color: #666;
}



#forgotpassword {
	position: absolute;
	width: 400px;
	height: 166px;
	top: 50%;
	left: 50%;
	margin-top: -83px;
	margin-left: -200px;
}
#forgotpassword .input {
	border: 1px solid #555;
	background: rgba(0,0,0,0.3);
}
#forgotpassword button {
	width: 100%;
	margin-top: 20px;
	height: 45px;
	font: bold 14px/45px HelveticaNeue, Helvetica, Arial;
	color: rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.2), 0px -1px 0px rgba(255,255,255,0.3) inset;
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.2), 0px -1px 0px rgba(255,255,255,0.3) inset;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2), 0px -1px 0px rgba(255,255,255,0.3) inset;
	padding: 0px;
	border-radius: 4px;
	border: 0px solid;
	background-image: -webkit-linear-gradient(transparent, rgba(0,0,0,0.35));
	background-image: -moz-linear-gradient(transparent, rgba(0,0,0,0.35));
	background-color: #FFD000;
	cursor: pointer;
}
#forgotpassword button:hover {
	background-image: -webkit-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.5));
	background-image: -moz-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.5));
}
#forgotpassword input {
	color: white;
}
#forgotpassword .username input {
	font-weight: bold;
}

#forgotpassword .password {
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
#forgotpassword a.back {
	position: absolute;
	top: 0px;
	left: -40px;
	width: 20px;
	height: 20px;
	text-decoration: none;
	text-indent: -999px;
	overflow: hidden;
	background: url('../../../images/app/icon-back.png') no-repeat;
	opacity: 0.5;
	display: block;
}
#forgotpassword a.back:hover {
	opacity: 1;
}

.email {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-top-right-radius: 4px;
	box-shadow: rgba(0,0,0,0.4) 0px 6px 6px -6px inset;
	margin-top: 10px
}





.forgot_password {
	text-align: center;
}
.forgot_password a {
	color:#AAA;
	font-size:11px;
	text-align: center
}
#other_user {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	display: block;
}
#other_user a {
    color: #AAA;
    font-size: 11px;
	text-align: center
}



.login-box {
	width: 400px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -80px;
	padding: 20px;
	background: white;
	color: #000;
	overflow: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.15);
	font-size: 14px;
}

.login-box h1 {
	font-size: 22px;
	line-height: 18px;
}

.login-box.error {
	background: #f2dede;
	color: #b94a48;
}
.login-box.error h1 {
	color: #b94a48;
}
.login-box.success {
	background: #fcf8e3;
	color: #c09853;
}
.login-box.success h1 {
	color: #c09853;
}

#gritter-notice-wrapper {
	position: fixed;
	top: 20px;
	left: 50%;
	width: 400px;
	height: 100px;
	z-index: 9999;
	margin-left: -200px;
}
.gritter-with-image {
    width: 325px;
}
#gritter-notice-wrapper p {
    font-size: 12px;
}

@media (max-width: 480px) {

    #avatar {
    	height: 100px;
    	width: 100px;
    }

    #avatar a {
    	height: 100px;
    	width: 100px;
    }

    #password {
    	position: absolute;
    	width: 230px;
    	height: 166px;
    	top: 50%;
    	left: 50%;
    	margin-left: -115px;
    	display: none;
    }
    #gritter-notice-wrapper {
        display: none;
    }
}


.avatar-remove {
    position: absolute;
    right: -15px;
    top: -15px;
    background: #62011c;
    padding-top: 3px;
    border-radius: 50%;
    color: #dac9cd;
    cursor:pointer;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    z-index: 11;

    background: #ca0038; /* Old browsers */
    background: -moz-linear-gradient(top,  #ca0038 0%, #31010e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ca0038), color-stop(100%,#31010e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ca0038 0%,#31010e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ca0038 0%,#31010e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ca0038 0%,#31010e 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ca0038 0%,#31010e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca0038', endColorstr='#31010e',GradientType=0 ); /* IE6-9 */
}
.avatar-remove i {
    display: block;
}
.avatar:hover .avatar-remove {
    opacity: 1;
}




#password {
    position: relative;
	width: 100%;
	max-width: 300px;
	height: 166px;
	left: 50%;
	margin-left: -50%;
	display: none;
}
#password .input {
    border: 1px solid rgba(0,0,0,0.1);
	position: relative;
    background: #FFFFFF;
}
#password button {
    width: 100%;
    margin-top: 20px;
    font: bold 14px/45px var(--font-family), HelveticaNeue, Helvetica, Arial;
    color: rgba(0, 0, 0, 0.75);
    box-shadow: none;
    padding: 0px;
    border-radius: 4px;
    border: 0px solid;
    background: #FFD000;
    cursor: pointer;
    text-shadow: none;
}
#password button:hover {
    background: #E0B601;
}
#password input {
    color: #1a1a1a;
}
#password .username {
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	box-shadow: none;
}
#password .password {
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
    border-top: none;
}
#password a.back {
	position: absolute;
	top: 0px;
	left: -40px;
	width: 20px;
	height: 20px;
	text-decoration: none;
	text-indent: -999px;
	overflow: hidden;
	background: url('../../../images/app/icon-back.png') no-repeat;
	opacity: 0.5;
	display: block;
}
#password a.back:hover {
	opacity: 1;
}

#password input[type="text"],
#password input[type="email"],
#password input[type="password"] {
    height: 40px;
    color: #333333;
    border-radius: 2px;
    display: block;
    width: 100%;
    font: normal 14px var(--font-family), HelveticaNeue, Helvetica, Arial;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0 !important;
    transition: border linear .2s, box-shadow linear .2s;
}
#password input:focus {
	outline: none;
	color: #333;

	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
	outline: 0;
	z-index:2;
	position:relative;
}


#password input[type="submit"] {
    height: 45px;
    font: bold 14px/45px var(--font-family), HelveticaNeue, Helvetica, Arial;
    width: 100%;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    margin: 0px;
    box-shadow: white 0px 1px 0px, 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.2));
    background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.2));
	background-color: #FE4365;
	color: white;
	padding: 0px;
}
