﻿body {
    font: normal 14px "Poppins";
    line-height: 18px;
    padding: 0px;
    margin: 0px;
}

@media only screen and (min-device-width: 768px) {

    body {
        background-color: #F8F8F8;
    }

    .wrapper {
        display: grid;
        place-items: center;
        height: 100vh;
    }

    .loginForm {
        width: 500px;
    }

    .loginForm .header {
        height: 128px;
        background: url('Images/partners-logo.png') center no-repeat #00A7B8;
    }

    .loginForm .content {
        background-color: #ffffff;
        padding: 16px;
    }

    .loginForm .footer {
        background-color: #ffffff;
        padding: 16px;
    }
}

@media only screen and (max-device-width: 767px) {

    body {
    }

    .wrapper {
    }

    .loginForm {
    }

    .loginForm .header {
        height: 128px;
        background: url('Images/partners-logo.png') center no-repeat #00A7B8;
    }

    .loginForm .content {
        background-color: #ffffff;
        padding: 16px;
    }

    .loginForm .footer {
        background-color: #ffffff;
        padding: 16px;
    }
}

.w50p {
    width: 50%;
}

.w100p {
    width: 100%;
}

.flexImage {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.flexImage .keyLogo {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    background: url('Images/klic.png') center no-repeat;
}

.flexColumn {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.flexBtn {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.mtop20 {
    margin-top: 20px;    
}

.minHeight20 {
    min-height: 20px;
    line-height: 20px;
}

.tyrkys {
    color: #00A7B8;
}

.secondary {
    color: #5F6C6E;
}

.red {
    color: #F33B12;
}

h1 {
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
    margin: 10px 0px;
}

.acenter {
    text-align: center;
}

.checkBox18 input[type=checkbox] {
    display: flex;
    line-height: 18px;
    width: 18px;
    height: 18px;
    background-image: url("Images/ico-checkbox-18.png") !important;
}

.checkBox18 input[type=checkbox]:checked {
    display: flex;
    line-height: 18px;
    width: 18px;
    height: 18px;
    background-image: url("Images/ico-checkbox-18-checked.png") !important;
}

.inputText {
    box-sizing: border-box;
    outline: none;
    padding: 8px 12px 8px 12px;
    border-radius: 4px;
    border: 1px solid #5F6C6E;
    margin: 1px;
}

.inputText:focus {
    border: 2px solid #00A7B8;
    margin: 0px;
    border-color: #00A7B8;
}

.inputText::placeholder {
    color: #B7B7B7;
}

.btn {
    border: 0 none;
    height: 44px;
    padding: 13px 14px 13px 14px;
    text-align: center;
    cursor: pointer;
}

.btn.btnPrimary {
    color: #ffffff;
    background-color: #00A7B8;
}

.btn.btnSecondary {
    color: #00A7B8;
    background-color: #E3F4F7;
}

b {
    font-weight: bolder;
}
