.login {
    margin: 0;
    padding: 0;
    font: 12px Arial;
    line-height: normal;
    line-height: 20px;
    width: 100%;
    height: 100%;
    position: absolute;
    /*overflow-y: auto;*/
    overflow-x: hidden;
    background-image:url('assets/images/background/login-register.jpg');
    /*overflow-y: hidden;*/
/*overflow-x: hidden;*/
}

div{
    display: block;
}

.form-title svg {
    fill: #555;
}

h3{
    color: red;
}

svg:not(:root) {
    overflow: hidden;
}

.login .form-title {
    margin-bottom: 25px;
    font-size: 24px;
    margin-top: 15px;
    text-align: center;
}

.login h3, .login h4 {
    color: #7F7F7F;
}

#logo {
    display: block;
    text-align: center;
    padding-top: 72px;
}

a {
    text-shadow: none;
    color: #555555;
    text-decoration: none;
}

#giris_arka {
    background: rgba(255, 255, 255, 0.9);
    width: 430px;
    margin-top: 25px;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
    border-radius: 16px;
    box-shadow: 0 5px 30px 0 rgb(33 43 54 / 8%);
}

#giris_kisim {
    padding: 20px 30px 15px;
}

#giris_kisim_ic {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 15px;
}

.input-icon {
    position: relative;
    left: 0;
}

.input-icon > i {
    color: #555;
    position: absolute;
    margin: 0;
    z-index: 3;
    width: 47px;
    font-size: 21px;
    left: 0;
    height: 33px;
    text-align: center;
    line-height: 47px;
}

.input-icon>i, .mt-checkbox-list .mt-checkbox, .mt-checkbox-list .mt-radio, .mt-checkbox>input:checked~span:after, .mt-radio-list .mt-checkbox, .mt-radio-list .mt-radio, .mt-radio>input:checked~span:after {
    display: block;
}

.textboxlar {
    width: 100%;
    box-sizing: border-box;
    background-color: #FFFFFF;
    outline: 0;
    line-height: 1.42857;
    border: 1px solid #C4CDD5;
    border-radius: 4px;
    height: 48px;
    padding: 0 16px;
    padding-left: 16px;
    font-size: 16px;
    padding-left: 48px;
    color: #454F5B !important;
}

.pull-right {
    float: right;
}

#giris_kisim_ic input[type="submit"] {
    margin: 10px 0;
    margin-bottom: 10px;
}

.giris_button {
    box-sizing: border-box;
    border: 0;
    cursor: pointer;
    text-align: center;
    float: right;
    outline: 0;
    color: #fff;
    background-color: #EF6D02;
    box-shadow: inset 0 0 0 1px #ef6d02;
    min-height: 48px;
    padding: 16px 40px 16px 40px;
    font-size: 21px;
    line-height: 24px;
    border-radius: 28px;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: all 0.7s ease;
}

#password {
    padding-left: 48px !important;
    padding-right: 16px !important;
}

.giris_button:hover {
    transform: translateY(-3px);
}

.etic-logo{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}