@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body {
//    margin:0px; 
//    padding:0px;.
//    background:#AAAAAA;
//   position:relative;.
//    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto';

//    background-image: url('/interer-stolovoy.jpg');
//    background:'interer-stolovoy.jpg';
    background-size: cover;
//    background-blend-mode: hard-light;
//    background-color: rgba(0, 0, 0, 0.5);

/*    scrollbar-highlight-color:#7B8DF9;
    scrollbar-3dlight-color:#7B8DF9;
    scrollbar-darkshadow-color:#2109D6;
    scrollbar-shadow-color:#2109D6;
    scrollbar-arrow-color:#7B8DF9;
    scrollbar-track-color:#7B8DF9;.
    scrollbar-face-color: blue;
*/
}

//body {
//        background: url(img/image.jpg) no-repeat center center fixed;
        background-size: cover;
//}

img {
//  filter: brightness(50%);
}

/*form {
  position: relative;

  width  : 740px;
  height : 198px;
  margin : 0 auto;

//  background: #FFF url(background.jpg);
}
*/

#AuthForm {
  position: relative;

  width  : 740px;
  height : 150px;
  margin : 0 auto;

//  background: #FFF url(background.jpg);
}


#FormList {
  position: relative;

  width  : 740px;
  height : 198px;
  margin : 0 auto;

//  background: #FFF url(background.jpg);
}

#RegForm {
  position: relative;

  width  : 400px;
  height : 150px;
  margin : 0 auto;

//  background: #FFF url(background.jpg);
}


input[type=text] {
  width  : 200px;
  height : 50px;
  font-size:110%;
  font-color:red;
//  border: none;
//  border-bottom: 2px solid red;
}



input[type=password] {
  width  : 200px;
  height : 50px;
  font-size:110%;

//  border: none;
//  border-bottom: 2px solid red;
}


input[type=file] {
  visibility: hidden;
  content: 'Select some files';
  width  : 20px;
  height : 40px;
  white-space: nowrap;

//  font-weight: 700;
  font-size:12pt;
//   background-color:#FFED00;


// text-shadow: 1px 1px #EEE;
//  size:150;
  label:QQQQ;
//  border: none;
//  border: 1px solid #999;
//  border-radius: 3px;
//   padding: 5px 8px;
//  border-bottom: 2px solid red;
//  color: white;

  font-color: white;
//  padding: 16px 32px;
//  text-decoration: none;
//  margin: 4px 2px;
  cursor: pointer;
//  border-bottom: 2px solid red;

display: inline-block;
//padding: 6px 12px;


}

H1 {
  font-size:500%;
  color:white;
}

#LP {
  font-size:16pt;
  color:white;
}

#LP2 {
  font-size:10pt;
  color:white;
}

#LPLarge {
  font-size:20pt;
  color:white;
}

#LPSm {
  font-size:100%;
  color:white;
}

#list: {

 background:#AAAAAA;

}

#ListFormSubmit {
  width  : 200px;
  height : 50px;
  font-size:14pt;

//  border: none;
//border-bottom: 2px solid red;
//  color: white;
//  padding: 16px 32px;
  text-decoration: none;
//  margin: 4px 2px;
  cursor: pointer;
  background-color:#FFED00;


}

#AuthFormSubmit {
  width  : 90px;
  height : 50px;
  font-size:110%;
   background-color:#FFED00;

//  border: none;
//  border-bottom: 2px solid red;
  color: black;
//  padding: 16px 32px;
  text-decoration: none;
//  margin: 4px 2px;
  cursor: pointer;

}

#RegFormSubmit {
  width  : 300px;
  height : 50px;
  font-size:110%;
  background-color:#FFED00;

  color: black;
  text-decoration: none;
  cursor: pointer;

}


#AuthOneLine {
//    display: inline-block;
    display:inline-flex;
}


.ListUplodedFiles {

 font-size:110%;
 color:grey;
 
}


#DivExit {
    float:right;
    position:relative;
/*    width:800px;*/
    width:5%;
    right:0px;
/*    top: -20px;*/
//    border: green 2px dashed;
    overflow:auto;
}


#DivUploadformDecor {
 background-color:#EEEEEE;
}


#DivReg {
    width:400px;
//    width:5%;
    right:0px;
/*    top: -20px;*/
//    border: green 2px dashed;
//    overflow:auto;
}


.custom-file-input {
  visibility: hidden;
}


.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    text-align:center;
    background-color:#FFED00;
//    display: block;
}



#RegFormText {
  width  : 300px;
  height : 50px;
  font-size:110%;
}
