@font-face {
    font-family: 'xl-smart';
    src: url('../fonts/xl-smart/XLSMARTSans-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'xl-smart';
    src: url('../fonts/xl-smart/XLSMARTSans-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'xl-smart';
    src: url('../fonts/xl-smart/XLSMARTSans-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'xl-smart';
    src: url('../fonts/xl-smart/XLSMARTSans-ExtraBoldItalic.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: 'xl-smart';
    src: url('../fonts/xl-smart/XLSMARTSans-ExtraLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'xl-smart';
    src: url('../fonts/xl-smart/XLSMARTSans-ExtraLightItalic.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: 'xl-smart';
    src: url('../fonts/xl-smart/XLSMARTSans-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'xl-smart';
    src: url('../fonts/xl-smart/XLSMARTSans-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'xl-smart';
    src: url('../fonts/xl-smart/XLSMARTSans-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'xl-smart';
    src: url('../fonts/xl-smart/XLSMARTSans-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'xl-smart';
    src: url('../fonts/xl-smart/XLSMARTSans-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'xl-smart';
    src: url('../fonts/xl-smart/XLSMARTSans-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'xl-smart';
    src: url('../fonts/xl-smart/XLSMARTSans-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'xl-smart';
    src: url('../fonts/xl-smart/XLSMARTSans-SemiBoldItalic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
}
body {
    font-family: 'xl-smart', sans-serif !important;
}
input {
    letter-spacing: 1px;
    padding: 0 10px;
    font-size: 18px;
    height: 50px;
    width: 33rem;
    border: 1px solid #4f250c;
}

@media (min-width: 1024px) {
    input {
        width: 42rem;
    }
}

label {
    font-size: 25px;
    font-weight: 400;
    display: block;
}
.header {
    margin-top: 30px;
    display: flex;
    color: white;
    font-size: 2rem;
}
.header .info {
    border-left: 2px white solid;
    padding: 2rem;
}
.login-image {
    height: 100%;
    background-size: contain;
    background-image: url('../images/login-image-xl.jpg');
    background-repeat: no-repeat;
}
