Created
July 13, 2017 12:29
-
-
Save emanoelqueiroz/95d5d09dd9ce96747afd0778cdbd578f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.login-background { | |
background-image: url("/images/login_background2.jpg"); | |
background-color: rgb(69, 126, 191) !important; | |
background-repeat: no-repeat; | |
-webkit-background-size: cover; | |
-moz-background-size: cover; | |
-o-background-size: cover; | |
background-size: cover; | |
/*background-size: 100% 100%;*/ | |
width: 100%; | |
height: 100%; | |
position: absolute; | |
} | |
.background-image { | |
background-repeat: no-repeat; | |
background-position-x: 49.1%; | |
background-position-y: 82%; | |
-webkit-filter: blur(5px); | |
-moz-filter: blur(5px); | |
-o-filter: blur(5px); | |
-ms-filter: blur(5px); | |
height: 100%; | |
width: 100%; | |
position: absolute; | |
opacity: 0.9; | |
} | |
.checkbox.checkbox-inline.checkbox-styled { | |
margin-top: 3px; | |
} | |
.login-content { | |
z-index: 1; | |
left: 50%; | |
position: absolute; | |
margin-left: -174px; | |
height: 100%; | |
/*background: rgba(255, 255, 255, 0.9);*/ | |
} | |
.login-container { | |
width: 348px; | |
padding: 20px; | |
position: relative; | |
top: 50%; | |
margin-top: -338px; | |
background-color: white; | |
-webkit-box-shadow: 0px 0px 39px 1px rgba(0, 0, 0, 0.8); | |
-moz-box-shadow: 0px 0px 39px 1px rgba(0, 0, 0, 0.8); | |
box-shadow: 0px 0px 39px 1px rgba(0, 0, 0, 0.8); | |
} | |
.login-container.login-portal { | |
margin-top: -270px; | |
} | |
.login-container.portal { | |
margin-top: -268px; | |
} | |
.fa-lg { | |
font-size: 26px !important; | |
} | |
img.img-logo-login, img.img-logo-login:hover, img.img-logo-login:active, img.img-logo-login:focus { | |
width: 280px !important; | |
opacity: 1; | |
} | |
.login-logo { | |
padding: 30px 0; | |
text-align: center; | |
span { | |
font-size: 18px; | |
} | |
} | |
.login-bottom { | |
width: 100%; | |
text-align: center; | |
display: block; | |
padding-top: 30px; | |
} | |
.login-bottom img { | |
width: 120px; | |
} | |
.login-bottom span { | |
display: block; | |
margin-bottom: -5px; | |
} | |
button.btn.ink-reaction.btn-primary.btn-loading-state { | |
width: 100%; | |
} | |
.form-group .form-control~label:after, .form-group .form-control~.form-control-line:after { | |
content: ''; | |
position: absolute; | |
bottom: 0; | |
left: 45%; | |
height: 2px; | |
width: 10px; | |
visibility: hidden; | |
-webkit-transition: 0.2s ease all; | |
-o-transition: 0.2s ease all; | |
transition: 0.2s ease all; | |
} | |
.checkbox.checkbox-inline.checkbox-styled.checkbox-info { | |
margin-bottom: 20px; | |
} | |
a.btn.btn-block.ink-reaction.btn-default { | |
margin-top: 5px; | |
} | |
.login2background { | |
background-image: url(https://s13.postimg.org/8xs7irifb/education2.png); | |
background-repeat: no-repeat; | |
background-attachment: fixed; | |
background-size: cover; | |
position: absolute; | |
width: 100%; | |
height: 100%; | |
} | |
.loginbox { | |
background: rgba(253, 255, 255, 0.69); | |
color: black; | |
margin-top: 25%; | |
/*left: 25%;*/ | |
padding: 20px; | |
box-shadow: 0 8px 50px -2px #000; | |
border-radius: 5px; | |
} | |
.logo { | |
width: 130px; | |
height: 55px; | |
margin-left: 10%; | |
} | |
@media (max-width:767px) { | |
.loginbox { | |
margin-top: 10%; | |
} | |
} | |
.loginbox_content { | |
padding: 5% 11% 5% 11%; | |
} | |
.singtext { | |
font-family: "Open Sans", sans-serif; | |
font-size: 27px; | |
color: #82C226; | |
float: right; | |
padding-right: 25%; | |
} | |
.submit-btn { | |
float: right; | |
margin-right: 28%; | |
} | |
.forgotpassword { | |
padding-left: 10%; | |
} | |
.login-container.login-portal { | |
border-radius: 2px; | |
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), | |
0px 2px 2px 0px rgba(0, 0, 0, 0.14), | |
0px 1px 5px 0px rgba(0, 0, 0, 0.12); | |
} | |
.login-background { | |
background-image: url("/img/login_background2.jpg"); | |
} | |
@media (max-width:800px) { | |
.submit-btn { | |
margin-right: 23%; | |
} | |
} | |
// Animation Duration | |
@duration: 3s; | |
// Colors | |
@primary-color: #599FEE; | |
@secondary-color: #FFF; | |
.talentrh-loading { | |
margin: 0 auto; | |
svg { | |
width: 100%; | |
padding: 2px; | |
} | |
.cls-1{ | |
fill: transparent; | |
stroke-width: 2px; | |
stroke: @primary-color; | |
stroke-dasharray: 200; | |
stroke-dashoffset: 200; | |
animation: stroke @duration linear forwards; | |
} | |
} | |
@keyframes stroke { | |
50% { | |
stroke-dashoffset: 0; | |
fill: @secondary-color; | |
} | |
75% { | |
stroke-width: 2px; | |
stroke-dashoffset: 0; | |
fill: @secondary-color; | |
} | |
100% { | |
fill: @primary-color; | |
stroke-width: 0; | |
stroke-dashoffset: 0; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment