
        body{
            background-image: url(https://account.leadiq.com/signup/assets/bg-top.ed99a986.svg);
        }
        #main{
            box-shadow: rgba(81, 97, 114, 0.2) 0px 8px 24px;
            background-color: white;
              width: 450px;
              margin: auto;
              padding: 30px;
              border-top-left-radius: 20px;
              border-top-right-radius: 20px;
              font-family: "Roboto Regular",sans-serif;
        }
        #main > h1{
           color: #063C4D;

           -webkit-font-smoothing: antialiased;
           font-size: 2em;
           font-weight: 400;
           text-align: center;
        }
        a{
             font-size: 14px;
             text-decoration: 0;
             color: #1F9CCE;
             font-weight: 400;

        }
        a:hover{
            text-decoration: underline;
        }
     #head{
         display: flex;
         margin: 47px 0;

     }
     #head> img{
        margin: 0px 30px 0px 0px;
     }
     #email{
        width: 100%;
        /* height: 50px;
         */
         display: inline-block;
         height: 40px;

     }
     
     #email{
      outline-color: #73e0b2;
   }
     #text{
        width: 100%;
        /* height: 50px;
         */
         outline-color: #73e0b2;
         display: inline-block;
         height: 40px;


     }
     #text1{
        width: 100%;
        /* height: 50px;
         */
         outline-color: #73e0b2;
         display: inline-block;
         height: 40px;


     }
    

     strong{

        font-weight: bold;
        color: #485360;
     }
     p{
        color: #485360;
     }
     .work{
        font-size: large;
     }
     button{
        width:100% ;
        padding: 10px 0;
        background-color: #1FCF85;
        border: 0;
        font-family: Arial, Helvetica, sans-serif;
        color: white;
        font-size: 16px;

     }
     #login{
        text-align: center;
     }
     button:hover{
        background-color: #86f1c4;
     }
     #image{
        /* margin-top: 40px; */

        padding: 30px;
        margin-bottom: 50px;
        padding-left: 100px;
     }
     .lock{
      width: 87px;
      border-radius: 70px;
     }
     #red{
      color: #cf1f1f;
      display:none
      
      /* text-align: center; */
     }
     #special{
      color: #ef4444;
      display:none
     }
    #min{
      color:#eb321e;
      display:none
    }
    #match{
      color:rgb(237, 105, 105);
      display:none
    }
    #submit{
      padding: 20px;
      font-size: 20px;
    }