﻿body {
    color: #2F2E39;
    font-family: 'Rubik', sans-serif;
}
label {
    color: #212121 !important;
}
.signup-header {
    height: 100px;
    width: 100%;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    position: relative;
    z-index: 100;
}

.logo {
    height: 70px;
    margin-top: 15px;
}

.signup-row {
    width: 1200px;
    margin: auto;
}

    .signup-row::after {
        content: "";
        display: table;
        clear: both;
    }

.header-left {
    width: 25%;
    float: left;
    height: 100px;
}

.header-middle {
    width: 50%;
    float: left;
    text-align: center;
    height: 100px;
    padding-top: 25px;
}

.step {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background-color: #DDDDDE;
    color: #191823;
    font-size: 18px;
    font-weight: bold;
    line-height: 43px;
}

.step-actived {
    background-color: #003B6F;
    color: #FFFFFF;
}

.step-title {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #75747B;
    margin-left: 10px;
    margin-right: 50px;
}

.step-title-actived {
    color: #003B6F;
}

.step-done {
    background-color: #2C2A3B;
    color: #FFFFFF;
}

.step-title-done {
    color: #2C2A3B;
}

.block-left {
    width: 55%;
    float: left;
    min-height: calc(100vh - 100px);
    padding-top: 100px;
    padding-right: 100px;
    padding-bottom: 40px;
    background-color: #FFFFFF;
}

.block-right {
    width: 45%;
    float: left;
    height: calc(100vh - 100px);
    padding: 50px;
    overflow-y: auto;
    background-color: #F0F5FF;
}

.block-left-p1 {
    width: 55%;
    float: left;
    min-height: calc(100vh - 100px);
    padding-top: 100px;
    padding-left: 100px;
    padding-bottom: 40px;
    background-color: #FFFFFF;
}

.block-right-p1 {
    width: 45%;
    float: left;
    height: calc(100vh - 100px);
    padding: 50px;
    overflow-y: auto;
    background-color: #F0F5FF;
}

.signup-divider {
    height: 1px;
    border-bottom: 1px solid #D9D9E0;
}

.block-left-title {
    font-size: 50px;
    font-weight: bold;
    color: #003B6F;
    margin-bottom: 60px;
}

.block-left-continue {
    width: 250px;
}

.block-p {
    font-size: 13px;
}

.block-right-title {
    font-size: 25px;
    font-weight: bold;
}

.orderSummaryBlock{
    height:60px;
}
.orderSummaryBlockMobile {
    padding: 20px;
    margin-bottom:60px;
    background-color: #F0F5FF;
    display:none;
}

.field > .error-message {
    font-size: 14px;
    color: #9F3A3E;
    margin-top: 6px;
    display: none;
}

.error > .error-message {
    display: block;
}

@media (max-width: 1200px) {
    .header-middle{
        display:none;
    }
    .signup-row{
        width:100%;
        background-color:#FFFFFF;
        padding-left: 30px;
        padding-right: 30px;
    }
    .block-left-title{
        font-size:35px;
    }
    .block-right-title {
        font-size: 20px;
    }
    .block-left{
        width:100%;
        height:100%;
        min-height:0px;
        padding-right:0px;
        padding-top:60px;
        margin-bottom:60px;
    }
    .block-right {
        width: 100%;
        height:100%;
        min-height:0px;
        padding:20px;
    }
    .block-left-p1{
        width:100%;
        height:100%;
        min-height:0px;
        padding-left:0px;
        padding-top:60px;
        margin-bottom:60px;
    }
    .block-right-p1 {
        width: 100%;
        height:100%;
        min-height:0px;
        padding:20px;
    }
    .orderSummaryBlock {
        height: 80px;
    }
    .orderSummaryBlockMobile{
        display:block;
    }
    .orderSummaryBlockDesktop{
        display:none;
    }
}

@media (max-width: 768px) {
    .step, .step-title {
        display: none;
    }
}