input[type='password'] {
    display: block;
    margin-left: 60px;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 70%;
    /*height: 34px;*/
    padding: 6px 12px;
    font-size: 14px !important;
    /*line-height: 1.428571429;*/
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-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;
}
.qurcode {
    width: 100px;
    height: 100px;
}

.logoLogin {
    float: left;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    padding: 0 10px;
    width: 220px;
    font-family: 'Montserrat', cursive;
    text-transform: uppercase;
    font-weight: 500;
    height: 50px;
    display: block;
}

.loginbtn {
    margin: 0;
    width: 77%;
    height: 40px;
    min-width: 180px;
    min-height: 28px;
    background: #f39c12;
    border: 1px solid #f39c12;
    margin-bottom: 10px;
    /*padding : 2px 10px 2px 10px;*/
    /*border-radius : 25px;
            -webkit-border-radius : 25px;
            -moz-border-radius : 25px;*/
    color: #fff;
}

input[type='text'] {
    display: block;
    margin-left: 60px;
    width: 70%;
    /*height: 34px;*/
    padding: 6px 12px;
    font-size: 14px !important;
    /*line-height: 1.428571429;*/
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-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;
}

.loginbox {
    float: none;
    margin: 30px auto;
    min-height: 380px;
    width: 90%;
    -moz-border-radius: 150px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 70px #000;
    /* box-shadow: 0px 11px 80px 10px #000; */
    /* background-color: lightgoldenrodyellow; */
}

/*added by ram*/
.login-right img {
    /*background-image: url('../../Images/homePageImages/Fleet_Mobility_Home_Page.png');*/
    background-repeat: round;
    height: 500px;
    width: 100%;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    .login-right {
        margin-top: 30px;
    }
    .login-right img {
        background-repeat: round;
        height: auto;
        width: 100%;
        margin-bottom: 75px;
    }
}


    @media only screen and (max-width: 576px) {
        .g-recaptcha {
            transform: scale(0.74);
            transform-origin: 0 0;
        }

        .login-right {
            margin-bottom: 30px;
        }
        .login-right img {
            background-repeat: round;
            height: auto;
            width: 100%;
            margin-bottom: 75px;
        }
    }