﻿.loginContainer {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 6%;
}

.login {
    width:60%;
    
}

.inputErrorLogin {
    font-size: 14px;
    display: flex;
    justify-content: center;
    padding-bottom: 11px;
}

.captchaImageWrapperLogin {
    gap: 39px !important;
    margin: auto !important;
    margin-right: 140px !important;
}

.captchaOuterContainer {
    display: flex !important;
}
.form-control:focus {
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 7%), 0 0 8px #548dd2;
}
.form-input {
    background-color: #f0f4f5;
    height: 50px;
    padding-left: 16px;
    outline: 0;
    display: flex;
    width: 50%;
    margin: auto;
    border-color: #fff !important;
    border-width: 0px;
    margin-bottom: 19px;
}

.itemRow {
    float: none;
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.ContHeader{
    font-size : 18px;
    color: white;
    margin-bottom:15px;
}

.outerCont {
    
}

.logoLoginWrapper {
    padding: 16px;
    width:100%;
}

    .logoLoginWrapper img {
        display: block;
        width: 400px;
        margin: 2em auto;
    }

    .logoLoginWrapper a {
        display: block;
        width: 100%;
        font-size: 1.2em;
        margin: 1em 0;
        padding: 0.3em 0;
    }

.cmsInputType1 {
    border: 1px solid silver;
    height: 52px;
    width: 100%;
    padding: 4px 8px;
    outline:none;
}

.cmsContRow {
    float: none;
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.cmsContHdr {
    float: none;
    width: 100%;
    display: inline-block;
    color: #989899;
    font-size: 14px;
    padding-bottom: 15px;
}
.cmpInpLbl {
    position: absolute;
    left: 8px;
    top: -16px;
    background-color: white;
    padding: 5px;
    border: 0;
    width: auto;
    color: #28397e;
    font-size: 16px;
    font-weight: bold;
}

.cmsContHdr {
    float: none;
    width: 100%;
    display: inline-block;
    color: #989899;
    font-size: 14px;
    padding-bottom: 15px;
}
.cmsforLabel {
    position: relative;
}
.positionRelative {
    position: relative;
}
.loginBtnWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.buttonContainer{
    width:50%;
}
.forgetPassBtn {
    display: flex;
    width: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    color: #337ab7;
    font-size: 18px;
    padding: 8px;
    cursor: pointer;
    transition: color ease 300ms;
}

    .forgetPassBtn:hover {
        color: #1d3859;
    }

.loginBtn {
    width: 100%;
    border: none;
    outline: none;
    background-color: green;
    color: white;
    font-size: 18px;
    padding: 8px;
    cursor: pointer;
    transition: color ease 300ms;
}

        .loginBtn:hover {
            opacity: 0.9;
        }

.copyright {
    margin-top: 56px;
    text-align: center;
    font-size: 10px;
    color: #28397e;
}

/*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;
}
@media screen and (max-width: 1200px){
    .login{
        width: 80%;
    }
    .form-input{
        width: 80%;
    }
    .logoLoginWrapper img{
        width: 360px;
    }
}
@media screen and (max-width: 768px) {
    .login{
        width: auto;
    }
    .logoLoginWrapper a {
      
    }
    .logoLoginWrapper img {
        width: 100%;
        margin: 1em auto;
    }
    .loginBtn{
        font-size:14px;
        padding:6px;
    }
    .forgetPassBtn {
        font-size: 14px;
        padding: 6px;
    }
    .cmsInputType1 {
        height: 40px;
    }
    .cmpInpLbl{
        padding:2px 6px;
    }
    .copyright {
        margin-top: 45px;
        font-size: 8px;
    }
    .form-input {
        width: 100%;
        height: 36px;
    }

    .captchaImageWrapperLogin img {
        width: 150px;
        height: 40px;
        max-width: none;
    }
}

@media screen and (max-width:590px) {
    .loginContainer {
       margin-top: 25%;
    }
    .logoLoginWrapper{
        padding: 0;
    }
    .logoLoginWrapper img {
    width: 100%;
    margin: auto;
    }

    .cmsInputType1 {
        height: 32px;
    }
   
    .cmpInpLbl {
        font-size: 14px;
    }
    .loginBtn {
        font-size: 12px;
     
    }

    .forgetPassBtn {
        font-size: 12px;
        padding:4px;
    }
    .copyright {
        margin-top:20px;
        font-size:6px;
    }

}
@media screen and (max-width:450px) {
    .cmpInpLbl {
        font-size: 12px;
    }
    .logoLoginWrapper{
        padding: 0;
    }
    .logoLoginWrapper img {
        width: 100%;
    }
    .cmsInputType1 {
        height: 26px;
    }
    .cmpInpLbl {
        padding: 2px;
    }
    .loginBtn {
        font-size: 10px;
    }

    .forgetPassBtn {
        font-size: 10px;
        padding: 0;
    }
    .text-danger{
        font-size: 10px !important;
    }

}