.left_side
{
    margin: 35px 0px;
}
.right_side
{
    margin: 35px 0px;
}

.input_side{
    margin-bottom: 0px;
    margin-top: -60.5px;
    margin-left: 76% !important;
}
p {
    color: #eaeaea;

}
.btm{
    margin-top: 16%;
}
.input_side1{
    margin-bottom: 0px;
    margin-left: 185px;
    height: 34.5px;
    border-radius: 0px 5px 5px 0px !important;
    margin-top: -59.7px;
}
.container1 {

    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #bdbdbd;
}

/* Hide the browser's default checkbox */
.container1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 1px;
    left: 15px;
    height: 18px;
    width: 18px;
    border-radius: 3px;
    background-color: #c8c0c0;
}

/* On mouse-over, add a grey background color */
.container1:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container1 input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container1 input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container1 .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.img{
    max-width: 58%;
    margin-left: 100px;
    margin-top: 86px;
}
.text
{
    margin: 10px 0px 10px 0px;
    padding-bottom: 15px;
    font-size: 10px;
    font-weight: 700;
    color: #bdbdbd;
    margin-left: -9px;
}
.sign
{
    margin: 15px 0px 0px 0px;
    padding-bottom: 17px
}
.logo{
    margin-top: 12%;
    margin-bottom: 7%
}

.mrg-auto {
    margin: 0 auto;
    display: flex
}

.login-footer {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {

    .input_side1{
        margin-left: 212px !important;
        height: 34.5px;
    }
    .logo{
        margin-top: 40%;
        margin-bottom: 15%
    }
    .login-footer {
        width: 90%;
    }
}


/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
    /* STYLES GO HERE */
    .mrg-left
    {
        margin-left: 160px !important;
    }
    .input_side1 {
        margin-left: 279px !important;
    }
    .right_side
    {
        border-radius:25px !important;
    }

}


/* Desktops and laptops ----------- */
@media only screen
and (min-device-width : 1025px)
and (max-device-width : 1199px){
    /* STYLES GO HERE */

    .input_side1 {
        margin-bottom: 0px;
        margin-left: 169px;
        height: 34.5px;
        border-radius: 0px 20px 20px 0px !important;
        margin-top: -58.7px;
    }

}
@media only screen
and (min-device-width : 992px)
and (max-device-width : 1199px) {
    /* STYLES GO HERE */
    .mrg-left
    {
        margin-left: 0px !important;
    }
    .input_side1 {
        margin-left: 135px !important;
    }
    .input_side{
        margin-left: 180px !important;
    }
    .right_side
    {
        border-radius:25px !important;
    }

}
/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
    /* STYLES GO HERE */
}



