* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Page Loader */
#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 99999999999999999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #4D7C90;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

input, select {
    font-family: 'Poppins', sans-serif;
    border-radius: 0;
}

a,
a:active,
a:active,
a:visited {
    outline: none;
    color: inherit;
    background: none;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
    color: #333;
    background: linear-gradient(91deg, #4D7C90 0.63%, #7FA5B8 99.21%);
}

.ana_kapsar {
    display: inline-block;
    width: 100%;
}

.container {
    margin: 0 auto;
    width: calc(100% - 40px);
    height: calc( 100% - 60px );
    transition: all 0.2s ease;
    position: relative;
}

.logo span {
    background-color: #FF702C;
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 26px;
}

.logo font {
    background-color: transparent;
    display: inline-block;
    padding: 0 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
}

.logo img {
    width: 65px;
}
.logo .flex {display: flex;flex-direction: column;}

#default .logo .flex {
    gap: 3px;
    flex-direction: row;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    gap: 10px;
}

.inputs {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-top: 50px;
}

.inputs .input {
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: #fff;
    font-weight: 400;
    position: relative;
}

.inputs .input input {
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.14px;
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding-bottom: 10px;
    outline: none;
}

.inputs .input input::placeholder {
    color: #fff;
    font-weight: 300;
}

.input_area {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.input_area a {
    font-weight: 300;
    text-decoration: none;
    color: #fff;
}

.flex-row {
    flex-direction: row !important;
}

.beni_hatirla::before {
    content: '';
    position: relative;
    display: flex;
    width: 15px;
    height: 15px;
    padding: 3px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background-color: #FD702D;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="20px" viewBox="0 -960 960 960" width="24px" fill="%23fff"><path d="M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z"/></svg>');
    background-position: -1px -1px;
}

.buttons {

    display: flex;

    flex-direction: column;

    margin-top: 40px;

    gap: 20px;
}

.btn {
    border-radius: 4px;
    border: 1px solid #FFF;
    display: flex;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    outline: none;
    background: none;
}

.btn.colored {
    background-color: #ff702c;
    border-color: #ff702c;
}

.input span {
    position: absolute;
    right: 0;
    top: 0;
}

.input span svg {
    width: 20px;
    height: 20px;
}

#password_close {
    display: none;
}

#default .logo {
    padding-top: 0;
}

#default .logo a {text-decoration: none;color: #fff;display: flex;align-items: center;gap: 10px;}

#default .logo a img {
    width: 35px;
}

#default .logo span {
    font-size: 20px;
}

#default .logo font {
    font-size: 22px;
    line-height: 23px;
    padding: 0;
    text-decoration: none;
}

.menu_toggle_icon {
    width: 30px;
    height: 1px;
    position: relative;
    float: right;
    border-radius: 100%;
    background-color: #ffffff;
    pointer-events: none;
    transition: all 0.3s ease;
    top: 2px;
}

.menu_toggle_icon:before {
    content: '';
    width: 30px;
    position: absolute;
    border-radius: 100%;
    top: -10px;
    background-color: #ffffff;
    height: 1px;
    transition: all 0.3s ease;
}

.menu_toggle_icon:after {
    content: '';
    width: 30px;
    position: absolute;
    background-color: #ffffff;
    border-radius: 100%;
    bottom: -10px;
    height: 1px;
    transition: all 0.3s ease;
}

.header {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding-top: 25px;
}

.menu_active .menu_toggle_icon {
    background-color: transparent;
}

.menu_active .menu_toggle_icon:before {
    transform: rotate(45deg);
    top: 0;
}

.menu_active .menu_toggle_icon:after {
    transform: rotate(-45deg);
    bottom: 0;
}

.warning {
    text-align: center;
    color: #FF5722;
    padding-top: 30px;
    margin-bottom: -20px;
}

#hamburger {
    display: block;
    position: relative;
    z-index: 3;
    height: 32px;
    float: right;
    padding-top: 13px;
}

#hamburger a {
        height: 32px;
        display: block;
}

.login_page .footer_menu {
    display: none;
}

.mini_logo {}
.mini_logo img {
    max-width: 40px;
}