/* These styles are mobile first */

/* Basic Styles */
html {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: Calibri, "Myriad Pro", "Gill Sans MT", arial, verdana, helvetica, sans-serif;
    color: #000000;
    font-size: 12px;
    background-color: white;
}

/* Validation */
.text-danger {
    color: red;
}

.field-validation-valid {
    visibility: hidden;
}

.field-validation-error {
    visibility: visible;
}

.validation-summary-errors > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Sections */

.main-container {
    background-image: url(https://propertiesmicroprod.blob.core.windows.net/loginpage/4029f793-0f95-45d8-b815-08f857cc6ebb?sv=2024-11-04&st=2025-06-24T13%3A02%3A11Z&se=2025-06-25T13%3A02%3A11Z&sr=b&sp=r&sig=o32fqTDmov0hrKJExlBOb8udLcpwKIFfhlsX9ibDmvo%3D);
    background-repeat: no-repeat;
    background-position: -310px -172px;
    background-size: cover;
    height: 700px;
}

.titles {
    position: absolute;
    top: 255px;
    background-color: white;
    padding-left: 3rem;
    padding-top: 20px;
    width: 100%;
    height: 400px;
}

.title__top {
    margin: 0;
    font-family: Georgia, sans-serif;
    font-weight: bold;
    font-size: 36px;
}

.title__sub {
    margin: 0;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
}

.title__extra {
    margin: 5px 0 0 0;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    opacity: .9;
}

form {
    position: absolute;
    bottom: 6rem;
    height: 50vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    padding: 20px 32px 20px 32px;
}

.sign-in-buttons-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
}

.area__top {
    display: none;
    font-size: 18px;
    font-style: italic;
}

.marketing-link {
    display: none;
}

.area__bottom {
    position: absolute;
    bottom: 1rem;
    display: none;
}

.terms-copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
}

.copyright__before {
    display: none;
}

.btn {
    height: 40px;
}

.form-control {
    margin-bottom: 1rem;
    height: 40px;
}

.div__reset-password_guest-login {
    display: flex;
    align-items: center;
}

#GuestLoginLink {
    background-color: #451d1d;
    padding: 4px;
    border-radius: 4px;
    margin-left: 1rem;
}

#GuestLoginLink a:link,
#GuestLoginLink a:visited,
#GuestLoginLink a:hover,
#GuestLoginLink a:active {
    color: White;
}

/* General purpose */
.w-100 {
    width: 100%;
}

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

.mb-4 {
    margin-bottom: 1.5rem;
}

/* Override bootstrap */

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    bottom: 5px;
}

/* Display Footer in devices that fit */
@media (min-height: 668px) {
    .area__bottom {
        display: unset;
    }
}

/* Styles for non-mobile devices */
@media (min-width: 431px) {
    body {
        background-color: #f7f6f4;
        background-image: url();
        background-position: 50% 0%;
        background-repeat: repeat-x;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .main-container {
        height: 795.2px;
        width: 1261.4px;
        background-position: unset;
    }
    .area__top {
        width: 1261.4px;
        display: flex;
        justify-content: space-between;
        align-items: end;
    }
    .titles {
        position: relative;
        top: 5rem;
        left: 16rem;
        padding-left: unset;
        padding-top: unset;
        width: 400px;
        background-color: unset;
        width: unset;
    }
    .title__top {
        font-size: 48px
    }
    .title__sub {
        font-size: 18px;
    }
    form {
        width: 430px;
        height: 345px;
        position: relative;
        left: 70rem;
        bottom: -42px;
        border: 1px solid #E6EAED;
        background-color: white;
    }
    label {
        margin-bottom: 0;
    }
    .area__bottom {
        width: 1261.4px !important;
        position: unset;
        top: unset;
        display: flex;
        justify-content: space-between
    }
    .terms-copyright {
        flex-direction: row;
    }
    .copyright__before {
        display: inline;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    .marketing-link {
        display: inline;
    }
    .checkbox {
        margin-top: 0;
        margin-bottom: 0;
    }
    #LoginButton {
        width: 35%;
    }
}