.logo{
	align:center;
}

.image{
	position: relative;
    width: 250px;
    height: 250px;
    top: -100px;
    z-index: 0;
}


.select-frm{
    display: inline-block;
    width: 250px;
    height: 38px;
    line-height: 30px;
    color: rgb(255, 213, 157);
    background-color: rgb(0, 0, 0);
    position: relative;
    font-family: 'Lucida Console';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;

    border-radius: 0.25rem;
    border: 1.5px solid #bdbdbd;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* стили для input */
.textauth {
    /*display: block;*/
    width: 308px; /* Ширина поля с учетом padding */
    height: 36px; /* Высота */
    padding: 0.375rem 0.75rem;
    font-family: 'Lucida Console';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(255, 213, 157);
    background-color: rgb(0, 0, 0);
    background-clip: padding-box;
    border: 1.5px solid #bdbdbd;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

.textfont{
	color: rgb(255, 213, 157);
	font-weight: bold;
	font-family: 'Lucida Console';
}

.htextfont{
	color: rgb(255, 145, 0);
	font-weight: bold;
    font-size: 1.3em; /* Размер текста */
	font-family: 'Lucida Console';
}

.btn-auth{
	width: 330px; /* Ширина поля с учетом padding */
    height: 46px; /* Высота */
    padding: 0 10px; /* Поля */
    border: none; /* Убираем рамку */
    border-radius: 0.25rem;
    font-size: 1em; /* Размер текста */
    color:black;
    line-height: 46px; /* Выравниваем по  центру в IE */
    font-family: 'Lucida Console';
    font-weight: bold;
}

.btn-search{
	width: 100px; /* Ширина поля с учетом padding */
    height: 36px; /* Высота */
    /*padding: 0 10px; /* Поля */
    border: none; /* Убираем рамку */
    border-radius: 0.25rem;
    font-size: 1em; /* Размер текста */
    color:black;
    /*line-height: 46px; /* Выравниваем по  центру в IE */
    font-family: 'Lucida Console';
    
}


.logolog{
    position: absolute; 
    top: 0; 
    right: 0; 
    z-index: 999999;
}

table {
    position: absolute; 
    font-family: "Lucida Console";
    font-size: 14px;
    border-radius: 10px;
    border-spacing: 0;
    text-align: center;
    z-index: 999999;
    width: 99%;
    }

