.form-control {
    border-radius: 8px !important;
}
.input-grp-wrapper {
    display: flex;
}
.password-toggle-icon {
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 200;
    top: 8px;
    right: 10px;
    cursor: pointer;
}
#phone::placeholder {
    color: #7d8188 !important;
}
.form-control {
    color: #7d8188 !important;
}
.intl-tel-input .flag-container {
    color: #848484;
}
.auth-body {
    position: relative;
    background-image: url("/images/shapes/auth-right-large.svg"),
        url("/images/shapes/auth-left-large.svg"),
        linear-gradient(180deg, #2a9fd6, #0066ae);
    background-repeat: no-repeat;
    background-position: left bottom, right bottom, center;
    background-size: 27% 100%, 28% 100%, cover;
    width: 40%;
    border-radius: 25px;
}
.auth-footer > p {
    font-size: 12px;
    color: #7d8188;
    font-weight: normal;
    font-size: normal;
}
.login-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
}
.md-half {
    width: calc(1700px / 3 - 100px);
    margin: 3em;
    padding: 1em;
    /* max-width: 50%; */
}
h2 {
    font-size: 27px;
    font-weight: 600;
    margin: 0;
}
label,
p,
button,
input,
.form-control {
    font-size: 12px;
}
p {
    color: #848484;
    margin: 0;
}
.md-half > p {
    margin-bottom: 20px;
}
.md-half > form > button {
    border: 0;
    min-width: 150px;
}
.submit-btn {
    border: 0px;
    border-radius: 7px;
    min-width: 100px;
}
.form-group {
    padding: 5px 0;
}

.md-half:first-child {
    /* border-right: 1px solid #dedede; */
    margin-right: 0;
    padding-right: 4em;
}
.form-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-bottom {
    display: block;
    width: 100%;
}
.btn-bottom button {
    width: 100%;
    padding: 7px;
}
.checkbox-input {
    display: flex;
    gap: 0.5em;
}
.alternate-logins {
    display: flex;
}
.form-bottom > a {
    font-size: 12px;
}
.alternate-logins > a:hover > svg {
    color: #000;
}

.intl-tel-input {
    display: block;
}
.intl-tel-input .selected-flag {
    z-index: 4;
}
.intl-tel-input .country-list {
    z-index: 202;
    max-width: 350px;
}
.input-group .intl-tel-input .form-control {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
}
.intl-tel-input.separate-dial-code .selected-flag {
    background-color: #fff;
}
