﻿.corpSignIn-card {
    margin: auto;
    width: 340px;
    height: 496px;
    box-shadow: 1px 1px 4px 0px #787878;
    border-radius: 0px 0px 8px 8px;
    background: #FFFFFF;
    margin-top: 160px;
    margin-bottom: 235px;
}


.corpSignIn-card .card-content {
    width: 100%;
    position: relative;
    color: #38364D;
    background: #fff;
    padding:15px 36px;
}
.corpSignIn-card .select2-container--open .select2-dropdown--below {
    border: 1px solid #E5E5E5 !important;
    border-radius: 0 0 8px 8px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.corpSignIn-card .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #F1F1F1;
    color: #000000;
}

.corpSignIn-card .form-group .form-control {
    width:100%;
    /*-webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    width: 100%;
    border: none;
    box-shadow: none;
    padding-left: 0;
     border-bottom: 1px solid #ddd; 
    font-family: 'Open-Sans-Regular';
    font-weight: 400;
    font-size: 1.125rem;
    color: #000000;
    display: block;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; */
}

    .corpSignIn-card .form-group .form-control:focus{
        border:none;
        box-shadow:none;
    }

    .corpSignIn-card .floating-labels .input-group label {
        font-family: Open-Sans-Regular;
        /* font-size: 21px; */
        color: #B4B4B4;
        position: absolute;
        cursor: auto;
        -o-transition: 0.2s ease all;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
        text-align: left;
    }

.corpSignIn-card .floating-labels .focused label {
    top: -28px !important;
    margin-left: 0px !important;
    font-size: 12px;
    color: black;
}

.corpSignIn-card .custom-input {
    background-color: transparent !important;
    border: unset;
    font-size: 16px !important;
    color: #000000;
    height: 38px;
}

.corpSignIn-card .select2-container--default .select2-selection--single {
    border-color: #b1b8bb;
    height: 38px;
}

.corpSignIn-card .form-check {
    padding-left: 0;
    position: relative;
    display: block;
}

.corpSignIn-card [type=radio]:checked + label, [type=radio]:not(:checked) + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-transition: .28s ease;
    -o-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.corpSignIn-card .agreement-label {
    font-family: Open-Sans-Regular;
    font-size: 12px !important;
    color: #565656 !important;
    line-height: unset !important;
    text-align: -webkit-left;
}

.corpSignIn-card [type=radio].with-gap:checked + label:after, [type=radio].with-gap:checked + label:before, [type=radio]:checked + label:after, [type=radio]:checked + label:before, [type=radio]:not(:checked) + label:after, [type=radio]:not(:checked) + label:before {
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.corpSignIn-card [type=radio]:not(:checked) + label:after, [type=radio]:not(:checked) + label:before {
    border: 1px solid #b1b8bb;
}

.corpSignIn-card [type=radio] + label:after, [type=radio] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    -o-transition: .28s ease;
    transition: .28s ease;
}

.corpSignIn-card [type=radio]:not(:checked) + label:after {
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.corpSignIn-card [type=radio]:not(:checked) + label:after, [type=radio]:not(:checked) + label:before {
    border: 1px solid #b1b8bb;
}

.corpSignIn-card [type=radio]:checked, [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.corpSignIn-card [type=radio]:checked + label, [type=radio]:not(:checked) + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-transition: .28s ease;
    -o-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.corpSignIn-card [type=radio]:checked + label:before {
    border: 2px solid transparent;
    /*-webkit-animation: ripple 0.2s linear forwards;*/
    /*animation: ripple 0.2s linear forwards;*/
}

.corpSignIn-card [type=radio].with-gap:checked + label:after, [type=radio]:checked + label:after {
    background-color: #fcaf18;
    z-index: 0;
}

.corpSignIn-card [type=radio]:checked + label:after {
    background: url(../../assets/images/checked.svg) !important;
    background-size: contain !important;
    width: 20px;
    height: 20px;
    border: none !important;
    box-shadow: none !important;
    transform: scale(1.02);
}

.corpSignIn-card .custom-btn:disabled {
    background-color: #b4b4b4 !important;
    cursor: not-allowed;
    color: #FFFFFF !important;
}


/*.corpSignIn-card [type=radio].with-gap:checked + label:after, [type=radio].with-gap:checked + label:before, [type=radio]:checked + label:after, [type=radio]:checked + label:before, [type=radio]:not(:checked) + label:after, [type=radio]:not(:checked) + label:before {
    border-radius: 50%;
    width: 20px;
    height: 20px;
}*/

.corpSignIn-card .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    font-size: 16px;
}

.corpSignIn-card .areacodelabel {
    color: #000;
    font-family: "Open-Sans-Regular";
    font-size: 1.125rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    display: flex;
}

.corpSignIn-card .areacodelabel .areacodeflag {
        width: 2.46875rem;
        height: 1.4375rem;
        align-self: center;
    }

.corpSignIn-card .signup-btn {
    color: #000000 !important;
    font-size: 18px;
    background-color: #FDD436;
    border-radius: 8px;
    border: none;
    height: 44px;
    min-width: 304px;
    font-weight:500;
    /*font-family: Open-Sans-SemiBold;*/
}

    .corpSignIn-card .contactpersonpartial, .corpSignIn-card .authpersonpartial {
        width: 100%;
    }

    .corpSignIn-card .card-title {
        background: linear-gradient(180deg, #D2D2D3, #FFFFFF);
        padding: 14px 11px;
    }

    .corpSignIn-card #linkToAuthLogin, .corpSignIn-card #linkToContactLogin {
        font-size: 12px;
        color: #000000;
        font-weight: 700;
        letter-spacing: -0.5px;
        background: #FFAC00;
        border-radius: 15px;
        white-space: nowrap;
    }

.corpsignin-email{
    position:relative;
    top:130px;
}

.corpSignIn-card #btn-signin, .corpSignIn-card #btn-directorsignin {
    border-radius: 4px;
    background-color: #B4B4B4;
    width: 271px;
    height: 30px;
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    border: 0;
    margin-top: 63px;
    margin-bottom: 10px;
}

.corpSignInTnC {
    margin-top: 450px;
    margin-left: 30px;
}

.corpSignupText3 {
    font-size: 18px;
    letter-spacing: -1.56px;
    font-weight: 400;
    color: #8B8B8B;
    text-align: left;
}

.floating-labels .form-group {
    position: relative;
}

.divCorpSignupBox {
    border-radius: 7px;
    border: 1px solid #FFAC00;
    background-color: #FFFCF7;
    height: 47px;
    margin-bottom: 12px;
}

.corpSignupText1 {
    font-size: 18px;
    letter-spacing: -0.5px;
    font-weight: 400;
    color: #000000;
    text-align: left;
}

.corpSignupText2 {
    font-size: 18px;
    letter-spacing: -0.5px;
    font-weight: 700;
    color: #000000;
    text-align: left;
    margin-top: -5px;
}

.corpSignupText3 {
    font-size: 18px;
    letter-spacing: -0.5px;
    font-weight: bolder;
    color: #FFAC00;
    text-align: left;
    margin-bottom: 24px;
    line-height: 20px;
}

.lblCorpSignup {
    color: #FFAC00;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-align: left;
}

.footer {
    background: #FFFFFF;
    margin-top: -225px;
}

#corpLogin {
    height: 1060px;
}