﻿body {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    letter-spacing: 0.05rem;
    background: #f7f7f7;
}


    body.login-body {
        background-image: url('../images/loginbackgroungimage.png');
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 0;
    }

.login-box {
    padding: 38px 20px 14px 20px;
    background: #ffffffa3;
    position: absolute;
    opacity: inherit;
    width: 21%;
    height: auto;
    top: 42%;
    left: 39.5%;
    text-align: center;
    border: 1px solid #eaeaea;
}

.input-div {
    position: relative;
}

    .input-div .fa {
        position: absolute;
        left: 0;
        top: 10px;
        color: black;
    }

.login-error {
    position: absolute;
    color: red;
    left: 0;
    top: 100%;
}
.login-box input[type="text"] {
    background: none;
    padding-left: 16px;
    color: #000;
    border-bottom: 1px solid grey;
    margin-bottom: 20px;
}

.login-box input[type="password"] {
    background: none;
    padding-left: 16px;
    color: #000;
    border-bottom: 1px solid grey;
    margin-bottom: 20px;
}
::placeholder{
    color:#000 !important; 
    font-weight: 100 !important;
}

.login-box img {
    width: 120px;
    height: 90px;
}

.login-box h3 {
    color: #000;
    text-align: center;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

    .login-box h3:before {
        width: 40px;
        height: 4px;
        background: #f3c800;
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        content: "";
        bottom: 0px;
    }

.login-btn {
    border-radius: 0;
    border: 0;
    background: #00adee;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 6px 6px;
    width: 170px;
    text-align: center;
    margin: 0px auto;
    font-size: 20px;
    margin-bottom: 7px;
}

.login-box .form-group {
    margin-bottom: 1rem;
}

.login-box .form-control {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    padding-left: 0;
}

    .login-box .form-control:focus {
        box-shadow: none;
        outline: none;
    }

.forgot-link {
    color: black;
    font-size: 14px;
    float: none;
    margin: 15px 0 10px;
    font-weight: 600;
}

    .forgot-link:hover {
        color: black;
    }

.login-box input[type="text"].form-control::-webkit-input-placeholder,
.login-box input[type="password"].form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
}

.login-box input[type="text"].form-control::-moz-placeholder,
.login-box input[type="password"].form-control::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
}

.login-box input[type="text"].form-control:-ms-input-placeholder,
.login-box input[type="password"].form-control:-ms-input-placeholder { /* IE 10+ */
    color: #000;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
}

.login-box input[type="text"].form-control:-moz-placeholder,
.login-box input[type="password"].form-control:-moz-placeholder { /* Firefox 18- */
    color: #000;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
}

.acc-have {
    color: #8e8e8e;
    text-transform: uppercase;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin-top: 0px;
   
}

    .acc-have a {
        font-weight: bold;
        color: #f3c800;
    }
@media screen and (max-width: 1400px) and (min-width: 1366px) {
    .login-box {
        padding: 18px 20px 14px 20px;
        background: #ffffffa3;
        position: absolute;
        opacity: inherit;
        width: 30%;
        height: auto;
        top: 31%;
        left: 35%;
        text-align: center;
        border: 1px solid #eaeaea;
    }
}
.forgotPage .btn-primary {
    background: #00adee !important;
    color: #fff !important;
    border-color: #00adee !important;
    border-radius: 0;
    margin: 16px 5px 0;
}
.forgotPage.login-box {
    padding: 35px 20px 30px 20px !important;
    position: inherit;
    opacity: inherit;
    width: 30%;
    height: auto;
    top: inherit;
    left: inherit;
    margin: 0 auto;
}
.forgotPage.login-box .input-div span {
    margin-top: -10px;
    color: red;
        display: block;
}