
.Login{
    margin-top: 50px;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.inputbox{
    border-block-end: 0px solid #ccc;
    margin-bottom: 0px;
}

.inputbox input{
    border: unset;
    background: #fff;
    caret-color: #3348f6;
    color: #333;
    font-size: 17.5px;
    height: 48.5px;
    outline: none;
    width: 100%;
}

.links[data-v-f2e9cf30] {
    align-items: center;
    display: flex;
    margin-top: 50px;
    text-align: center;
}

.links span[data-v-f2e9cf30] {
    background: #ddd;
    flex: 1;
    height: 2px;
}

.links p[data-v-f2e9cf30] {
    color: #717171;
    padding: 0 10px;
}

.links span[data-v-f2e9cf30] {
    background: #ddd;
    flex: 1;
    height: 2px;
}

.register[data-v-f2e9cf30] {
    border: 1px solid #ddd;
    border-radius: 7px;
    color: #717171;
    line-height: 56px;
    margin-top: 60px;
    text-align: center;
}

.register[data-v-f2e9cf30]  a{
    color:#717171;
}