/* This CSS is loaded in the login page. */

.container > .row:first-child > div:first-child > div:first-child > img {
    display: none;
}

.container > .row:first-child > div:first-child > div:first-child {
    height: 63px;
    width: 300px;
    background-image: url('https://sanjuanpr.spaces.nexudus.com/images/signup%20page.png');
    background-size: 100% 100%;
    margin: 0 auto;
}

.container > .row:first-child > div:first-child {
    width: 430px;
    margin: 0 auto;
    float: none;
}

.form-signin {
    max-width: 100% !important;
    padding-bottom: 0 !important;
}

.fa-google-plus:before,
.fa-facebook:before,
.fa-sign-in:before,
.btn-nexudus  i img
 { 
    display: none;
}

.fa-google-plus,
.fa-facebook,
.fa-sign-in,
.btn-nexudus  i {
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: center;
}

.fa-google-plus { 
    background-image: url('https://theoldbondstorelimited.spaces.nexudus.com/images/google-plus.svg'); 
    width: 27px !important;
    height: 100% !important;
    background-size: 24px;
    background-position: 57% 50%;
}
.fa-facebook { 
    background-image: url('https://theoldbondstorelimited.spaces.nexudus.com/images/facebook-logo.svg');
    width: 25px !important;
    height: 100% !important;
    background-size: 24px;
}
.fa-sign-in { 
    background-image: url('https://theoldbondstorelimited.spaces.nexudus.com/images/login.svg'); 
    width: 22px !important;
    height: 100% !important;
    background-size: 20px;
}
.btn-nexudus i { 
    background-image: url('https://theoldbondstorelimited.spaces.nexudus.com/images/nexudus.png'); 
    width: 24px !important;
    height: 100% !important;
    background-size: 22px;
    background-position: 70% 50%;
}

#login-form .form-control,
#login-form .btn
{
    border-radius: 0;
    border: none;
}

#login-form .btn {
    background-color: #282727;
    height: 45px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 56px;
}

#login-form .btn:first-of-type {
    background-color: #bba33c;
    line-height: 45px;
    padding: 0 16px;
    height: auto;
}

#login-form .btn-social i {
    height: 45px !important;
    width: 45px !important;
    line-height: 45px;
    height: auto;
    border-right: 1px solid #424040;
}

.account-wall {
    box-shadow: none !important;
    border: none;
}

input {
    box-shadow: none !important;
    border: none;
}

input[type="email"] {
    margin-bottom: 20px !important;
}

input[type="submit"] {
    margin-bottom: 10px;
}

.btn-block + .btn-block {
    margin-top: 10px;
}

.text-center a img{
    width: 30px;
    height: auto;
    margin-right: 20px;
}

#login-form .btn-signup {
    background-color: #e8dfb7;
    color: #bba33c;
}

#login-form .btn-signup i {
    border-right: 1px solid #bba33c;
}

@media (max-width: 768px) {
    .container > .row:first-child > div:first-child {
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    .container > .row:first-child > div:first-child {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .container > .row:first-child > div:first-child > div:first-child {
        height: 50px;
        width: 250px;
    }
}

