body{
    margin: 0;
    font-family: 'Noto Sans', sans-serif;
}

body*{
    box-sizing: border-box;
}

.main-login{
    width: 98,2vw;
    height: 99vh;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image:url();
    background-repeat: no-repeat;
    background-size: cover;
    
  
}
.main-login img{
    width: 100%;
    height: 100%;
}

.right-login{
     width: 100vh;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-login{
    width: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 35px 35px;
    background: #2f2841;
    border-radius: 20px;
    box-shadow: 0px 10px 40px ;
}

.card-login h1{
    color: rgb(255, 3, 129);
    font-weight: 800;
    margin: 0;
}

.textfield{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 10px 0px;
}

.textfield input{
    width: 100%;
    height: none;
    border-radius: 10px;
    padding: 15px;
    background: #514869;
    color:white;
    font-size: 12pt;
    box-shadow: 0px 10px 40px #00000056;
    outline: none;
    box-sizing: border-box;
}

.textfield  label{
    color: white;
    margin-bottom: 10px;
}

.textfield input:: placeholder{
    color: white;
}

.btn-login{
    width: 100%;
    padding: 16px 0px;
    margin: 25px;
    border: none;
    border-radius: 8px;
    outline: none;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 3px;
    color: white;
    background: #00ff88;
    cursor: pointer;
    box-shadow: 0px 10px 40px -12px ;
}

@media only screen and(max-width: 950px){
    .card-login{
        width: 35%;
    }
}

@media only screen and(max-width:600px){
    .main-login{
        flex-direction: column;
    }
 
    .right-login{
        width: 100%;
        height: auto;
    }
   
    .card-login{
        width: 90%;
        
    }
}

.text{
    flex-direction: row;
  width: 100%;
  padding-top: 20px;
}



.cad{
color: rgb(255, 3, 129);
text-decoration: none;
padding-right: 18% ;

}

.log{
    color:rgb(255, 3, 129);
    text-decoration: none;
    margin-left: 0%;
    }
    
.image{
    background-image:url();
}
