﻿.submit {
    float: right;
    background: #109cae;
    color: white;
    padding: 10px 20px;
    margin-top: 30px;
    margin-left: 14px;
    border: none;
    border-radius: 3px;
}

.editor-field {
    white-space: nowrap;
}

.hata {
    color: red;
    font-size: 9pt;
    display: inline-flex;
}

.uppercase {
    text-transform: uppercase;
}


table tr td {
    padding: 3px;
    color: #0071bc;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

a {
    color: #0071bc !important;
}

/*.fp{
        color:#8b2131 !important;
    }*/
