.auth-form{display:flex;justify-content:center;align-items:center;height:calc(100vh - 100px)}.auth-form .form{padding:60px;border:1px solid #ccc;background-color:#fff;border-radius:10px;width:22rem;box-shadow:0 0 4px 3px #eee}.auth-form .form .vs-input{margin-top:25px;width:100%}.auth-form .form label{font-size:.8em;color:rgba(0,0,0,.6)}.auth-form .form .select-input{position:relative}.auth-form .form .select-input #login{display:block;background:none;border:1px solid #ccc;padding:10px;width:100%;border-radius:5px;-webkit-appearance:none;-moz-appearance:none;appearance:none;z-index:1;cursor:pointer}.auth-form .form .select-input .select-arrow{position:absolute;right:10px;bottom:7px}.auth-form .form .con-select{width:100%}.auth-form .form .login-button{margin-top:15px}