﻿/*.SAM_Color_Complementary_BlueLight {
    color: #8BACC1;
}

.SAM_Color_Complementary_BlueMedium {
    color: #5D8BA8;
}

.SAM_Color_Complementary_BlueDark {
    color: #2E5A8F;
}*/

body {
    background-image: url('/ContentSAM/Images/Welcome/GeoHub-Mesh Mountain.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 360px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}
.centered-box {
    width: 1285px;
    height: 803px;
    background-image: url('/ContentSAM/Images/Welcome/GeoHub-Login-Window.png');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.form-box {
    position: absolute;
    top: 60px;
    left: 60px;
    color: white;
    font-family: 'Rubik', sans-serif;
}
    .form-box hr {
        background-color: #8BACC1;
        border-width: 0;
        color: #8BACC1;
        height: 4px;
        opacity: 1;
    }

.form-box-button-parent-cell {
    padding-top: 15px;
}
.form-box-button {
    background-color: white;
    border-radius: 9px;
    color: black;
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    padding: 9px;
    width: 100%;
}
    .form-box-button:hover {
        background-color: #5D8BA8;
    }

.form-box-button-table {
    width: 100%;
}

.form-box-button-table-cell-icon {
    width: 33%;
    text-align: right;
}

.form-box-button-table-cell-icon-img {
    margin-right: 15px;
    vertical-align: middle;
    height: 24px;
}

.form-box-button-table-cell-label {
    width: 67%;
    vertical-align: middle;
    text-align: left;
}

calcite-button {
    --calcite-color-brand: #8BACC1;
    --calcite-color-brand-hover: #5D8BA8;
}

calcite-fab {
    --calcite-color-brand: #8BACC1;
    --calcite-color-brand-hover: #5D8BA8;
}

.SAM_Button_Primary {
    background-color: #5D8BA8;
    border-color: #2E5A8F;
}