html {
    font-family: sans-serif;
}

.row .col {
    float: none;
    padding: 0 15px;
}

#login-form-wrapper {
    flex: 1 0 auto;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
}

@media screen and (max-width: 599px) {
    #login-form-wrapper #login-form {
        width: 100%;
    }
}
#login-form-wrapper #login-form .logo {
    width: 150px;
    height: 150px;
    margin: 32px auto;
}
#login-form-wrapper #login-form .title {
    font-size: 20px;
    margin: 16px 0 32px 0;
}
#login-form-wrapper #login-form form {
    width: 100%;
    text-align: left;
    padding: 15px;
}
#login-form-wrapper #login-form form .form-field {
    width: 100%;
}
#login-form-wrapper #login-form form .remember-forgot-password {
    font-size: 13px;
    margin-top: 8px;
}
#login-form-wrapper #login-form form .remember-forgot-password .remember-me {
    margin-bottom: 16px;
}
#login-form-wrapper #login-form form .remember-forgot-password .forgot-password {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 16px;
}
#login-form-wrapper #login-form form .submit-button {
    width: 220px;
    margin: 16px auto;
    display: block;
}

@media screen and (max-width: 599px) {
    #login-form-wrapper #login-form form .submit-button {
        width: 90%;
    }
}
#login-form-wrapper #login-form .register {
    margin: 32px auto 24px auto;
    font-weight: 500;
}
#login-form-wrapper #login-form .register .text {
    margin-right: 8px;
}
#login-form-wrapper #login-form .separator {
    font-size: 15px;
    font-weight: 600;
    margin: 24px auto;
    position: relative;
    overflow: hidden;
    width: 100px;
}
#login-form-wrapper #login-form .separator .text {
    display: inline-flex;
    position: relative;
    padding: 0 8px;
    z-index: 9999;
}
#login-form-wrapper #login-form .separator .text:before, #login-form-wrapper #login-form .separator .text:after {
    content: "";
    display: block;
    width: 30px;
    position: absolute;
    top: 10px;
    border-top: 1px solid;
}
#login-form-wrapper #login-form .separator .text:before {
    right: 100%;
}
#login-form-wrapper #login-form .separator .text:after {
    left: 100%;
}
#login-form-wrapper #login-form button {
    width: 100%;
}
#login-form-wrapper #login-form button.google-raised, #login-form-wrapper #login-form button.facebook-raised, #login-form-wrapper #login-form button.twitter-raised, #login-form-wrapper #login-form button.github-raised, #login-form-wrapper #login-form button.microsoft-raised, #login-form-wrapper #login-form button.yahoo-raised {
    width: 192px;
    text-transform: none;
    color: #FFFFFF;
    font-size: 13px;
    margin-bottom: 8px;
}
#login-form-wrapper .quick-links {
    font-size: smaller;
    text-align: right;
}

form, .p15 {
    padding: 0 15px;
}

h3 {
    display: block;
    font-size: 1.7rem;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: bold;
    margin: 0;
}

@media screen and (min-width: 768px) {
    h3 {
        font-size: 2.7rem;
    }
}

.container-fluid {
    max-width: 580px;
    margin: 0 auto;
}

.container .row, .container-fluid .row {
    margin: 0 -15px;
    display: flex;
}
.container .row .col, .container-fluid .row .col {
    width: 100%;
    padding: 0 15px;
}

.row {
    margin: 0 -15px;
}

.row .col-6 {
    width: 100%;
    padding: 0 15px;
}

@media screen and (min-width: 768px) {
    .row .col-6 {
        width: 50%;
    }
}

.container .row > .col .mat-card {
    height: 100%;
}

.mat-card {
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
    position: relative;
    padding: 16px;
    border-radius: 4px;
    max-width: 580px;
    margin: 0 auto;
}

.mat-card-title {
    font-size: 24px;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
    padding: 0 15px;
}
.mat-card-title:first-child {
    margin-top: 0;
}

.mat-elevation-z10 {
    box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

@media screen and (min-width: 300px) {
    .flex-row {
        display: flex;
        flex-direction: column-reverse;
    }

    .flex-row .col-6:last-child {
        margin-bottom: 15px;
    }

    .flex-row .col-6:first-child {
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .flex-row {
        display: flex;
        flex-direction: row;
    }

    .flex-row .col-6:last-child {
        margin-bottom: 0;
    }

    .flex-row .col-6:first-child {
        text-align: left;
    }
}

input[type=text],
input[type=password],
input[type=email],
input[type=text]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=password]:not(.browser-default) {
    padding: 0 8px !important;
    -webkit-box-sizing: border-box;
}

.justify-content-between {
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
}

.input-field {
    position: relative;
    margin-bottom: 1rem;
}
.input-field label {
    display: block;
    font-size: 12px;
}
.input-field input {
    display: block;
    width: 100%;
    height: 3rem;
    border: none;
    border-bottom: 1px solid #888;
}

.btn {
    color: #fff;
    text-transform: uppercase;
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
    transform: translate3d(0, 0, 0);
    transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #3f51b5;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.password-reset, .link {
    color: #858585;
    font-size: 0.9rem;
}
.password-reset:hover, .link:hover {
    text-decoration: underline;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mt-1 {
    margin-top: 1rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

p {
    margin-top: 0;
}

strong {
    font-weight: 800;
}

.forgot-bar {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

/*# sourceMappingURL=auth.css.map */
