﻿body {
}


.button {
    color: #2a114f !important;
    background: #12f1ff !important;
    border: 2px solid #2a114f !important;
    padding: 15px 25px !important;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-width: 0px !important;
    border-radius:10px !important;
    height:60px !important;
    width:125px !important;
}
    .button:hover {
        color: #12f1ff !important;
        background: #2a114f !important;
    }

    .form-control{
        width: 100% !important;
    }

#rfvName {
    font-family: 'rajdhanilight' !important;
    font-size: 5px !important;
}

#reqName {
    color:aqua;
}

.kvkkText {
    color: blueviolet !important;
}
