﻿@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: "Nunito", Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: radial-gradient(#777,#222);
    font-size: 12pt;
}

.disBox {
    position: relative;
    top: 0px;
    left: 0px;
    padding: 0;
    min-height: 100vh;
    height: 100%;
    width: 100%;
}

.imgBox {
    top: 0px;
    left: 0px;
    padding: 0;
    position: absolute;
    min-height: 400px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url('../images/login/images14.jpg');
}
/*
.imgBox img{
    
    width: 100%;
    height: 100%;
    object-position: bottom center;
    object-fit: cover;
    transition: 0.5s;
    transform-origin: top;
}
*/
.loginBox {
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-color: #F6F7FC;*/
    background-color: #F8F8F8;
    font-size: 12pt;
    min-height: 500px;
}

.loginIci {
    text-align: left;
}

.altYaziAlani {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100%;
    /*background-color: #BFBFFF;*/
    background-color: #d7d7d7;
    /*background-color: #DDECFF*/
    color: #F37C16;
}

.altYaziAlani1 {
    position: absolute;
    bottom: 50px;
    left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 95%;
    color: darkred;
    text-align: center;
    font-size: 11pt;
    /*background-color: #DDECFF*/
}

/* CSS */
.button-5 {
    align-items: center;
    background-clip: padding-box;
    background-color: #fa6400;
    border: 1px solid transparent;
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
}

    .button-5:hover,
    .button-5:focus {
        background-color: #fb8332;
        box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
    }

    .button-5:hover {
        transform: translateY(-1px);
    }

    .button-5:active {
        background-color: #c85000;
        box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
        transform: translateY(0);
    }




@media (max-width: 768px) {
    .loginIci {
        width: 60%;
    }
}

@media (max-width: 576px) {
    .loginIci {
        width: 95%;
    }

    h5 {
        font-size: 10pt;
    }
}

@media (max-width: 416px) {
    .loginIci {
        width: 95%;
    }

    h5 {
        font-size: 10pt;
    }
}

.form-label {
    color: #000;
}

.form-control:focus {
    border-color: #99B3FF;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(153, 179, 2550, 0.6);
}
