﻿body {
    background: url(/images/loginPages/uygulama-logo.png), url(/images/loginPages/firma-logo.png), url(/images/loginPages/background-image.png);
    background-repeat: no-repeat;
    background-size: 35.5%, 0, cover;
    background-position: 0% 47%, 94% 50%, 0% 0%;
    display: table;
    height: 100%;
    width: 100%;
    margin: 0px;
    position: absolute;
    background-attachment: fixed;
}

/*arkaplan*/
@media only screen and (max-width: 1471px) {
    body {
        background: url(/images/loginPages/background-image.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
}

#container {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

#container #loginBox {
    background-color: #e6f6fd;
    position: relative;
}

#loginButtonContainer{
    margin-top: 40px;
}


/*loginboxlogo: alt kısmı aktifleştirip düzenle*/
#caption {
    background-image: url(/images/loginPages/firma-logo2.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: 50% 50%;
    height: 80px;

    font-size: 0; 
    margin: 0;
    margin-bottom: 10px;
}
/*#loginBox {
    margin: 0 auto;
    background-color: #71879a;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    border-radius: 3px;
    background-color: #fff;
    width: 392px;
    padding: 16px 32px;
    width: 360px;
}*/

#loginBox {
    margin: 0 auto;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    border-radius: 3px;
    background-color: #fff;
    padding: 16px 32px;
    width: 360px;
    margin-top: 2%;
    margin-right: 6%;
}


.input {
    margin: 0;
    margin-bottom: 16px;
    height: 40px;
    color: #282828;
    border-radius: 3px;
    box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #d4d4d4;
    padding: 8px;
    display: block;
    width: 100%;
    line-height: 1.42857143;
    background-color: #fafafa;
    background-image: none;
    box-sizing: border-box;
    font-size: 1.2em;
}

.input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px whitesmoke inset;
}

.input:focus {
    outline: none !important;
    box-shadow: 0 0 5px #ADADFF;
    background-color: whitesmoke;
    border: 1px solid #ADADFF;
}

.input option {
    -webkit-appearance: none;
}
.input select{
    margin-bottom: 16px !important;
}





label {
    font-weight: 600;
    font-size: 12px;
    color: #282828;
    width: 150px;
}

#spanForgotPassword {
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    float: right;
    line-height: 1.8;
    font-size: 0.75em;
    margin: 0px;
    display: flex;
    height: 30px;
    align-items: center;
}


.button {
    width: 100%;
    white-space: nowrap;
    vertical-align: middle;
    height: 40px;
    background-color: #eeeeee;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    font-size: 1.2em;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #e0cece;
    margin: 0;
}

.azureButton {
    background-image: url(/images/loginPages/azure_logo.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.azureP {
    all: unset;
    margin-left: 33px;
}



.divider {
    border-top: solid thin #bbe5f6;
}

    .divider::after {
        background: #e6f6fd;
        color: #bbe5f6;
    }


.g-recaptcha {
    transform: scale(0.98);
    transform-origin: 0 0;
}



