﻿.layout-footer { 
    margin-top: 40px; 
}

.layout-header {
    padding-top: 80px;
}

.form-group input { margin-bottom: 24px; }

.margin-bottom-50px {margin-bottom: 50px; }
.margin-bottom-25px {margin-bottom: 25px; }
.margin-bottom-15px { margin-bottom: 15px; }
.margin-bottom-10px { margin-bottom: 10px; }
.margin-bottom-5px { margin-bottom: 5px; }
.margin-bottom-2px { margin-bottom: 2px; }

.danger li { list-style-type: none; }

.hr-sect {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: rgba(0, 0, 0, 0.4);
    margin: 8px 0;
}
.hr-sect::before,
.hr-sect::after {
    content: "";
    flex-grow: 1;
    background: rgba(0, 0, 0, 0.35);
    height: 1px;
    font-size: 0;
    line-height: 0;
    margin: 0 8px;
}

.text-center img {
    max-height: 62px;
    max-width: 241px;
}

.block-content.block-content-narrow {
    padding-left: 15%;
    padding-right: 15%;
}

.rectangle {
    background: white;
    margin: 104px auto auto;
}

.logo-container {
    margin: 64px auto;
    text-align: center;
    width: 180px;
}

.white-bg {
    background: white;
}

.container.body-content {
    padding-left: 10%;
    padding-right: 10%;
}

.warning,
.alert {
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #D1A79E;
}

.error-page {
    padding-bottom: 40px;
}

.max-width-100 {
    max-width: 100%;
}

.recaptcha{
    display:inline-block;
    text-align: center;
    margin: auto;
}

.container-flex {
    display: flex;
    height: 100%;
}

.marketing-page {
    min-height: 450px;
    height: 100%;
    width: 100%;
    border: none;
    display: block;
}

.marketing-section-layout {
    width: 50%;
    height: 100%;    
}

.left-layout-footer {
    margin-top: 20%;
}

.left-layout-header {
    padding-top: 10%;
}

.content-section-layout {
    width: 50%;
    max-height: 100%;
}

.rectangle-content {
    max-width: 409px;
    margin: 24px 61px 24px 62px;
}

@media (max-width: 480px) {
    .rectangle-content {
        margin: 24px 2% 24px 2%;
    }
}

.rectangle-split-layout {
    background: white;  
    margin: 10px auto 1% auto;
    max-width: 488px;
    border-radius: 4px;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.04), 0 16px 60px 0 rgba(0,0,0,0.1);
}

.warning-yellow,
.circle-red {
    max-width: 24px;
    max-height: 24px;
}

.overflow-y-scroll-only {
    overflow-y: auto;
    overflow-x: hidden;
}

.row-bimtrack-on-boarding {
    height: 100%;
}

@media (min-height: 700px) and (min-width: 991px) {
    .row-bimtrack-on-boarding {
        overflow-y: hidden;
    }
}

.language-style {
    color: #6E6E6E;
    font-size: 12px;
}

.responsive-img {
    width: 100%;
    height: auto;
}

/* Hide additional password field eye icon on Edge */
::-ms-reveal {
    display: none;
}

.n-push-10-l {
    margin-left: -10px;
}

.copyright {
    margin-top: 30px;
    margin-bottom: 30px;
}

.confirmation-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    padding: 15%;
    color: #2A2A2A;
    position: relative;
}

@media (max-width: 768px) {
    .confirmation-row {
        flex-wrap: wrap;
    }
}

.confirmation-row {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 64px;
}

.default-btn {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    transition: all 0.15s ease-out;
    cursor: pointer;
    font-size: 14px;
    height: 54px;
    padding: 0 64px;
    color: #2a2a2a;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    background-color: #f6f6f6;
}

.default-btn:hover{
    color: #2a2a2a;
    background-color: #e9e9e9;
}

.default-btn:active{
    color: #2a2a2a;
    background-color: #dddddd;
}

.primary-btn {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    transition: all 0.15s ease-out;
    cursor: pointer;
    font-size: 14px;
    height: 54px;
    padding: 0 64px;
    color: #ffffff;
    border-radius: 4px;
    border: 1px solid;
    background-color: #4485f1;
}

.primary-btn:hover{
    background-color: #2c76ef;
    color: #ffffff;
}

.primary-btn:active{
    color: #ffffff;
    background-color: #1566ed;
}

.primary-btn:focus{
    color: #ffffff;
    background-color: #1566ed;
}

.button-row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    gap: 16px;
}
    
.text-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}

.text-container-title{
    font-size: 24px;
    font-weight: bold;
}

.text-container-subtitle{
    font-size: 14px;
    color: #676767;
}

.email-change-container{
    display: grid;
    gap: 32px;
    align-items: center;
    grid-template-columns: 1fr auto 1fr;
    
    
}

.email-change-container > span:first-child{
    text-align: right;
}

.email-change-container> span:last-child{
    text-align: left;
}

@media (max-width: 576px) {
    .email-change-container {
        place-items: center;
        grid-template-columns: none;
        grid-template-rows: 1fr auto 1fr;
        gap: 16px;
    }
    
    .button-row {
        grid-template-columns: none;
        grid-template-rows: 1fr 1fr;
    }
    
    .arrow-icon{
        transform: rotate(90deg);
    }
}

.logout-btn{
    all: unset;
    font-size: 14px;
    color:#DF1616;
    position: absolute;
    margin: 24px 32px;
    cursor: pointer;
    top: 0;
    right: 0;
}

.confirm-form{
   all: unset;
}

.logout-message{
    font-size: 14px;
    color: #676767;
    margin: 16px;
}