﻿:root {
    --bs-primary: #c82e43;
    --bs-primary-light: #ef4b63;
    --bs-primary-hover: #aa2536;
    --bs-primary-grad: linear-gradient(45deg, rgba(231,55,88,1) 0%, rgba(168,36,53,1) 100%);
    --bs-secondary: #4c6c88;
    --bs-secondary-hover: #30495f;
    --color: #415d78;
    --color-dark: #1c2b3a;
}

html {
    font-size: 14px;
}

input {
    box-sizing: border-box
} 

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #efefef;
}

body,
p,
label {
    font-family: "Poppins", Raleway sans-serif;
    color: #6c757d;
    font-size: 0.938rem;
}

button {
    font-family: "Poppins", Raleway sans-serif;
}

h1{
    font-size:1.85rem;
    color:var(--color-dark);
    margin-bottom:15px;
}

h2,
h3,
h4 {
    font-weight: 400;
    margin: 0 0 0.875rem 0;
    padding: unset;
    color:var(--color);
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.25rem;
}

h4 {
    font-size: 1.125rem;
}

h5 {
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 0.875rem 0;
    padding: unset;
}

.text-danger {
    color: #c70f77;
}

.bg-lgrey {
    background-color: #efefef;
}

.bg-main-grad {
    background: var(--bs-primary-grad);
    color: #fff;
}

.bg-main-img {
    background: #ac2537 url('/img/login-bg.jpg') no-repeat center center;
    background-size: cover;
    position:relative;
}

.font-col {
    color: #6c757d;
}

.mb-3 {
    margin-bottom: 1.125rem;
}

.mt-15 {
    margin-top: 15px;
}

.d-flex-center {
    display: flex;
    justify-content: center;
}

.f-cen {
    display: flex;
    justify-content: center;
}

.login-setup {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-content-login,
.login-content {
    background-color: #fff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 1rem;
    overflow: hidden;
}

.login-content {
    width: 50%;
}

.login-content-login {
    width: 70%;
}

.login-logo {
    height:65px;
    width:auto;
}

.login-row {
    display: flex;
    align-items: stretch;
}

.login-col {
    flex: 1;
    position: relative;
}

.lc-svg-dots {
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 308px;
    height: 400px;
}

    .lc-svg-dots img {
        width: 100%;
        height: auto;
    }

.lc-p {
    padding: 3rem;
}

.lc-qlinks {
    border: 1px #ccc solid;
    border-radius: 10px;
    padding: 15px;
}

.logoLogin {
    max-width: 250px;
    margin-bottom: 15px;
}

.w-100 {
    width: 100%;
}

.btns-row {
    display: flex;
    padding: 10px 25px;
}

.btns-col {
    margin: 2px 15px;
    width: 50%;
}

.btn-social-login {
    border: 2px transparent solid;
    background: rgba(255,255,255,0.2);
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    padding: unset;
    margin-right: 10px;
    width:79px;
    height:79px;
}

    .btn-social-login:hover {
        background: #fff;
        border: 2px #fff solid;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        transition: all 0.2s;
    }

.btn {
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #8A92A6;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border-radius: 25px;
    border: unset;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

    .btn.btn-primary {
        background-color: var(--bs-primary);
        color: #fff;
    }

        .btn.btn-primary:hover,
        .btn.btn-primary:focus {
            background-color: var(--bs-primary-hover);
        }

    .btn.btn-danger {
        color: #fff;
        background-color: #c03221;
        text-decoration: none;
    }

        .btn.btn-danger:hover {
            color: #fff;
            background-color: #bb2d3b;
        }

.btn-block {
    display: block;
}

label {
    display: inline-block;
    color: var(--color);
    padding-bottom:5px;        
}

.form-label {
    margin-bottom: 0.5rem;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #8A92A6;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #dedede;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

/*--- Gen List ---*/
.gen-list {
    margin: unset;
    padding: unset;
}

    .gen-list li {
        list-style-type: none;
        margin: 5px 0;
    }

        .gen-list li a {
            display: flex;
            align-items: center;
            color: #2895bc;
            text-decoration: none;
        }

            .gen-list li a i {
                font-size: 15px;
                margin-right: 5px;
            }


/*-- social logins --*/

.soc-login-setup {
    background-color: rgba(0,0,0,0.4);
    border-radius: 1rem;
    padding: 1.5rem;
    position: absolute;
    left: 2.5rem;
    bottom: 2.5rem;
    right:2.5rem;
    min-height:100px;
}

    .soc-login-setup h3,
    .soc-login-setup p{
        color: #fff;
    }


.soc-login {
    margin: unset;
    padding: unset;
}

    .soc-login li {
        list-style-type: none;
    }

    .soc-login li {
        list-style-type: none;
    }

        .soc-login li a {
            display: flex;
            border: 1px solid;
            width: 150px;
            border-radius: 35px;
            padding: 5px 15px;
            margin-bottom: 10px;
            text-decoration: none;
        }

            .soc-login li a.soc-google {
                border-color: #e7403b;
                color: #e7403b;
            }

            .soc-login li a.soc-linkedin {
                border-color: #0678b6;
                color: #0678b6;
            }

            .soc-login li a.soc-facebook {
                border-color: #4b69b1;
                color: #4b69b1;
            }

@media (max-width:1536px) {
    .lc-p {
        padding: 2.25rem;
    }
    h1{
        font-size:1.7rem;
    }
}
    @media (max-width:1366px) {
        .login-content {
            width: 50%;
        }

        .login-content-login {
            width: 90%;
        }
    }

    @media (max-width:1024px) {
        .login-content {
            width: 85%;
        }

        .login-content-login {
            width: 90%;
        }
    }

    @media (max-width:768px) {
        .login-setup {
            height: unset;
        }

        .login-content-login,
        .login-content {
            width: 95%;
        }

        .login-row {
            display: flex;
            flex-direction: column;
        }

        .lc-svg-dots {
            display: none;
        }

        .bg-main-img {
            background: #ac2537 url(/img/login-bg.jpg) no-repeat center top;
            background-size: cover;
        }

        .soc-login-setup {
            border-radius: 0 0 1rem 1rem;
            padding: 2.5rem;
            position: unset;
            left: 0;
            bottom: 0;
            right: 0;
            min-height: 250px;
        }
    }

    @media (max-width:500px) {
        .login-col {
            width: 100%;
        }

        .btns-row {
            flex-direction: column;
        }

        .btns-col {
            margin: 2px 5px;
            width: 100%;
        }

        .soc-login-setup {
            border-radius: 0 0 1rem 1rem;
            padding: 10.5rem 2.5rem 2.5rem 2.5rem;
            position: unset;
            left: 0;
            bottom: 0;
            right: 0;
            min-height: 130px;
        }
    }
