﻿* {
    font-family: AvenirNext;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.hcmInput {
    font: inherit;
    background: 0 0;
    color: currentColor;
    border: 1px solid whitesmoke;
    outline: 0;
    padding: 10px;
    margin: 0;
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
    text-align: inherit;
}

.hcmLabel {
    height: 16px;
    font-family: AvenirNext;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.1px;
    color: #007aff;
}

.hcmBlue {
    color: #007aff;
}


.hcmBlueButton {
    border: none;
    width: 100%;
    height: 52px;
    border-radius: 2px;
    background-color: #007aff;
    font-family: AvenirNext;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: white;
    transition: box-shadow 0.3s ease-in-out;
}

    .hcmBlueButton:hover {
        box-shadow: 0 5px 15px #000000;
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    }

.marginTop12 {
    margin-top: 12%;
}

.marginBottom60 {
    margin-bottom: 60px;
}

.forgotPassword {
    font-family: AvenirNext;
    font-size: 11px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: 0.1px;
    color: #007aff;
    margin-top: 1.75em;
    margin-bottom: 1.75em;
}


@media (min-width: 1200px) {
    .pull-right-image {
        float: right;
    }
}

.Forgot-Password {
    width: 218px;
    height: 40px;
    font-family: AvenirNext;
    font-size: 26px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: #007aff;
}


.chooseCompany {
    width: 218px;
    height: 40px;
    font-family: AvenirNext;
    font-size: 26px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: #007aff;
}

.companySelection {
    display: flex;
    flex-wrap: wrap;
    
    
}


/* Mobile view */
@media (max-width: 767px) {
    .companySelection .companyItemSelection {
        width: calc(50% - 10px); /* 50% for 2 items in a row, minus 10px for the margin */
    }
}

/* Desktop view */
@media (min-width: 768px) {
    .companySelection .companyItemSelection {
        width: calc(33% - 10px); /* 25% for 4 items in a row, minus 10px for the margin */
    }
}

.companySelection button {
    width: 175px;
    margin: 0 auto;
    line-height: 20px;
    background-color: var(--white);
    border: none;
    white-space: normal;
    font-family: AvenirNext;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: 0.1px;
}

.companySelection div {
    font-family: AvenirNext;
    margin: 5px;
    width: 200px;
    height: 84px;
    display: inline-block;
    background-color: var(--white);
    vertical-align: middle;
    text-align: center;
    -ms-border-radius: 8px;
    border-radius: 8px;
    border: solid 1px #f1f3f5;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -ms-transition: box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    -webkit-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
}

    .companySelection div:hover {
        box-shadow: 0 5px 15px #000000;
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    }

.companySelection label {
    display: inline-block;
    text-align: center;
    height: 100%;
    line-height: 2.25em;
    width: 200px;
    padding: 15px;
    vertical-align: middle;
}


.accept-invite-welcome-label {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 15px;
}

.accept-invite-company-name {
    font-weight: 600;
}

.accept-invite.hcmBlueButton {
    margin-top: 30px;
}

.accept-invite-2col-container {
    display: flex;
    gap: 10px;
}

.invite-illustration-container {
    margin-top: 25px;
}