html {
    box-sizing: border-box;
  }
  *, *:before, *:after {
    box-sizing: inherit;
  }

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f5f5f5;
    color: #2a3234;
    background-image: url("../images/background-839f8c7ef0aea7bac1ddd5d980134c80.gif");
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    cursor: default;
    padding-right: 0!important;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: auto;
    position: relative;
}

input {
    border-color: #bebdbc;
    border: 1px solid #d6d4d4;
    padding: 0.5rem 1rem;
    width: 100%;
    border-radius: 0.2rem;
    cursor: text;
}

form {
    background-color: #ffffff;
    color: #5a2bad;
    height: auto;
    max-width: 400px;
    width: calc(100vw - 2rem);
    border-radius: 0.2rem;
    position: relative;
    z-index: 1;
    padding: 0.5rem 1rem;
}

button {
    border-radius: 0.2rem;
    border: none;
    color: #f5f3f2;
    cursor: pointer;
    font-weight: 400;
    outline: 0;
    font-size: 1.3rem;
    font: bold;
    padding: 0.5rem 1.5rem;
    box-shadow: 0 0 1rem hsla(20,8%,93%,.3);
    background-color: #5a2bad;
    text-align: center;
}

button:hover {
    background-color: #6f45b8;
}

button:focus {
    box-shadow: inset 0 0 0 1px #cacccc, inset 0 0 0 2px #eeeceb, inset 0 0 1rem hsla(20,8%,93%,.3);
}

label {
    font-weight: bolder;
    font-size: .76923rem;
    margin: 0.5rem 0 0.2rem;
    display: block;
    margin-top: 20px;
}

.header {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 4rem; 
    background-image: url("../images/logo-7d912f13791f5ba1626f173a911cb8df.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    max-height: 4rem;
    max-width: 100%;
    margin: 10px 0 30px 0;
}

.loginForm {
    text-align: center;
    padding-top: 10px;
}

.error {
    transition-duration: .1s;
    transition-property: max-height,margin-bottom;
    border-radius: 0.2rem;
    overflow: hidden;
    background-color: rgba(239,55,55,.2);
    box-shadow: inset 0 0 0 1px #ef3737;
    margin-bottom: 0.5rem;
    max-height: 300px;
    color: #2a3234;
    font-size: .76923rem;
    padding: 0.5rem 1rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}

.ca {
    text-align: center;
}

.footer {
    display: flex;
    justify-content: space-between;
}

a {
    text-decoration: none;
    font-weight: 400;
    color: #5a2bad;
}

a:hover {
    text-decoration: underline;
}

.activate-wrapper {
    padding-top: 8px;
}
.activate-wrapper a {
    border-radius: 4px;
    padding: 0.5rem 1rem;
    color: white;
    background-color: #5a2bad;
}