        img {
            /*width: 130px !important;*/
            max-height: 150px !important;
        }

        .login .content .form-control {
            background: rgba(221, 227, 236, 0.35);
            height: 35px;
            color: #8290a3;
            border: 1px solid #dde3ec !important;
        }
/*        .SignIn {
            border-left: 4px solid #36C6D3;
            height: 30px;
        }*/
        .form-control {
            background-color: white !important;
            border: none !important;
            border-bottom: 3px solid #ccc !important;
        }
        .form-title{
            color: #36c6d3;
        }
        .login .content h3 {
            font-size: 23px !important;
        }
        .outerDiv {
            background-color: #36c6d3;
            height: 452px;
            width: 100%;
            margin: 0px auto;
            padding: 1px;
        }

        .input-icon > i {
            margin: 10px 0px 0px 10px;
        }

        .btn-block,.btn {
            /*background-color: #36c6d3;*/
            color: white;
            height: 40px;
        }
        .form-group {
            margin-left: 24px;
            margin-right: 24px;
        }
        .leftDiv {
            background-color: #36C6D3;
            color: white;
            height: 450px;
            width: 40%;
            float: left;
        }

        .rightDiv {
            background-color: white;
            height: 450px;
            overflow: scroll;
            overflow-x: hidden;
            width: 60%;
            float: right;
            padding-top: 100px;
            padding-left: 55px;
        }

        ::-webkit-scrollbar {
            display: none;
        }

        .redius {
            border-radius: none;
        }

        .login .content .form-control {
            background: rgba(221, 227, 236, 0.35);
            height: 35px;
            color: #8290a3;
            border: 1px solid #dde3ec;
        }

        .margin {
            margin-left: 55px;
        }

        .form-login {
            border: 1px solid #36c6d3;
            padding: 7%;
            width: auto;
        }

        .custom-bgcolor {
            background-color: #36c6d3 !important;
        }

        .custom-color {
            color: #36C6D3 !important;
        }

        .btn .btn-block .custom-bgcolor{color:white;}
