.login_wrapper .btn {
    color: rgb(255, 255, 255);
    width: 100%;
    height: 50px;
    line-height: 36px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    padding: 6px 25px;
    background: #002398;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: #002398;
    border-image: initial;
}

.login-type-group {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    width: 100%;
}

.login-type {
    flex: 1;
    text-align: center;
    position: relative;
}

.login-type input[type="radio"] {
    display: none;
}

.login-type label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 10px 0;
    background: #f1f1f1;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #002398;
    font-size: 16px;
    font-weight: 600;
}

/* icon size */
.login-type label i,
.login-type label svg {
    width: 18px;
    height: 18px;
    font-size: 18px;
    display: inline-block;
}

/* selected */
.login-type input[type="radio"]:checked + label {
    background: #002398;
    color: white;
    border-color: #002398;
}

.login-type input[type="radio"]:checked + label svg {
    stroke: white; /* for SVG icons */
}


.nav-pills .nav-link {
    padding: 10px !important;
}

.btn-outline-primary {
    color: #213FA0;
    border: solid 1px #213FA0;;
}

.class-age{
    padding: 5px 15px !important;
}