/* #styleBold #allmenu {
    margin-left: 10px !important;
} */

.main-widget {
    position: relative;
    width: calc(100% - 99px);
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(227,227,227,1) 50%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(227,227,227,1) 50%);
    background: linear-gradient(89deg, rgba(255,255,255,1) 50%, rgba(227,227,227,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e3e3e3",GradientType=1);
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    margin: 30px 50px;
    border-radius: 4px;
}

    .main-widget .inner-widget-left {
        position: relative;
        width: 100%;
        height: 540px;
        background: #e3e3e3;
        padding: 145px 30px 40px 30px;
        border-radius: 4px 0 35px 4px;
        text-align: center;
    }

        .main-widget .inner-widget-left img {
            width: 100px;
            margin-bottom: 35px;
        }

        .main-widget .inner-widget-left h2 {
            margin-bottom: 15px;
        }

        .main-widget .inner-widget-left h3 {
           color: #212121;
           margin-bottom: 45px;
        }

    .main-widget .inner-widget-right {
        position: relative;
        width: 100%;
        height: 540px;
        background: #ffffff;
        padding: 34px 38px 40px 38px;
        border-radius: 35px 4px 4px 0;
    }

        .main-widget .inner-widget-right img {
            height: 100px;
            display: none;
        }

        .main-widget .inner-widget-right h3 {
            margin-bottom: 25px;
        }

        .main-widget .inner-widget-right b, .main-widget .inner-widget-right label {
            display: inline-block;
            margin-bottom: 3px;
            font-family: 'OpenSans-Bold';
        }

        .main-widget .inner-widget-right .form-control {
            font-size: 13px !important;
            padding: 10px 12px 10px 30px !important;
            height: auto !important;
            border: 1px solid #9698D6;
        }

        .main-widget .inner-widget-right .block {
            width: 100%;
            margin-bottom: 25px;
        }

            .main-widget .inner-widget-right .block input[type=checkbox] {
                position: relative;
                top: 2px;
                margin-right: 3px;
            }

            .main-widget .inner-widget-right .block div {
                width: 100%;
                position: relative;
            }

                .main-widget .inner-widget-right .block div span {
                    position: absolute;
                    top: 13px;
                    left: 10px;
                    color: rgba(150, 152, 214, 0.6);
                }

                .main-widget .inner-widget-right .block .btn-sign-in {
                    text-transform: uppercase;
                    font-family: 'Roboto-Medium';
                    width: 240px;
                    height: 40px;
                    background: #337ab7;
                    color: #ffffff;
                    font-size: 13px;
                    text-align: center;
                    padding-top: 7px;
                }
         
                    .main-widget .inner-widget-right .block .btn-sign-in::before {
                        background: #265a88;
                    }

                    .main-widget .inner-widget-right .block .btn-sign-in i {
                        margin-right: 5px;
                    }

                    .main-widget .inner-widget-right .block .btn.software-demo {
                        display: none;
                    }

                    .main-widget .inner-widget-right .block .no-acc {
                        position: absolute;
                        bottom: 24px;
                        left: calc((100% - 210px) / 2);
                        color: #727272;
                        margin-top: 40px;
                    }

                        .main-widget .inner-widget-right .block .no-acc a {
                            text-transform: uppercase;
                        }

        .inner-widget-right .alert {
            padding: 5px 7px; 
            margin-bottom: 0; 
            position: relative; 
            top: -9px;
        }

        .inner-widget-right .alert.alert-dismissable .close, .alert-dismissible .close {
            position: absolute;
            top: 0;
            right: 4px;
            z-index: 3;
            outline: none;
        }

.btn.software-demo {
    width: 240px;
    height: 40px;
    background: #28A745;
    color: #ffffff;
    border: none;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Roboto-Medium';
    text-align: center;
    padding-top: 7px;
}

    .btn.software-demo::before {
        background: #208537;
    }

    .btn.software-demo i {
        margin-right: 5px;
    }

@media only screen and (max-width: 1360px) {
    .main-widget .inner-widget-right h3 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 950px) and (max-width: 1200px) {
    .main-widget {
        width: 100% !important;
        margin: 30px 0px !important;
    }
}

@media only screen and (max-width: 768px) {
    .main-widget .inner-widget-right .block .no-acc {
        position: relative;
        bottom: 0;
        left: 0;
    }
}

@media only screen and (min-width: 701px) and (max-width: 767px) {
    .main-widget {
        width: calc(100% - 20px);
        margin: 20px 10px;
    }

    .col-sm-6 {
        width: 50%;
        float: left;
    }

    .col-sm-6:first-child {
        margin-right: -1px;
    }
}

@media only screen and (min-width: 550px) and (max-width: 700px) {
    .main-widget .inner-widget-right .block .btn.software-demo {
        margin-top: 0 !important;
    }
}

@media only screen and (max-width: 700px) {
    .main-widget {
        width: 100%;
        box-shadow: none;
        background: #ffffff;
        margin: 20px auto;
    }

        .main-widget .col-lg-6.col-md-6.col-sm-6 {
            padding-left: 15px !important;
        }

        .main-widget .inner-widget-left {
            display: none;
        }

        .main-widget .inner-widget-right {
            height: auto;
            padding: 0 10px 0 10px;
            border-radius: 0;
        }

        .main-widget .inner-widget-right img {
            display: block;
            position: relative;
            left: calc((100% - 100px) / 2);
            margin-bottom: 25px;
        }

        .main-widget .inner-widget-right h3 {
            text-align: center;
        }

        .main-widget .inner-widget-right .block .btn.software-demo {
            display: inline-block;
            margin-top: 15px;
        }
}