@import url('https://fonts.googleapis.com/css?family=Lato:100,200,300,400500,600,700,800,900,900italic,900,700italic,700,400italic,300,300italic,100italic,100');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');


.right-side {
    padding-top: 30vh;
    width: 60%;
    float: right;
    background: url('../img/login_image.jpg') center no-repeat;
    background-size: cover;
    min-height: 100vh;
    max-height: 100vh;
    text-align: center;
}

.right-side h2 {
    line-height: 0.6;
    font-family: "Open Sans", sans-serif;
    text-align: right;
    font-size: 140px;
    font-weight: 800;
    letter-spacing: -6px;
    text-transform: uppercase;
    padding: 0;
    color: white;
}

.left-side {
    width: 40%;
    float: left;
    background-color: #EFF1F7;
    min-height: 100vh;
    max-height: 100vh;
}

.left-side img {
    padding-left: 40px;
    padding-top: 20px;
}
.login-content {
    padding-top: 24vh;
}

.register-content {
    padding-top: 16vh;
}

.content {
    font-family: "Open Sans", sans-serif;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    letter-spacing: -1px;
}
.left-side .content h1 {
    margin: 0 auto;
    font-size: 24px;
    color: #717381;
    font-weight: 600;
}

.left-side .content p {
    padding-top: 20px;
    font-size: 16px;
    color: darkgray;
    line-height: 1.5;
}

.left-side .content form {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
}

.left-side .content form input {
    width: 100%;
    padding: 8px;
    outline: none;
    border: none;
    background-color: transparent;
    border-bottom: 2px solid lightgray;
    transition: .4s;
}

.left-side .content form input:focus {
    border-bottom: 2px solid #0058D3;
}

.left-side form span {
    padding-top: 50px !important;
}

.form-left{
    padding-top: 40px;
    width: 30%;
    float: left;
}


.form-right{
    padding-top: 40px;
    width: 70%;
    text-align: right;
    float: right;
}

form button,
.btn-1,
.btn-1:hover {
    padding: 12px 70px 12px 70px;
    border: none;
    background-color: #0058D3;
    border-radius: 4px;
    color: white;
    font-weight: 600;
}

.btn-2,
.btn-2:hover {
    padding: 12px 70px 12px 70px;
    border: none;
    background-color: #ca1919;
    border-radius: 4px;
    color: white;
    font-weight: 600;
}

.btn-3,
.btn-3:hover {
    padding: 12px 70px 12px 70px;
    border: 1px solid #aaaaaa;
    background-color: #f4f4f4;
    border-radius: 4px;
    color: darkslategray;
    text-align: center;
    font-weight: 600;
}

/* Dashboard */

.main-content {
    margin-top: -20px;
    padding-top: 60px !important;
    background-color: #f7f9fa;
    padding-bottom: 60px;
}

.red {
    color: red !important;
}

.green {
    color: green !important;
}

.reseller-status-span {
    font-weight: 500;
}

.reseller-status {
    padding-top: 20px;
}

.text-center {
    text-align: center !important;
}

.navbar  img{
    margin-top: -20px !important;
    width: 60px !important;
}

.navbar-default {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.reseller-home-stat {
    font-family: "Open Sans", sans-serif;
    margin-top: 20px;
    background-color: white;
    box-shadow: 0px 2px 20px 2px rgba(0,0,0,0.1);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
}

.reseller-home-stat h2 {
    font-size: 20px;
    font-weight: 600;
    color: #686f87;
}

.reseller-home-stat h3 {
    font-size: 16px;
    font-weight: 500;
    color: #444;
    margin-top: 0px;
}

.reseller-stat-content {
    margin-top: 20px;
}

.progress {
    height: 4px !important;
    background-color: lightgray;
}

.progress-bar {
    border: 0px !important;
    box-shadow: none !important;
    background-color: #0059d3;
    vertical-align: bottom !important;
}

.progress-stat {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
}

.client-list {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 16px;
    padding-right: 16px;
    border: 1px solid gray;
    border-radius: 6px;
    font-family: "Open Sans", sans-serif;
    margin-top: 10px;
}

.client-list h4 {
    padding-bottom: 0;
    font-weight: 500;
    color: #686f87;
    font-size: 16px;
}

.client-list h5 {
    padding-top: 0;
    margin-top: -20px;
    color: gray;
}

a {
    text-decoration:  none !important;
}

.m-1 {
    margin: 5px;
}

.m-4 {
    margin: 20px;
}

.bluey {
    color: #0058D3;
}

@media (max-width: 1150px) {
    .left-side {
        float: none;
        width: 100%;
    }

    .right-side {
        display: none !important;
    }

    .content {
        max-width: unset;
        width: unset;
        margin-left: 30px;
        margin-right: 30px;
    }

    .left-side img {
        padding-left: 20px;
    }
}

@media (max-width: 1150px ) and (min-width: 650px){

    .left-side img {
        padding-left: 40px;
    }

    .content {
        margin-left: 20%;
        margin-right: 20%;
    }
}

@media (max-width: 1199px) {
    #sidebar {
        display: none !important;
    }
}