.global-before:before {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000b0;
    z-index: -1;
}
.main.login-page.login-height {
    vertical-align: middle;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.main.login-page.login-height .row {
    height: 100vh;
}

.pdfs-row:last-child {}

.pdfs-row img {
    cursor: pointer;
}

.pdfs-container img {
    text-align: center;
}

.pdfs-container {
    text-align: center;
    padding-bottom: 11px;
}

.index-container .container {
    background: #ffffffdb;
    margin: 20px auto;
    border-radius: 12px;
}

.index-container .container {
    /* text-align: center; */
}

.index-container h1 {
    text-align: center;
    padding: 10px 0px;
}

.pdfs-row {
    width: 100%;
    background-size: contain;
    height: auto;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 30px;
    background-position: center;
    POSITION: RELATIVE;
}

.pdfs-row .row {
    height: auto !important;
}

header {
    display: flex;
    vertical-align: middle;
    align-items: center;
    border-bottom: 1px solid #c7c7c7!important;
    margin-bottom: 20px;
    padding-bottom: 5px;
    padding: 3px 15px;
    justify-content: space-between;
}

header img {
    width: 100px;
}

header .btn {
    background: #941914;
    border: unset;
}

.portal-global-buttons a:hover {
    text-decoration: unset;
}

.portal-global-buttons a {
    text-align: center;
    display: block;
    color: #931914;
    font-size: 22px;
    background: #931914;
    color: #fff;
    border-radius: 12px;
    padding: 10px 10px;
}


.portal-global-buttons button:hover {
    text-decoration: unset;
}

.portal-global-buttons button {
    cursor: pointer;
    text-align: center;
    display: block;
    border: unset;
    color: #931914;
    width: 100%;
    font-size: 18px;
    background: #931914;
    color: #fff;
    border-radius: 8px;
    padding: 4px 10px;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    color: #fff;
    background: #000;
    text-align: center;
}

.footer-text {}

.remember-me {
    display: flex;
    vertical-align: middle;
    align-items: center;
    width: 100%;
}

label.cbx {
    display: flex;
    vertical-align: middle;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
}

label.cbx p {
    margin-bottom: 0px;
    margin-left: 10px;
}

.cbx {
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

.cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0px, 0px, 0px);
}

.cbx span:first-child {
    position: relative;
    width: 20px;
    height: 20px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid rgb(185, 184, 195);
    transition: all 0.2s ease 0s;
}

.cbx span:first-child svg {
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 4px;
    fill: none;
    stroke: rgb(255, 255, 255);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease 0.1s;
    transform: translate3d(0px, 0px, 0px);
}

.cbx span:first-child::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #931914;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
    transition-delay: 0.2s;
}

.register-login a {
    display: block;
    text-decoration: underline;
    color: #931914;
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
}

.cbx span:last-child {}

.flex-box {
    vertical-align: middle;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.cbx span:last-child::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0px;
    height: 1px;
    width: 100%;
    background: rgb(185, 184, 195);
    transform-origin: 0px 0px;
    transform: scaleX(0);
}

.cbx:hover span:first-child {
    border-color: #931914;
}

.inp-cbx:checked+.cbx span:first-child {
    border-color: #931914;
    background: #931914;
    animation: 0.6s ease 0s 1 normal none running check;
}

.inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.inp-cbx:checked+.cbx span:first-child::before {
    transform: scale(2.2);
    opacity: 0;
    transition: all 0.6s ease 0s;
}

.inp-cbx:checked+.cbx span:last-child {
    color: rgb(185, 184, 195);
    transition: all 0.3s ease 0s;
}

.inp-cbx:checked+.cbx span:last-child::after {
    transition: all 0.3s ease 0s;
}

@keyframes check {
    50% {
        transform: scale(1.2);
    }
}

.main-bg-img {
    position: fixed;
    opacity: 0.3;
    left: 0;
    right: 0;
    top: 0;
    background-size: cover !important;
    bottom: 0;
    background: #ffffff;
    z-index: -1;
}

.login-page-container {
    /*padding: 20px;*/
    background: #ffffffdb;
    border: 1px solid #dee2e673!important;
    /* text-align: center; */
    border-radius: 12px;
    overflow:hidden;
}

.cocukakademi-portal-img {
    text-align: center;
    margin-bottom: 20px;
}

.cocukakademi-portal-img img {
    max-width: 150px;
}

.login-form h1 {
    text-align: center;
    font-size: 28px;
}

.portal-inputs {
    margin-bottom: 20px;
}

.main.login-page {
    vertical-align: middle;
    /* height: 100vh; */
    position: relative;
    overflow: hidden;
}

.main.login-page .row {
    /* height: 100vh; */
}

a.forget-pass {
    display: block;
    text-decoration: underline;
    color: #931914;
    width: 100%;
    text-align: right;
}

.main-bg-img {
    position: absolute;
    opacity: 0.3;
    left: 0;
    right: 0;
    top: 0;
    background-size: cover !important;
    bottom: 0;
    background: #ffffff;
    z-index: -1;
}

.main.login-page:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000008;
    z-index: -1;
}

.login-page-container input {
    border-radius: 8px;
}

.login-page-container input {
    border: 1px solid #dee2e673!important;
}

.login-inner-area::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.login-inner-area::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.login-inner-area::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.login-inner-area::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.login-inner-area {
    padding: 20px;
    overflow-y: scroll;
    height: 100%;
}

@media only screen and (max-height:767px) {
    .register-container{
        height: calc(100vh - 50px);
    }
}

@media only screen and (max-height:450px) {
    .login-container{
        height: calc(100vh - 50px);
    }
}

.swal2-styled.swal2-confirm {
    background: #931914 !important;
    border-color: transparent !important;
}
