@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
  
body {
    --color-primary: rgb(215, 245, 245);
    font-family: "cairo", sans-serif;
    margin: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background-image: linear-gradient(to bottom, rgba(9,158,174,0.9),rgba(9,158,174,0.2) );
}

#toggler {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.login_paragraph{
    font-size: 14px;
    font-family: 'poppins', sans-serif;
    text-align: start;
    text-justify: inter-word;
}

input,
textarea {
    background-color: transparent !important;
    color: rgb(19, 18, 18) !important;
}

input::placeholder,
textarea::placeholder {
    color: rgb(182, 182, 182) !important;
}

input:focus,
textarea:focus {
    box-shadow: 0 0 0 0 transparent !important;
}
.btn:hover {
    background-color: #fff ;
    color: rgb(5, 194, 194) !important;
    font-size: 20px;
    transition: all .3s ease-in-out;
}
.signup {
    color: rgb(2, 123, 194) !important;
   
}

.group {
    box-shadow: -5px 2px 54px -9px rgb(0, 0, 0);
    border-radius: 10px;
}
h3 {
    color:rgb(19, 18, 18) ;
}