@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 13 нояб. 2020 г., 13:35:59
    Author     : AzEsm
*/
#regform {
  transition: all 0.3s ease;
  width: 300px;
  position: relative;
  margin: 0;
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto; }
  #regform > * {
    position: relative;
    display: table-cell; }
  #regform.recovery {
    width: 600px; }
  #regform:not(.recovery) #centralregform {
    display: none; }

/*# sourceMappingURL=index.css.map */
