* {
    margin: 0;
    padding: 0;
    font-family: Tajawal;
    
} 
body {
    background-color:rgb(0, 0, 0);
   
}  

.boc {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.086);
    height: 500px;
    width:300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 16px 16px 10px #5c595950;
    border-radius: 50px ;
    
}
img {
    position: absolute;
    top: 10%;
    left: 14%;
    width: 65px;
    height: 68px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    cursor: pointer;
    
}
h2 {
    text-align: center;
    margin-top:38px;
    margin-right:20px;
    color: white;
    font-weight:400;
    font-size: 13px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;

    
}

h3 {
    text-align: center;
    color: white;
    font-weight:420;
    font-size: 1px;

}

input {
    margin-left: 14px;
    background-color:rgba(0, 0, 0, 0.526);
    width: 90%;
    height: 30px;
    text-align: center;
    border-radius: 20px;
    border:0;
    margin-top: 13px;
    color: white;
    transition: 0.4s;
    
}
button {
    color: white;
    margin-left:17.5px;
    background-color:rgba(0, 0, 0, 0.526);
    width: 90%;
    height: 40px;
    text-align: right;
    padding-right: 10px;
    border-radius: 20px;
    border:0.1px solid rgb(75, 92, 158);
    margin-top:50px;
    cursor: pointer;
    transition: 0.4s;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;

}
.b2 {
    margin-top: 10px;
}



    

button:hover {
    background-color: rgba(52, 48, 48, 0.188);
   
}


.t {
    position: absolute;
    top: 15%;
    left: 30%;
    width: 30px;
    height: 30px;
    border: none;
}
.w {
    position: absolute;
    top: 25%;
    right:20%;
    width: 25px;
    height: 25px;
    border: 0.5px solid white;
}
.b {
    position: absolute;
    top: 35%;
    right:20%;
    width: 25px;
    height: 25px;
    border: 0.5px solid white;
    
}
.c {
    position: absolute;
    top: 45%;
    right:20%;
    width: 25px;
    height: 25px;
    border: 0.5px solid white;
    
}
.d {
    position: absolute;
    top: 55%;
    right:20%;
    width: 25px;
    height: 25px;
    border: 0.5px solid white;
    
}





.a4 {
    color: rgb(250, 187, 0);
    text-decoration: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.td {
    margin-top: 10px;
}


.logomayvin {
    position: relative;
    width: 72px;
    height: 72px;
    left: 1.98%;
    bottom: 281.50px;
    border-radius:50% ;
    background: linear-gradient(45deg,transparent,
    transparent 40% ,#e5f403);
    animation:animate 2s linear infinite ;
    z-index: -1;
 
    
    
    
}

@keyframes animate {
    0% {
        transform: rotate(0deg);
        filter: hue-rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        filter: hue-rotate(360deg);
    }
}


.logomayvin:before {
    content: " ";
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    background: #000;
    border-radius: 50%;
    z-index: 1000;


}
.logomayvin:after {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;

    background: linear-gradient(45deg,transparent,
    transparent 40% ,#e5f403);
    border-radius: 50%;
    z-index: 1000;
    z-index: 1;
    filter:blur(30px)


}