﻿
.mainLoginLayout {
    background-color: #141329 !important;
    height: 100vh
}

    .mainLoginLayout .txt {
        color: #fff !important;
        font-weight: 300;
        font-size: 40px;
        word-spacing: 8px;
        margin-top: -10px;
    }

.divider {
    color: #ccc;
}

.mainLoginLayout .logo {
    width: 100px;
    padding-bottom: 30px;
}

.mainLogin_rightBox {
    background-color: #fff !important;
/*    border-radius: 50px 0px 0px 50px;*/
}

.txtInput {
    background-color: #ededed !important;
}
 
.mud-primary-text {
    color: #EE2D6E !important;
}

.mud-switch-track {
    background-color: #ef5086 !important;
}

.mud-default {
    background-color: var(--mud-palette-action-default) !important;
}

.dtpLink {
    color: #EE2D6E !important;
}



.stepper {
    display: flex;
    background-color: #F1F0FB;
    border-radius: 12px;
    padding: 16px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #EAE8FF;
}

.step {
    flex: 1;
    display: ruby;
}

.label {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 4px;
    color: #978b8b;
}

.btnNext {
    background-color: #EE2D6E !important;
    color: #fff !important;
}

.active {
    color: #29245C;
}

.bar {
    height: 4px;
    border-radius: 4px;
    width: 95%;
    background-color: #e1d8eb;
}

    .bar.partial {
        background-color: #29245C;
    }

    .bar.done {
        background-color: #29245C;
    }

.checkButton {
    border: 1px solid #D9DBE9;
    width: 200px;
    height: 54px;
    position: relative;
    top: 3px;
    background-color: #FBFBFE;
    box-shadow: 0px 2px 1px 1px #e9e9e975;
    border-radius: 12px;
}

.selectedCompany {
    border: 2px solid #ee2d6e;
    border-radius: 16px;
    background-color: #fff0f821;
    margin-right: 10px;
    margin-bottom: 10px;
}

.RegCompany {
    border: 2px solid #D9DBE9;
    border-radius: 16px;
    margin-right: 10px;
    margin-bottom: 10px;
}
