﻿.coverreg {
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:row;
    border: 0px solid black;
}
.regim, .logim {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    background: none;
    border: none;
    margin: 0 15px;
    padding: 10px 0;
    box-shadow: none;
    border-radius: 0;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-block;
    vertical-align: middle;
    border:0px solid black;
}

    .regim:hover, .logim:hover {
        color: #d62828; /* Hover rengi tercihinize göre değişebilir */
        cursor: pointer;
    }

a,u {
    text-decoration:none;
}
.adnmm {
    border: 1px solid white;
    border-radius: 3px;
    padding: 0px 5px 0px 5px;
}
@media all and (max-width: 1200px){
    .adnmm {
        border: 0px solid yellow;
        padding-left:20px;
        margin-bottom:15px;
    }
    .admnn{
        height:55px;
    }
}