﻿.signin_box {
    width: 500px;
    height: auto;
    background: #fff;
    box-sizing: border-box;
    padding: 50px 50px;
    border-radius: 2px;
    transition: all .1s ease-in-out;
    float: left;
    overflow-y: auto;
    display: table-cell;
    border-right: 2px solid #f1f1f1;
}

.zoho_logo {
    display: block;
    margin-bottom: 40px;
    height: 80px;
    width: auto;
}

.darkmode .zoho_logo {
    background-image: url('https://static.zohocdn.com/iam/v2/components/images/newZoho_logo_dark.aed96a3461d2b82c4145185f95c4b491.svg');
}

@media (min-width: 600px) and (max-width: 1024px) {
    .signin_box {
        width: 100%;
        border-right: none;
    }
}

@media only screen and (max-width: 600px) {
    .signin_box {
        width: 100%;
        padding: 0px 30px;
        height: auto;
        border-right: none;
    }
}

body {
    margin: 0px;
}

.load-bg {
    top: 0px
}

.darkmode .load-bg {
    background-color: #191A23
}

.line_loader {
    transform: scale(1);
}


<!-- -New slide show-- >
input {
    font-family: 'Open Sans';
}


* {
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans';
}

.mySlides {
    display: none;
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Caption text */
.text {
    color: #000;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}
.bg_one {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-image: url('../img/bg.49756b7c711696d95133fa95451f8e13.svg');
    background-size: cover;
    z-index: -1;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}
