﻿.content.mt-3.container {
    overflow: auto;
    padding: 15px 20px 25px 20px;
    margin: 35px auto 15px auto;
    margin-top: 35px;
    height: auto;
    min-height: 100%;
    box-sizing: border-box;
    text-align: center;
    background: #f7f7f7;
    width: 470px;
    max-width: 90%;
    border: 1px solid #e1e1e1;
}

.content .car-h5 {
    width: 100%;
    text-align: center;
    font-size: 25px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    line-height: 25px;
    margin-top: 5px;
    font-weight: 700;
    font-family: sans-serif;
}

.form-group {
    width: 100%;
    text-align: left;
}

    .form-group input::placeholder {
        opacity: 1;
        color: #595959;
    }

    .form-group input {
        font-size: 15px;
        padding: 3px 13px;
        width: 100%;
        margin: 0px;
        background: #fff;
        border-radius: 3px;
        opacity: 1;
        color: #333;
        height: 43px;
        border: 1px solid #7b7b7b;
        font-weight: 500;
        font-family: lato, sans-serif;
        letter-spacing: 0.5px;
        box-sizing: border-box;
    }

    .form-group .trouble-login {
        color: #302F2F;
        font-size: 14px;
        margin-top: 3px;
        display: inline-block;
        text-decoration: none;
    }

.form-group {
    margin-bottom: 1rem;
}

.submit-box {
    width: 100%;
    text-align: left;
}

    .submit-box .submit-button {
        width: 100%;
        display: block;
        background: #df393e;
        color: #fff;
        border-radius: 3px;
        border: 1px solid #df393e;
        padding: 2px 10px !important;
        font-size: 16px !important;
        line-height: 17px !important;
        height: 40px !important;
        margin: 0 auto;
        letter-spacing: 0.7px;
        cursor: pointer;
        font-weight: 600;
    }

        .submit-box .submit-button:hover {
            border: 1px solid #d8161e;
            background: #fff;
            color: #d8161e;
        } 

*:focus {
    outline: none;
}

/*Added by Dinesh Singh*/

.forgot-sec {
    width: 100%;
    background: #fff;
    padding: 15px 12px;
    box-shadow: 1px 3px 5px #0000004F;
    box-sizing: border-box;
    margin-bottom: 20px;
}

    .forgot-sec .submit-box .submit-button {
        width: 141px !important;
        padding: 2px !important;
        font-size: 14px !important;
        background: #444;
        border: 1px solid #444;
        height: 37px !important;
    }

    .forgot-sec p {
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        color: #4d4d4d;
        margin-bottom: 8px;
    }

.inputemail{
    width:100%;
}

.text-box {
    width: 100%;
    padding: 5px 0px 15px 0px;
    box-sizing: border-box;
    float: none;
}
