body {
        margin: 0px;
        background: #ddd;
      }
.mobilescreen {
        /* border: 1px dotted black; */
        width: 360px;
        min-height: 100vh;
        margin: 0 auto;
        background: white;
      }
.backbtn {
        border: none;
        background-color: white;
        font-size: large;
        border-radius: 20%;
        margin: 15px 8px;
        text-decoration: none;
        color: black;
      }
       .mainitm {
        margin-left: 16px;
      }
p{
    color:grey;
}

.forgot_txt a{
  text-decoration: none;
    color:rgb(128, 0, 128);
}
   .lableh2 {
        cursor: pointer;
        color: var(--textcolor);
        margin: 0px;
        font-size: larger;
      }
      .intbox {
        border: 0.5px solid rgba(0, 0, 0, 0.311);
        margin: 8px 0px;
        height: 30px;
        width: 90%;
        border-radius: 8px;
      }

.box1{
    margin-top:15px;
    display:flex;
    justify-content: space-between;
}

.orli{
        text-align: center;
        
        margin-bottom: 12px;
        margin-top:20px;
      }

.ctn{
    margin-left: 20px;
        margin-top:17px;
        border:1px solid grey;
        border-radius:30px;
        padding:6px 0px;
        height: 20px;
        text-align: center;
        text-align: center;
         width:90%;
         cursor: pointer;
      }
      .sign-in{
        margin-left: 20px;
       color: white;
      text-decoration: none;
      display: flex;
        margin-top:20px;
        height:30px;
        justify-content: center;
        align-items: center;
        padding: 4px 0px;
        border-radius:30px ;
        background-color: blueviolet;
        width:90%;
      }
