﻿html,
body{
    font-size: 14px;
    height:100%;
}

body {
    font-family: 'Poppins', sans-serif;
    color:#333;
}
a {
    color: #9025bb;
    text-decoration: none;
    background-color: transparent;
    transition: 0.3s;
}

h1, h2 {
    margin-bottom: 20px;
}
h5, .h5 {
    font-size: 1.125rem;
}

.login-gradient,
.login-img,
.login-form {
    height: 40vh;
    width: 100%;
}
.login-gradient {
    background: rgb(103,3,137);
    background: linear-gradient(145deg, rgba(103,3,137,1) 0%, rgba(21,85,148,1) 50%, rgba(32,53,127,1) 100%);
    position:relative;
    /*background-image: url('../img/LoginBG.jpg');
    background-repeat: no-repeat;
    background-position: center center;*/
}
.tech-lines-lt{
    position:absolute;
    top:0;
    left:0;
    width:450px;
}
.tech-lines-br {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 450px;
}


.li-copy {
    padding: 50px;
    position:absolute;
    top:0;
    left:0;
    z-index:100;
}
    .li-copy h1 {
        font-size: 2.5rem;
        font-weight: 700;
        color: #fff;
    }

    .li-copy h5 {
        color: #fff;
        font-weight: 400;
        line-height: 1.6em;
    }


.login-form {
    background:#fff;
    padding:50px;
}
    .login-form p {
        color: #656565;
    }

    .login-form img {
        margin-bottom:25px;
    }
.btn-login {
    margin:15px 0;
}
.form-control {
    display: block;
    width: 100%;
    height:unset;
    padding: 0.575rem 0.85rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-primary {
    background: rgb(147,35,187);
    background: linear-gradient(90deg, rgba(147,35,187,1) 0%, rgba(27,114,181,1) 100%);
    color: #ffffff !important;
    border: none;
    border-radius: 10px;
    padding: 12px 30px;
    font-size: 16px;
    text-transform: capitalize;
    transition: 0.3s;
}

    .btn-primary:hover, .btn-primary:focus {
        background: rgb(147,35,187);
        background: linear-gradient(270deg, rgba(147,35,187,1) 0%, rgba(27,114,181,1) 100%);
        color: #ffffff;
    }
.text-password {
    text-align: left;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
    .login-gradient,
    .login-img,
    .login-form {
        height: 100vh;
        width: 100%;
    }
    .login-img {
        background-position: left 90%, right 20px, 108% 50%, center center;
    }
    .li-copy h5 {
        color: #fff;
        font-weight: 400;
        line-height: 1.6em;
        width: 600px;
    }
    .login-form {
        background: #fff;
        padding: 100px 150px;
        overflow-y:scroll;
    }
    .text-password {
        text-align: right;
    }
    .li-copy {
        padding: 100px 150px;
    }
}
