body {
        color: #000;
        overflow-x: hidden;
        height: 100%;
        background-color: #B0BEC5;
        background-repeat: no-repeat;
    }

    .card0 {
        box-shadow: 0px 4px 8px 0px #757575;
        border-radius: 0px;
    }

    .card2 {
        margin: 0px 0px 0px 20px;
    }

    .logo {
        width: 200px;
        height: 100px;
        margin-top: 20px;
        margin-left: 35px;
    }

    .image {
        width: 360px;
        height: 280px;
    }

    .border-line {
        border-right: 1px solid #EEEEEE;
        padding-bottom: 180px;
    }

    .vertical-line{
        width: 1px; min-height: 100%; border-left: 1px solid #E0E0E0; position: absolute; left: -70%; margin-left: 300px; top: 0;
    }

    .facebook {
        background-color: #3b5998;
        color: #fff;
        font-size: 18px;
        padding-top: 5px;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        cursor: pointer;
    }

    .twitter {
        background-color: #1DA1F2;
        color: #fff;
        font-size: 18px;
        padding-top: 5px;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        cursor: pointer;
    }

    .linkedin {
        background-color: #2867B2;
        color: #fff;
        font-size: 18px;
        padding-top: 5px;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        cursor: pointer;
    }

    .line {
        height: 1px;
        width: 45%;
        background-color: #E0E0E0;
        margin-top: 10px;
    }

    .logo-line {
        height: 1px;
        width: 45%;
        background-color: #000;
        margin-top: 20px;
    }

    .or {
        width: 10%;
        font-weight: bold;
    }

    ::placeholder {
        color: #000;
        opacity: 1;
        font-weight: 300
    }

    :-ms-input-placeholder {
        color: #000;
        font-weight: 300
    }

    ::-ms-input-placeholder {
        color: #000;
        font-weight: 300
    }

    input:focus, textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #304FFE;
        outline-width: 0;
    }

    button:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        outline-width: 0;
    }

    a {
        color: inherit;
        cursor: pointer;
    }

    .btn-blue:hover {
        color: #fff;
        cursor: pointer;
    }

    .bg-blue {
        color: #fff;
        background-color: #1A237E;
    }

    @media screen and (max-width: 991px) {
        .logo {
            margin-left: 0px;
        }

        .image {
            width: 300px;
            height: 220px;
        }

        .border-line {
            border-right: none;
        }

        .card2 {
            border-top: 1px solid #EEEEEE !important;
            margin: 0px 15px;
        }

        .form-control
        {
            display:block;
            width:100%;
            height:85px;
            /*height:calc(1.5em + .75rem + 2px);
            padding:3.375rem .75rem;*/
            font-weight:400;
            line-height:75px;
            color:#495057;
            font-size: 45px;
            background-color:#fff;
            background-clip:padding-box;
            border:1px solid #000;
            border-radius:.25rem;
            transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
        }

        .form-group{
            margin-bottom: 2rem;
        }

        .btn-blue {
            background-color: #1A237E;
            width: 100%;
            padding: 2%;
            font-size: 44px;
            color: #fff;
            border-radius: 2px;
        }

        input[type=checkbox], input[type=radio]{
            transform: scale(4.5) !important;
        }

        .text-style{
            font-size: 40px;
        }
    }

    @media screen and (min-width: 992px)
    {
        .login-register {
            right: 30%;
        }

        .form-control
        {
            display:block;
            width:100%;
            height:34px;
            /*height:calc(1.5em + .75rem + 2px);
            padding:3.375rem .75rem;*/
            font-weight:400;
            line-height:34px;
            color:#495057;
            font-size: 14px;
            background-color:#fff;
            background-clip:padding-box;
            border:1px solid #000;
            border-radius:.25rem;
            transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
        }

        .btn-blue{
            background-color: #1A237E;
            width: 100%;
            padding: 2%;
            font-size: 14px;
            color: #fff;
            border-radius: 2px;
        }
    }