﻿.isometric-background {
    top: 20% !important;
    right: -15% !important;
    left: unset !important;
    width: 55vw !important;
    height: 33.733vw !important;
    background-color: #2993f8;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.body-content {
    width: 100% !important;
    background: linear-gradient(to right, #2D3544 0%,#2D3544 40%,#35A5F9 40%,#35A5F9 100%) !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

    .body-content .login-logo {
        position: fixed;
        left: 2.3%;
        top: 4.6%;
        width: calc(17.7vw);
        height: calc(17.7vw / 6.37);
        background-image: url('images/timestone_logo_dark.svg');
        background-repeat: no-repeat;
        background-size: contain;
    }

    .body-content .login-quote {
        position: fixed;
        left: 5%;
        top: 42%;
    }

        .body-content .login-quote h1 {
            color: #38E5AC;
            font-size: 2.15vw;
        }

        .body-content .login-quote p {
            color: white;
            font-size: 1.6vw;
        }

    .body-content .login-wrapper {
        position: fixed;
        left: 40%;
        top: 50%;
        transform: translate(-35%, -52%);
        background-color: white;
        border-radius: 20px;
        width: 350px;
        height: 520px;
        padding-left: 55px;
        padding-top: 40px;
        padding-right: 55px;
    }

        .body-content .login-wrapper h2 {
            font-size: 37px;
            color: #3C465E;
            font-weight: 500;
            margin-bottom: 40px;
        }

        .body-content .login-wrapper label {
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 14px;
            color: #3BA8F9;
            padding: 0;
            display: block;
            font-weight: 400;
        }

        .body-content .login-wrapper input[type=text], input[type=password] {
            border: 1px solid grey;
            width: 100%;
            margin-bottom: 20px;
            height: 60px;
            border-radius: 5px;
            padding-left: 17px;
            font-size: 17px;
            font-weight: 500;
        }

        .body-content .login-wrapper .checkbox label {
            text-transform: uppercase;
            margin-left: 20px;
            display: inline;
        }

        .body-content .login-wrapper input[type=submit] {
            border: none;
            width: 60%;
            margin-top: 20px;
            margin-bottom: 10px;
            height: 50px;
            border-radius: 5px;
            font-size: 20px;
            font-weight: 400;
            background-color: #35A5F9;
            color: white;
            letter-spacing: 2px;
        }

        .body-content .login-wrapper input[type=button] {
            border: none;
            width: 100%;
            margin-top: 20px;
            margin-bottom: 10px;
            height: 50px;
            border-radius: 5px;
            font-size: 16px;
            font-weight: 400;
            background-color: #35A5F9;
            color: white;
            letter-spacing: 2px;
        }
