
@import url("clock.css");
@import url("meteo.css");
@import url("nav.css");
@import url("task.css");
@import url("home.css");
@import url("contact.css");
@import url("login.css");
@import url("mobile.css");

@font-face {
  font-family: 'digital-7regular';
  src: url('../../assets/fonts/digital-7-webfont.woff2') format('woff2'),
       url('../../assets/fonts/digital-7-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
* {
    box-sizing: border-box;
  }
  
  body{
    font-family: Arial, Helvetica, sans-serif;
    background: rgb(66,30,107);
background: linear-gradient(-60deg, rgba(66,30,107,1) 0%, rgba(174,93,236,1) 49%, rgba(54,9,121,1) 100%);
    margin: 0;
    padding: 0;
    color: white;  
    min-height: 100vh;
  }
  a{
    color: white
  }
  a:hover{

    color: rgba(0, 0, 0, 0.5);
  }
  header,header img{
width: 100%;
  }
main{display: flex;justify-content: start;align-items: start;}
ul{list-style: none;padding: 0;margin: 0;}

.tb-btn{
    padding: 5px 24px;
    background-color: rgba(66,30,107,1);
    border: none;
    margin: 20px  0;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    height:40px;

}
.tb-btn:hover{
  color: rgba(66,30,107,1);
  background-color: white;
}

form{display: block;
width:100%;}
.tb-welcome-logo{
  position: absolute;
  left: 14%
}
.tb-welcome-logo-img{
  width: 30px;
  height: 30px;

}

.tb-container-login input{
  color:white
}

footer {background-color: rgba(66,30,107,1);text-align: center;

  width: 100%;}
footer p{padding: 10px 0; margin: 0;}

