Skip to content

Commit

Permalink
Add All Files
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhinavRathore committed Jan 26, 2018
0 parents commit 2a27b5a
Show file tree
Hide file tree
Showing 171 changed files with 88,819 additions and 0 deletions.
587 changes: 587 additions & 0 deletions Login_v17/css/bootstrap-theme.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Login_v17/css/bootstrap-theme.css.map

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions Login_v17/css/bootstrap-theme.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Login_v17/css/bootstrap-theme.min.css.map

Large diffs are not rendered by default.

6,757 changes: 6,757 additions & 0 deletions Login_v17/css/bootstrap.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Login_v17/css/bootstrap.css.map

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions Login_v17/css/bootstrap.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Login_v17/css/bootstrap.min.css.map

Large diffs are not rendered by default.

492 changes: 492 additions & 0 deletions Login_v17/css/main.css

Large diffs are not rendered by default.

177 changes: 177 additions & 0 deletions Login_v17/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,177 @@
body {
font: 100% / 1.414 "Open Sans", "Roboto", arial, sans-serif;
background: #e9e9e9;
}

a,
[type="submit"] {
-webkit-transition: all .25s ease-in;
transition: all .25s ease-in;
}

.signup__container {
position: absolute;
top: 50%;
right: 0;
left: 0;
margin-right: auto;
margin-left: auto;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 50rem;
height: 30rem;
border-radius: 0.1875rem;
-webkit-box-shadow: 0px 0.1875rem 0.4375rem rgba(0, 0, 0, 0.25);
box-shadow: 0px 0.1875rem 0.4375rem rgba(0, 0, 0, 0.25);
}

.signup__overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.76);
}

.container__child {
width: 50%;
height: 100%;
color: #fff;
}

.signup__thumbnail {
position: relative;
padding: 2rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: url(https://www.contractorboard.com/media/uploaded_images/homepage_slider/ACOPIndexPic9a_border2.gif);
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
}

.thumbnail__logo,
.thumbnail__content,
.thumbnail__links {
position: relative;
z-index: 2;
}

.thumbnail__logo {
-ms-flex-item-align: start;
align-self: flex-start;
}

.logo__shape {
fill: #fff;
}

.logo__text {
display: inline-block;
font-size: .8rem;
font-weight: 700;
vertical-align: bottom;
}

.thumbnail__content {
-ms-flex-item-align: center;
align-self: center;
}

h1,
h2 {
font-weight: 300;
color: white;
}

.heading--primary {
font-size: 1.999rem;
}

.heading--secondary {
font-size: 1.414rem;
}

.thumbnail__links {
-ms-flex-item-align: end;
align-self: flex-end;
width: 100%;
}

.thumbnail__links a {
font-size: 1rem;
color: #fff;
}
.thumbnail__links a:focus, .thumbnail__links a:hover {
color: rgba(255, 255, 255, 0.5);
}

.signup__form {
padding: 2.5rem;
background: #fafafa;
}

label {
font-size: .85rem;
text-transform: uppercase;
color: #ccc;
}

.form-control {
background-color: transparent;
border-top: 0;
border-right: 0;
border-left: 0;
border-radius: 0;
}
.form-control:focus {
border-color: #111;
}

[type="text"] {
color: #111;
}

[type="password"] {
color: #111;
}

.btn--form {
padding: .5rem 2.5rem;
font-size: .95rem;
font-weight: 600;
text-transform: uppercase;
color: #fff;
background: #111;
border-radius: 2.1875rem;
}
.btn--form:focus, .btn--form:hover {
background: #323232;
}

.signup__link {
font-size: .8rem;
font-weight: 600;
text-decoration: underline;
color: #999;
}
.signup__link:focus, .signup__link:hover {
color: #787878;
}
Loading

0 comments on commit 2a27b5a

Please sign in to comment.