
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    height: 60px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[name="TC"] {
  margin-bottom: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.img-text{
  margin-bottom: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}



.form-signin input[name="guvenlik"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.beni{
    text-align: left!important;
}

.mt-5, .my-5 {
    margin-top: 0.75rem!important;
}
.mb-3, .my-3 {
    margin-bottom: 0.75rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 0.6rem!important;
}
.font-weight-normal {
    font-weight: bold!important;
}
#result {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 2px;
    font-size: 16px;
}

#loginModal .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    background: #0f68de;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}
#yeniuyeModal .modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
	color:#fff;
}
#yeniuyeModal .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    background: #0dcaf0;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}

#loginModal .modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
	color:#fff;
}
#UyariModali .modal-header {
    display: flex;
	/*display: none;*/
    flex-shrink: 0;
    align-items: center;
    background: red;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}


.modal-backdrop {
  opacity: 1 !important;
  background-color: rgba(0,0,0,0.05) !important;
}
.ifrm{
position: relative;
height: calc(100vh - 0px); 
margin:0;padding:0;
width:100%; height:100%;
border: 1px solid #efefef;
overflow: hidden;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 500px;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}

@media (max-width: 768px){
.modal-content {
	position: relative;
	display: flex;
    width: 100%;
    height: 90vh;
}	
}