html, body {
    height: 100vh;
}
body { 
    position: relative;
    font-family: 'Poppins', sans-serif;
    color: #555;
    background: #f9f9f9;
    background-size: cover;
}
.branding {
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}
.branding a { 
    font-size: 28px;
    color: #05a3ff;
    text-decoration: none !important;
}
.innerContent {
    background: #fff;
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #dedede;
}
label {
    font-weight: 500;   
}
.input-group-prepend {
    position: absolute;
    z-index: 9;
    height: 40px;
}
.input-group-prepend span {
    background: transparent;
    border: 0px;
    color: #555;
    text-shadow: none;
    font-size: 20px;
    border-radius: 0px;
    min-width: 44px;
    text-align: center;
}
.form-control {
    height: calc(2.4rem + 2px);
    padding-left: 2.5rem;
    border-radius: .25rem !important;
}
.form-check {
    display: inline-block;
}
.btn-link {
    padding: 0px;
    font-size: 15px;
    line-height: 24px;
    text-decoration: none;
    color: #555;
    z-index: 9;
    font-weight: bold;
}
.btn-link.float-right {
    font-size: 13px;
    line-height: 22px;
    font-weight: normal;
}
.btn-link:hover,
.btn-link:focus {
    color: #05a3ff;
    text-decoration: none;
}
.btn-custom {
    padding:.6rem .75rem;
    border-radius: 4px;
    font-weight: 400;
}
.btn-theme {
    background: #05a3ff;
    border-color: #05a3ff;
    color: #fff;
    text-decoration: none;
}
.btn-theme:active,
.btn-theme:hover,
.btn-theme:focus {
    background: #028ada;
    border-color: #028ada;
    color: #fff;
}
p {
    text-align: center;
}
.copyright {
    padding:15px 0px;
    text-align: center;
    font-size:13px;
}
.copyright a {
    text-decoration: none;
}
.divider {
    border-bottom: 1px solid #dedede;
    margin: 30px 0px 30px;
    line-height: 0px;
    text-align: center;
}
.divider span {
    font-weight: normal;
    background: #fff;
    padding: 10px;
    font-style: italic;
    font-size: 16px;
    color: #777;
}
.socialLogin {
    text-align: left;
}
.socialLogin a.btn i {
    line-height: 24px;
    margin-right: 10px;

}
.socialLogin a.btn-fb {
    background-color: #3B5998;
    border-color: #3B5998;
}
.socialLogin a.btn-gplus {
    background-color: #DC4E41;
    border-color: #DC4E41;
    float:right;
}