/*
* DEFAULT VALUES
*/

@font-face {
    font-family: "Nunito Sans";
    font-weight: 600;
    src: url("../fonts/NunitoSans-SemiBold.ttf");
}

@font-face {
    font-family: "Nunito Sans";
    font-weight: 400;
    src: url("../fonts/NunitoSans-Regular.ttf");
}

@font-face {
    font-family: "Nunito Sans";
    font-weight: 300;
    src: url("../fonts/NunitoSans-Light.ttf");
}

:root {
    --lux-purple: #612847;
    --lux-gray-medium: #86867E;
    --lux-gray-light: #f5f5f5;
    --control-width: 272px;
}

* {
    font-family: 'Nunito Sans', sans-serif;
}

body {
    background: var(--lux-gray-light);
    color: var(--lux-gray-medium);
}

.center-height {
    height: 100vh;
}


a:hover {
    text-decoration: none;
    color: var(--lux-gray-medium);
}

button:hover {
    text-decoration: none;
    color: var(--lux-gray-medium);
}

input:focus + .lux-input-placeholder {
    color: #612847 !important;
}

/*
* LOGO AND TEXT DEFINITIONS
*/

.text-black {
    color: black !important;
}

.lux-logo {
    margin-bottom: 40px;
}

.lux-login-header {
    margin-bottom: 32px;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: black;
}

.lux-login-paragraph {
    font-size: 14px;
    color: #86867E;
    letter-spacing: 0.02rem;
    opacity: 0.8;
    z-index: 1;
    width: var(--control-width);
    text-align: center;
    position: relative;
    background-color: white;
}

.lux-white-background {
    background-color: white;
    padding: 0 10px;
}

.lux-login-paragraph:before {
    border-top: 1px solid #dfdfdf;
    content: "";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.lux-paragraph {
    font-size: 14px;
    color: var(--lux-gray-medium);
    background-color: white;
}

.lux-copyright-footer {
    font-size: 10px;
    line-height: 14px;
    font-weight: normal;
    color: #86867E;
    margin-top: 24px;
    opacity: 0.8;
}

.lux-forgot-password {
    color: #86867E;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0;
    margin-top: -16px;
    margin-bottom: 24px;
}

.forgot-password:hover {
    color: #86867E;
}

.login-box {
    font-weight: 400;
    padding: 56px;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 8px 10px 1px rgba(68, 68, 66, 0.04), 0 3px 14px 2px rgba(68, 68, 66, 0.08), 0 5px 5px -3px rgba(68, 68, 66, 0.01);
}

/*
* FORM ELEMENTS
*/

.lux-form-control {
    margin-bottom: 24px;
    width: var(--control-width);
}

.lux-input {
    padding: 16px;
    font-size: 16px;
    line-height: 16px;
    box-sizing: border-box;
    height: 48px;
    width: var(--control-width);
    border: 1px solid #DDDDDA;
    border-radius: 4px;
    background-color: #FFFFFF;
}

.lux-input:focus {
    border: 2px solid var(--lux-purple);
    box-shadow: none;
}

.lux-input:focus::placeholder {
    color: var(--lux-purple);
}

.lux-input:focus::placeholder {
    color: var(--lux-purple);
}

.lux-input-placeholder:not(:focus) {
    color: var(--lux-gray-medium);
}

.lux-input::placeholder {
    letter-spacing: 0;
    color: var(--lux-gray-light);
    font-size: 16px;
}

.lux-button {
    width: var(--control-width);
    height: 36px;
    background: black;
}

.lux-login-google-button {
    font-size: 14px;
    color: #86867E;
    width: var(--control-width);
    height: 36px;
    letter-spacing: 1px;
    box-sizing: border-box;
    border: 1px solid #DDDDDA;
    border-radius: 4px;
    margin-bottom: 32px;
}

.rectangle {
    height: 40px;
    width: 40px;
    border-radius: 4px;
    border: 1px solid var(--lux-gray-light);
    background-color: var(--lux-gray-light);
    box-sizing: border-box;
    margin: 0 4px 24px 0;
    text-align: center;
}

.rectangle-last {
    height: 40px;
    width: 40px;
    border-radius: 4px;
    border: 1px solid var(--lux-gray-light);
    background-color: var(--lux-gray-light);
    box-sizing: border-box;
    margin: 24px 0;
    text-align: center;
}

.rectangle:focus {
    box-sizing: border-box;
    border: 2px solid #612847 !important;
    border-radius: 4px;
}

.lux-button-resend {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 9px;
    font-size: 14px;
    color: var(--lux-gray-medium);
    text-decoration: underline;
}

.field-icon {
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 16px 0 0;
}

.field-icon-hidden {
    padding: 14px 15px 0 0;
}

.password-label {
    position: relative;
}

.password-description {
    font-size: 12px;
    left: 0;
    font-weight: 300;
}

.bold {
    font-weight: 600;
    color: black;
}

/*
* ALERTS
 */

.lux-alert-error {
    font-size: 14px;
    background: #FBDADC;
    color: #DA1E28;
    border: 0.5rem var(--lux-gray-medium);
    padding: 10px 16px;
}

.lux-alert-error {
    font-size: 14px;
    background: #FBDADC;
    color: #DA1E28;
    border: 0.5rem var(--lux-gray-medium);
    padding: 10px 16px;
}

