@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;900&display=swap');

body {
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
     background:#00a892;
     background-repeat:no-repeat;
     background-image: -webkit-gradient(linear, left top, left bottom, from(#00353b), to(#00a892));
     background-image: -webkit-linear-gradient(top, #00353b, #00a892);
     background-image: -moz-linear-gradient(top, #00353b, #00a892);
     background-image: -ms-linear-gradient(top, #00353b, #00a892);
     background-image: -o-linear-gradient(top, #00353b, #00a892);
     background-image: linear-gradient(top, #00353b, #00a892);
     filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='#00353b', end-colourStr='#00a892');
     
     }

.container {
    width: 350px;
    height: 650px;
    border-radius: 40px;
    margin-top: -10px;
    background-color: #fefdf9;
    overflow: hidden;
    box-shadow: 0px 20px 50px 0px rgba(0,0,0,0.2);
}

div.bg {
    top: -10px;
    z-index: 0;
}

.fa {
    color: white;
}

.fa-arrow-circle-left {
    font-size: 2.5em;
}

span.note {
    font-weight: 600;
    font-size: 2em;
    color: white;
}

input[type="text"], [type="password"]  {
    outline: none;
     height: 40px;
    border: none;
    border-bottom: 1px solid lightgray;
    background: transparent;
}

div button.login{
    width: 100px;
    height: 30px;
    border-radius: 8px;
    background: linear-gradient(to top right, #232529,#7f8084);
}

span.big {
    font-weight: 900;
    font-size: 1.2em;
    color:#42484f;
}

span.underline {
    text-decoration: underline;
    font-weight: 900;
    font-size: 0.8em;
}

 a.signup{
   text-decoration: none;
   color: #24816F;
   
 }
 
  a.forgot {
    text-decoration: none;
    color:#9232E4;text-align:center;
    margin-right: 30px;
    font-size: 0.7em;
    font-weight: bold;
  }
  
   div.forgotlink{
     text-align:right;
     
   }
span.alredy{
  font-size: 0.8em;
  font-weight: bold;

}