﻿.page-container {
    height: calc(100vh - 83px);
}

.card-container {
    width: 530px;
    min-height: 514px;
    backdrop-filter: blur(0px);
    padding: 40px 75px;
    box-sizing: border-box;
}

.title {
    font-size: 30px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 14px;
}

a {
    color: #333333;
}

.nav-item {
    cursor: pointer;
}

    .nav-item a {
        font-size: 16px;
    }

.nav-link {
    padding: 14px 0 10px 0;
    font-weight: 600;
    line-height: 22px;
}

.nav-item:last-child {
    margin-left: 19px;
}

.nav-item .active {
    position: relative;
}

    .nav-item .active::after {
        content: '';
        width: 100%;
        height: 4px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #317FFF;
    }


.tab-content {
    margin-top: 4px;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.form-control {
    height: 42px;
    box-sizing: border-box;
    border: 1px solid #ced4da;
    border-bottom: 0;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
}

.form-group label {
    margin-bottom: 4px;
}

.submit-btn {
    width: 120px;
    background: #317FFF;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.phone-area-code {
    width: 80px;
    margin-right: 10px;
}

.find-way-choose input {
}
