﻿.icon-with-text {
    cursor: pointer;
}

.container {
    max-width: 800px;
}

p {
    font-family: roboto,sans-serif;
    font-weight: 300;
    line-height: 1.6;
}

h3 {
    font-family: bodoni, sans-serif;
    font-size: 1.4rem;
}

.login-btn {
    align-items: center;
    background: none;
    background-image: linear-gradient(98deg,#ffe468,#ffd618);
    border: none;
    color: #2c2f34;
    display: flex;
    font-family: Roboto,sans-serif;
    font-size: .8125rem;
    font-weight: 800;
    line-height: 1.3;
    margin: 10px 0;
    min-height: 54px;
    padding: 7px 7px 7px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: .2s;
    transition-property: background-image;
    transition-timing-function: ease;
    width: 100%;
    justify-content: center;
    text-align: left;
}

.login-btn {
    margin-bottom: 25px;
}

    .login-btn a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-decoration: none;
        color: #2c2f34;
        flex: 1;
    }

.login-container, .login-header {
    margin-bottom: 25px;
}

.bi-arrow-right {
    align-items: center;
    background-color: #fff;
    box-shadow: 5px 3px 14px 0 #0000001a;
    display: flex;
    flex: 0 0 40px;
    font-size: 1.375rem;
    height: 40px;
    justify-content: center;
    margin-left: 15px;
}

.select-dropdown {
    margin: 8px 15px 17px 15px;
    cursor: pointer;
}

    .select-dropdown::-webkit-select-dropdown {
        background-color: #fff;
        border-radius: 0;
    }

    .select-dropdown:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #2c2f34;
    }

    .select-dropdown::-webkit-select-indicator {
        color: #2c2f34;
        margin-right: 10px;
    }

    .select-dropdown::-ms-expand {
        display: none;
    }

footer .sh-grid p {
    color: #fff !important;
}
