﻿.loginbg {
    /*background-image: url('/assets/images/bgimg.jpg');*/
    background-image: url('../../assets/images/Lms-sign-up.jpg') !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.logo-img {
    background-image: url('/assets/images/BenchStep_Logo.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 6px 12px;
}

/*.form-control {
    display: block;
    width: 100%;
    height: 39px !important;
    padding: 6px 12px;
    font-size: 17px !important;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    font-family: Arial;
    margin-left: 69px;
    border: 1px solid #ccc;
            border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
            -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}*/

    .form-control password {
        display: block;
        width: 80%;
        height: 50px !important;
        padding: 6px 12px;
        font-size: 17px !important;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        font-family: Arial;
    }

/*.login_btn {
    background: #814997 !important;
    color: white !important;
    width: 111%;
    font-weight: 500;
    border: 3px solid black !important;
    padding: 6px 12px !important;
    margin-left: -91px;
    margin-right: -91px;
}*/
