﻿html,
body {
    height: 100%;
}

body {
    display: -ms-flexbox;
    display: flex;
    /*    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;*/
}
/* ssavas ekledi start 14/06/2022*/
.errorText {
    color: red;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    font-style: italic;
}

.successText {
    color: green;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    font-style: italic;
}

.listItem {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #384254;
    font-style: italic;
}

.listItemTik {
    width: 14px;
    height: 14px;
    color: #0D65D8
}

.headerTitle {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #384254;
}

.micro-marin-right-align-icon {
    position: absolute;
    right: 10px;
    top: 15px;
}

.micro-marin-passwords-error {
    color: red;
    font-size: 12px;
    visibility: hidden;
}
/* ssavas ekledi end 14/06/2022*/
.login-right {
    padding: 0;
    display: flex;
    -ms-flex-align: center;
    flex-direction: column;
    /*    align-items: center;*/
 /*   background-image: url('../../img/login-right.png');*/
    background-repeat: no-repeat;
    /*    background-attachment: fixed;*/
    background-size: contain;
    background-position: bottom;
    background-color: #0069F3;
}

    .login-right .logo {
        display: flex;
        justify-content: left;
        align-items: center;
    }

    .login-right .login-right-title-items {
        width: 100%;
        display: flex;
        position: absolute;
        flex-direction: column;
        align-items: center;
        z-index: 9999999999;
    }        
        
        .login-right .logo img {
           width:100%;
        }

        .login-right .logo span {
            color: white;
            font-size: 1.8rem;
            font-weight: 600;
        }

    .login-right .info-holder {
   /*     padding: 0px 50px;
        margin: auto;
        max-width: 700px;*/
    }

        .login-right .info-holder .logo {
            display: flex;
            justify-content: flex-end;
            align-items: flex-end;
            flex-direction:column;
            position: relative;
            align-items: center;
            height: calc(100vh);
        }

        .login-right .info-holder h3 {
            display: inline-block;
            color: #fff;
            text-align: left;
            font-size: 40px;
            font-weight: 700;
            margin-bottom: 30px;
            max-width: 670px;
            text-align: center;
        }

        .login-right .info-holder p {
            display: inline-block;
            color: #fff;
            text-align: left;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            margin-bottom: 50px;
            width: 100%;
            max-width: 670px;
            text-align: center;
        }
/*
        .login-right .info-holder h2 span {
            color: #FE4777;
        }*/

.login-left {
    padding: 0;
    display: flex;
    -ms-flex-align: center;
    /*    align-items: center;*/
    /*    background-color: #f5f5f5;*/
    /*    text-align: center !important;*/
    flex-direction: column;
}

.login-left .page-links {
    padding: 15px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}
/*
        .login-left .page-links a {
 
        }*/

.login-left .logo {
    display: flex;
    margin-bottom: 35px;
    align-items: center;
}
.login-left .login-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 30px;
}
    .login-left .login-field-container {
        display:flex;
        flex-direction:column;
        gap:20px;
    }

    .login-left .form-items {
        margin: auto;
        background-color: #fff;
        /*    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.16);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.16);*/
        display: inline-block;
        width: 100%;
        max-width: 510px;
        text-align: left;
        /*    -webkit-transition: all 0.4s ease;*/
        transition: all 0.4s ease;
        padding: 15px 30px;
    }

.login-left .form-items h3 {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.login-left .form-items p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
}
    .login-left .form-items .login-field {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
        .login-left .form-items .login-field-caption {
            font-size: 14px;
            font-weight: 500;
            line-height: 24px;
            color: #1F2937;
        }

    .login-left .form-items .form-input, .form-content .dropdown-toggle.btn-default {
        border: 1px solid #E5E7EB;
        width: 100%;
        height: 42px;
        padding: 8px 8px 8px 12px;
        text-align: left;
        outline: 0;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        -webkit-transition: all 0.3s ease;
    }
    .login-left .login-field-group {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .login-left .login-field-forget {
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        color: #0D65D8
    }
    .login-left .login-field-register-item {
        font-weight: 600;
        font-size: 14px;
        line-height: 24px;
        display: flex;
        color: #1F2937;
        align-items: center;
        justify-content: center;
    }
        .login-left .login-field-register-item a {
            text-decoration: none;
            margin-left:5px;
        }
        .login-left .login-field-forget a {
        text-decoration: none;
        font-size: 12px;
        font-weight: 500;
        line-height: 24px;
        color: #0069F3;
    }
    .login-left .login-keep-item {
     display:flex;
     gap:12px;
    }

    .login-left .page-links a {
        font-size: 12px;
        line-height: 24px;
        font-weight: 400;
        color: #0D2862;
        text-decoration:none;
        margin-left:5px;
    } 
    .login-left .page-privacy{
        font-size: 12px;
        line-height: 24px;
        font-weight: 400;
        color: #737E92;
    }

    .login-left .form-items .form-button .ibtn {
        background-color: #0069F3;
        color: #fff;
        -webkit-box-shadow: 0 0 0 rgba(80, 182, 255, 0.31);
        box-shadow: 0 0 0 rgba(80, 182, 255, 0.31);
        border-radius: 6px;
        border: 0;
        padding: 13px 24px 13px 24px;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        cursor: pointer;
        width: 100%;
    }

    .login-left .form-items .form-button .ibtn-passive {
        background-color: #A0A0A0;
        color: #fff;
        -webkit-box-shadow: 0 0 0 rgba(80, 182, 255, 0.31);
        box-shadow: 0 0 0 rgba(80, 182, 255, 0.31);
        border-radius: 6px;
        border: 0;
        padding: 13px 24px 13px 24px;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        cursor: pointer;
        width: 100%;
    }

.login-left .form-items .form-button a {
    color: #000;
    font-size: 13px;
    /*              text-decoration: none;
                background-color: transparent;*/
}

.login-left .form-items .other-links {
    margin-top: 38px;
    margin-bottom: 30px;
}

.login-left .form-items .other-links .text {
    font-size: 13px;
    font-weight: 300;
    color: #000;
    margin-bottom: 15px;
}

.login-left .form-items .other-links a {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    color: #000;
    background-color: #F7F7F7;
    font-size: 12px;
    font-weight: 700;
    /*                margin-right: 19px;*/
}

.login-left .form-items .other-links a i {
    display: inline-block;
    background-color: #000;
    color: #fff;
    border-radius: 25px;
    text-align: center;
    padding-top: 5px;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 18px;
    height: 18px;
    font-size: 9px;
    margin-left: 0;
}
    .login-left .form-button {
        margin-top:30px;
    }
.login-left .form-items .other-links a i[class*="fa-facebook"] {
    background-color: #3b5998;
}

.login-left .form-items .other-links a i[class*="fa-google"] {
    background-color: #dd4b39;
}

                    .login-left .form-items .other-links a i[class*="fa-linkedin"] {
                        background-color: #007bb6;
                    }

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 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[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.alert {
    padding: 5px 40px 6px 10px;
    font-size: 13px;
}

.alert-dismissible .close {
    padding: 0rem 0.5rem;
}

.alert.with-icon[class*="alert-"]:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    top: 5px;
    left: 7px;
    width: 20px;
    font-size: 15px;
    text-align: center;
}

/*.alert.with-icon.alert-danger:before {
    content: "\f06a";
    color: #a51020;
}*/

@media screen and (max-width: 1024px) {
    .login-right {
        display: none;
    }
   .login-left .form-items {
       -webkit-box-shadow: none;
       box-shadow: none;
   }
}

