/* This CSS is loaded in the login page. */
@font-face {
  font-family: "Base";
  src: url("https://springplacenetwork.spaces.nexudus.com/files/Caslon.woff") format("woff"); 
}

.col-sm-6 div:first-child {
    background-image: url(//springplacenetwork.spaces.nexudus.com/en/Business/GetLogo);
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.col-sm-6 div:first-child img {
    display: none;
}

.text-center, a.btn-social, hr {
    display: none;
}

.account-wall form {
    font-family: "Base";
}

.account-wall {
    background-color: transparent !important;
    box-shadow: none !important;
}

.account-wall form input {
    border-radius: 0;
}

.account-wall form button.btn {
    border-radius: 0;
    background: black;
    border: none;
}