@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css);



body {
    margin: 0;
   
    
}

* {
    font-family: sohne-var, sohne-woff, "Helvetica Neue", Arial, sans-serif;
}

.all {
    width: 100%;
    /* display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    overflow: hidden;
    flex-direction: column; */
}

.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60vh;
    background:
        radial-gradient(),
        linear-gradient();
    background-size: 200% 200%;
    clip-path: polygon(0 -20%, 100% 0%, 100% 30%, 0% 100%);
    display: flex;
    justify-content: center;
    z-index: -1;
    
}

.background1 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 25px;
}


.pic{
    width: 70%;
}

.background1 img{

 /* width: 90px; */

 /* position: absolute; */
 /* top: 0px; */
}






.login{
    width: 100%;
    display: flex;
    justify-content: center;
}

.login-box {
    width: 537px;
    height: 740px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 0px 4px rgb(110, 109, 109);
    /* position: absolute; */
    z-index: 1;
    /* text-align: center; */
    /* margin-top: 50px; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    /* border: 1px solid black; */
    /* background-color: red; */

}

.box1{
    width: 80%;
}

.sign{
    font-size: 26px;
    font-weight:550 ;
    line-height: 36px;
    color:rgb(60, 66, 87);
    font-family: sohne-var, sohne-woff, "Helvetica Neue", Arial, sans-serif;
    margin-bottom: 30px;
}

.put1{
    margin-bottom: 30px;
}
.put1 input{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    height: 45px;
    border: 1px solid rgba(131, 130, 130, 0.411);
    outline: none;
    border-radius: 5px;
}

.put1 input:focus{
    box-shadow: 0px 0px 3px #635BFF;
}

.label{
    margin-bottom: 10px;
    color: rgb(26, 31, 54);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.label1{
    margin-bottom: 10px;
    color:#635BFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.password{
    display: flex;
    justify-content: space-between;
}

.remember{
    display: flex;
    gap: 10px;
    margin-top: -10px;
    font-size: 14px;
    font-weight: 300;
    align-items: center;
    margin-bottom: 20px;
}

.remember input{
    height: 18px;
    width: 18px;
}

.button{

}

.button button{
    width: 100%;
    height: 46px;
    outline: none;
    border: none;
    background-color: #635BFF;
    color: white;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
	text-decoration: none;
    margin-bottom: 12px;
}

.border{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 17px;
}

.bord{
    height: 1px;
    width: 50%;
    background-color: rgba(128, 128, 128, 0.562);
}

.or{
font-size: 12px;
font-weight: 300;
color:  
rgb(114, 127, 150);

}

.buttons button{
    width: 100%;
    height: 42px;
    outline: none;
    border: 1px solid rgba(128, 128, 128, 0.452);
    background: none;
    color:  
    rgb(53, 58, 68);
    font-size: 16px;
	text-decoration: none;
    font-weight: 500;
    line-height: 24px;
    border-radius: 5px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

 button img{
    height: 12px;
}

.wrong{
    color:
    rgb(205, 61, 100);
    font-size: 14px;
    font-weight: 400;
}

.button1 button{
    width: 100%;
    height: 46px;
    outline: none;
    border: none;
    background: none;
    color:  
    rgb(53, 58, 68);
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    margin-bottom: 12px;
	text-decoration: none;
    border: 1px solid rgba(128, 128, 128, 0.452);
}


#button1{
    margin-bottom: 15px;
}

.new{
    height: 59px;
    width: 98%;
    background-color: #F6F9FC;
    display: flex;
	text-decoration: none;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
    color: 
    rgb(65, 69, 82);
}

.new a{
    font-size: 14px;
    font-weight: 300;   
    text-decoration: none; 
}

.ifs{
    margin-top: 50px;
    width: 100%;
    font-size: 14px;
    font-weight: 300;   
    color: 
    rgb(65, 69, 82);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.if{
   width: 500px;
   /* text-align: center; */
   display: flex;
   gap: 15px;
   justify-content: center;
   /* align-items: center; */
   line-height: 20px;
}

.if i{
    font-size: 10px;
  
}


.footer{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}
.foot{
    width: 70%;
    display: flex;
    gap: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: gray;
}

@media(max-width:860px){
    .background{
        height: 30vh;
        clip-path: polygon(0 0%, 100% 0%, 100% 50%, 0% 100%);
    }
    .pic{
        width: 90%;
        margin-top: -20px;
    }
  .login-box{
    width: 400px;
    height: 640px;
    margin-top: 0px;
  }

  .box1{
    width: 90%;
  }

  .sign{
    margin-top: -30px;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .ifs{
    margin-top: 30px;
    margin-bottom: 100px;
  }

  .if{
   width: 350px;
  }
  .put1{
    margin-bottom: 20px;
  }
  .label{
    margin-bottom: 5px;
  }

  .buttons button{
    margin-bottom: 4px;
  }
  .button1 button{
    margin-bottom: 4px;
  }
}

@media(max-width:437px){
    .login-box{
        /* width: 370px; */
        width: 89%;
    }
    .if{
        width: 80%;
       }
}


