﻿label.required:after {
    content: " *";
    color: red;
}

.btn {
    border-radius: 10px !important;
}

.otpbtn {
    font-family: IBM Plex Sans;
    font-size: 22px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0.02em;
    /*text-align: left;*/
    color: rgba(13, 31, 87, 1);
    border: 1px solid rgba(13, 31, 87, 0.25);
}

.eye {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.empowering-div {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-family: IBM Plex Sans;
}

.welcome {
    text-align: center;
}

label.required:after {
    content: " *";
    color: red;
}

#btnVerify {
    background: rgba(0, 54, 221, 1);
    font-family: IBM Plex Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0.02em;
    text-align: center;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa0;
    border-radius: 4px;
    border-bottom: 1px solid rgba(195, 199, 213, 1);
    background-blend-mode: multiply;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
    min-width: 40%;
}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #aaa0 !important;
    border-radius: 4px;
    border-bottom: 1px solid rgba(195, 199, 213, 1) !important;
    background-blend-mode: multiply;
}

.iti {
    display: block;
}

#txtmobilenumber {
    border-top: none;
    border-left: none;
    border-right: none;
}
