|
|
@ -1,6 +1,6 @@ |
|
|
<template> |
|
|
<template> |
|
|
<div> |
|
|
<div style="background-color: #121318;"> |
|
|
<div class="vh-100 d-flex justify-content-center"> |
|
|
<div class="vh-100 d-flex justify-content-center" style="align-items: center;height: 80vh !important;"> |
|
|
<div class="form-access my-auto"> |
|
|
<div class="form-access my-auto"> |
|
|
<form class="register-body bg-panel"> |
|
|
<form class="register-body bg-panel"> |
|
|
<div class="text-center h3"> |
|
|
<div class="text-center h3"> |
|
|
@ -673,4 +673,9 @@ div.verify-code { |
|
|
.form-control:disabled, .form-control[readonly]{ |
|
|
.form-control:disabled, .form-control[readonly]{ |
|
|
background-color: #1e2834; |
|
|
background-color: #1e2834; |
|
|
} |
|
|
} |
|
|
|
|
|
.nav-tabs .nav-link.active { |
|
|
|
|
|
color: #495057; |
|
|
|
|
|
background-color: transparent; |
|
|
|
|
|
border: none; |
|
|
|
|
|
} |
|
|
</style> |
|
|
</style> |
|
|
|