﻿
.signupWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 0px;
}

.signupPasswordWrapper {
    display: flex;
   
    justify-content: center;
    align-items: flex-start;
    padding: 40px 0px;
}
.width20 {
    width:20% !important;
}

.buttonsContainer {
    display: flex;
    gap:20px;
}
.fontsize18{
    font-size:18px;
}
.headerText {
    font-size: 20px;
    color: #004892;
    text-align: center;
}
.headerTextContainer {
    margin-top:50px;
}
.paragraphWrapper {
}

.inputItem[readonly] {
    background-color: #e0e0e0; /* light gray */
    color: #555; /* optional: darker text for contrast */
}

.signupWrapper p {
    display: flex;
}

.signupPasswordWrapper p {
    display:flex;
}
.formWrapper {
    display: flex;
    flex-direction: column;
}

.formGroup {
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: center;
    width: 100%;
    align-items: baseline;
    margin-bottom: 16px;
}

#kvkkError {
    position: absolute;
    top: 35px;
}

.form-input {
    background-color: #f0f4f5;
    height: 50px;
    padding-left: 16px;
    outline: 0;
    margin-left: 13px;
    display: flex;
    width: 280px;
    margin: auto;
    margin-left: 116px;
    border-color: #fff !important;
    border-width: 0px;
    margin-bottom: 19px;
}

._captchaContainer .inputError {
    position: absolute;
    bottom: -22px;
    font-size: 16px;
    left: 116px;
}
.captchaImageWrapper {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    width: 300px !important;
    margin-left: 27px !important;
}

.itemLabel {
    padding-top: 0px;
    margin-bottom: 0;
    text-align: left;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: bold;
    margin-right: 16px;
    height: 20px;
    color:#000 !important;
}

.inputWrapper {
    font-size: medium;
    display: flex;
    flex-direction: column;
}

    .inputItem {
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.4;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

        .inputItem:focus {
            border-color: #66afe9;
            outline: 0;
            box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
        }

.cmsBtn {
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    border: none;
    outline: none;
    cursor: pointer;
    transition: ease 300ms;
}

    .cmsBtn:hover {
        text-decoration: none;
        border: none;
        outline: none;
    }

.cmsBtnCreate {
    background-color: #4CAF50;
    color: white;
    font-size: 14px;
    transition: ease 300ms;
}

    .cmsBtnCreate:hover {
        color: white;
        background-color: #37873a;
    }

.cmsBtnEdit {
    background-color: #2060ae;
    color: white;
}

    .cmsBtnEdit:hover {
        color: white;
        background-color: #0d4487;
    }
.cmsBtnCancel {
    background-color: #e7e7e7;
    color: black;
    margin-right: 15px;
}

    .cmsBtnCancel:hover {
        color: black;
        background-color: #b4b4b4;
    }

/*numberda çıkan okları engelleme*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    display: none;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.btnWrapper {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 25px;
    gap: 40px;
}

.inputErrorLogin {
    display: flex;
    justify-content: center;
    margin-bottom: -4px;
    padding-bottom: 19px;
}

.securityLabel {
    color:black !important;
}


.PolicyLink{
    text-decoration:underline;
    color:blue;
}

.Redirect {
    color: blue;
}
.Redirect:hover {
    cursor: pointer;
}
.PolicyLink:hover{
    cursor:pointer;
}
.paragraphWrapper p{
    display:flex;
}
.inputItemChckbx {
    height: 23px;
    width: 23px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}




.PolicyInfo {
    margin-left:12px;
}

.personalDataInformationWrapper {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}
.btnWrapper{
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 400px;
    margin: 20px auto 0;
}

@media screen and (max-width: 506px) {
    .formGroup{
        grid-template-columns: 1fr;
    }
    .itemLabel{
        margin-bottom: 6px;
    }
    .signupWrapper{
        align-items: center;
    }
    .signupPasswordWrapper{
        align-items:center;
    }
}