﻿*{padding:0; margin:0}
html
{
    height:100%
}
body 
{
    background:linear-gradient(to top right, rgba(120,124,269,.33), rgba(6,10,69,.7)),url(../images/login/bg2.png) no-repeat center center fixed;
    width:100%;
    height:100%
}

.v-row 
{
    display:flex;
    flex-wrap:wrap;

}

.v-col-10 {
    max-width:83.3%;
}

.v-col-3
{
    max-width:25%
}

.v-col-4 
{
    max-width:33.3%
}

.v-col-6 
{
    max-width:50%
}

.fill-height 
{
    height:100vh;
}

.v-card-title 
{
    line-height:2rem;
    display:block;
    font-size:1.25rem;
    font-weight:500;
    padding:0.5rem 1rem;
    letter-spacing:0.0125em;
    text-overflow:ellipsis;
    word-break:break-word;
    width:100%
}

.v-card-text 
{
    line-height:1.5rem;
    display:block;
    font-size:1rem;
    font-weight:400;
    padding:0.5rem 1rem;
    letter-spacing:0.01785em;
    text-transform:none;
    width:100%
}

.text-subtitle-1 {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.75rem;
    letter-spacing: 0.009375em;
    text-transform: none;
    width:100%
}


.justify-space-around 
{
    justify-content:space-around;
}

.align-items 
{
    align-items:center;
}
.v-card 
{
    background-color:white;    
    border-radius:4px;
}

.loginform 
{
    display:block
}


/* CSS */
.v-btn {
  appearance: button;
  backface-visibility: hidden;
  background-color: rgb(45, 109, 246);
  border-radius: 6px;
  border-width: 0;
  box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset,rgba(50, 50, 93, .1) 0 2px 5px 0,rgba(0, 0, 0, .07) 0 1px 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: -apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Ubuntu,sans-serif;
  font-size: 100%;
  height: 44px;
  line-height: 44px;
  margin: 12px 0 0;
  outline: none;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-transform: none;
  text-decoration-line:none;
  transform: translateZ(0);
  transition: all .2s,box-shadow .08s ease-in;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  /*width: 100%;*/
}

.v-btn:disabled {
  cursor: default;
}

.v-btn:focus {
  box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px;
}

.v-btn-block 
{
    display:block;
    min-width:100%
}

.v-text-field 
{
    align-items:center;
    display:flex;
    width:100%;
    flex-wrap:wrap;
    min-height:1.5rem;
    box-sizing: border-box;
    border-color:rgb(118, 118, 118);
    border-style:solid;
    border-width:thin;
    outline:none;
}

.v-text-field:focus {
    box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px;
}

.tip
{ 
    text-align:center; 
    font-size:14px; 
    color:#ef5f17; 
}