html,
body {
    font-family: 'Mark Pro Regular', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f9fb;
}

.h-100 {
    height: 100%;
}

* {
    box-sizing: border-box;
}


.btn.btn-block {
    height: 52px;
    line-height: 52px;
    padding: 0 24px;
}

main {
    color: rgb(51, 51, 51);
    font-family: 'Mark Pro Regular', sans-serif;
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.4;
    min-height: 100%;
    min-width: 300px;
    position: relative;


    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;


}

.carousel {
    background: rgba(42, 27, 38, .3);
    color: white;
    font-size: 1.5rem;
    font-weight: 100;
    letter-spacing: 0.1ex;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
}


.carousel {
    background-image: url(https://giris.ibb.istanbul/static/media/galata-kulesi.01a165dc.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.carousel-desc {
    width: 320px;
    height: auto;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6));
    border-radius: 4px;
    font-size: 1.35rem;
    font-weight: 200;
    font-family: 'Mark Pro Light';
    background-clip: padding-box;
    padding: .625rem 1.25rem 1.25rem;
    right: 2rem;
    top: 2rem;
    position: absolute;
}

.carousel .copyright {
    font-size: 10px;
    font-weight: 200;
}

.login-form {
    align-self: center;
    padding: 1.6rem 20px;
    width: 100%;
}

.login-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

.brand-logo {
    height: 54px;
    width: 96px;
    position: absolute;
    top: 9px;
    left: 50%;
    margin-left: -48px;
}

.app-logo {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 24px 0;
}

.app-logo {
    width: 100%;
    max-width: 320px;
    padding: 1rem 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.app-logo img {
    display: inline-block;
    width: auto;
    height: 67px;
    overflow: hidden;
    position: relative;
}


.form-layout {
    width: 100%;
    max-width: 320px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    align-self: center;
}

.form-header {
    margin-bottom: 1rem;
}

.form-title {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.9);
    padding: 0 0 4px 0;
}




.outter-wrapper {
    color: rgb(51, 51, 51);
    font-family: 'Mark Pro Regular', sans-serif;
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.4;
    text-align: center;
    margin: .5rem 0px;
    width: 100%;
    max-width: 320px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    align-self: center;
}


.outter-button {
    font-family: 'Mark Pro Regular', sans-serif;
    font-size: 1rem;
    background-color: rgb(238, 238, 238);
    color: rgb(68, 68, 68);
    border: 0px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    padding: calc(11px - 0.1ex) 10px calc(11px + 0.1ex) calc(2.6rem + 10px);
    width: 100%;
    position: relative;
    min-width: 17rem;
}

.outter-button:hover {
    filter: brightness(75%);
}

.outter-icon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 2.6rem;
    height: 100%;
    padding: .5rem;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.outter-icon.edevlet {
    background: linear-gradient(to right, rgb(209, 27, 34) 2.6rem, transparent 2.6rem) rgb(238, 238, 238);
}

.outter-icon.ibb {
    background: linear-gradient(to right, rgb(26, 71, 137) 2.6rem, transparent 2.6rem) rgb(238, 238, 238);
}




@media screen and (min-width: 768px) {
    main {
        display: flex;
        flex-direction: row;
    }

    .carousel {
        flex-basis: 50%;
        font-size: 3rem;
        font-weight: 200;
        letter-spacing: 0px;
    }

    .login-form {
        flex-basis: 50%;
        padding: 30px 30px;
    }

    .brand-logo {
        top: auto;
        bottom: 10px;
    }

    .app-logo {
        width: 100%;
        max-width: 414px;
        padding: 1rem 0;
        margin: 0 auto;
    }

    .outter-wrapper {
        color: rgb(51, 51, 51);
        font-family: 'Mark Pro Regular', sans-serif;
        font-size: 1rem;
        font-weight: 200;
        line-height: 1.4;
        text-align: center;
        margin: .5rem 0px;
        width: 100%;
        max-width: 414px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        align-self: center;
    }

    .form-layout {
        width: 100%;
        max-width: 414px;
        -webkit-box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
        box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
        padding: 24px 32px 32px;
        border-radius: 8px;
        margin: 0 auto;
        background: #fff;
        align-self: center;
    }
}



/**** Login Form ****/


.breakline {
    text-align: center;
    margin: 1.8rem -20px;
}

.line {
    background: rgb(221, 221, 221);
    width: 100%;
    height: 1px;
    position: relative;
    top: 1rem;
}

.mute-text {
    font-family: 'Mark Pro Regular', sans-serif;
    line-height: 1.4;
    background-color: #f7f9fb;
    color: rgb(187, 187, 187);
    font-size: 1.4rem;
    font-weight: 200;
    padding: 0px 1rem;
    position: relative;
    top: -0.2rem;
}

.login-title {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 200;
    line-height: 1.4;
    margin: 0.4rem auto -0.8rem;
    max-width: 30rem;
}


@media screen and (min-width: 768px) {
    .breakline {
        margin: 1.5rem 0px;
    }

    .login-title {
        font-size: 1.5rem;
    }

}













/******* Form Components ********/
.form-control {
    color: rgb(51, 51, 51);
    font-family: 'Mark Pro Regular', sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    background-color: #fff;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px;
    display: block;
    font-weight: 400;
    padding: 8px;
    width: 100%;
    appearance: none;
    height: 44px;
}

.form-control:focus {
    box-shadow: none;
    border-color: rgb(115, 175, 236);
    color: rgb(51, 51, 51);
    background-color: #fff;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(51, 51, 51, .3) !important;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color:rgba(51, 51, 51, .2) !important;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: rgba(51, 51, 51, .2) !important;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: rgba(51, 51, 51, .2) !important;
  }

  ::placeholder{
    color: rgba(51, 51, 51, .3) !important;
  }

.btn-primary {
    color: #fff;
    background-color: #00539a;
    border-color: #00539a;
}










.card-wrapper {
    width: 400px;
}

.card {
    border-color: transparent;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .05);
}

.card.fat {
    padding: 10px;
}

.card .card-title {
    margin-bottom: 30px;
}



.form-group label {
    width: 100%;
}





@media screen and (max-width: 425px) {
    .card-wrapper {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 320px) {
    .card.fat {
        padding: 0;
    }

    .card.fat .card-body {
        padding: 15px;
    }
}