﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}



/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  /*  max-width: 280px;*/
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

 span.k-widget.k-dropdown.k-header > :last-child :not(.valid) {
        border: yellow;
        border-width: 1px;
        border-style: solid;
    }
body.login-bg-dark {
    margin: 0;
    padding: 0;
    background: url('../Images/loginbg.jpg') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}


/*login form start*/
.card.card-login {
    width: auto;
    max-width: 500px;
    display: block;
    position: relative;
    z-index: 5;
    background: #FFF;
    border: 1px solid #1c2431;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    margin: 0 auto;
}
    .card.card-login .card-header {
        text-align: center;
        background-color: #1c2431;
        padding: 20px 0 5px 0;
    }
        .card.card-login .card-header span {
            font-size: 13px;
            line-height: 16px;
            color: #FFF;
            /*text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);*/
        }
    .card.card-login .card-body {
        padding: 2rem 3rem;
    }
.card-login .form-control {
    padding: 0.80rem 2.9rem;
}
/*.card-login .form-control.username {
   
}
.card-login .form-control.password {
}*/

    /*.card.card-login .card-footer {
        padding: 25px 30px 40px 30px;
        overflow: auto;
        text-align: center;
        background: #d4dedf;
        border-top: 1px solid #fff;
        box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
        -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
        -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
    }*/
.card.card-login .card-body form button {
    padding: 18px 110px;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 0px 1px 0 #7ec4f8;
    background: #01aef0;
    border: 1px solid #dad1cc;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: inset 0 0 2px #7ec4f8;
    -moz-box-shadow: inset 0 0 2px #7ec4f8;
    -webkit-box-shadow: inset 0 0 2px #7ec4f8;
}
    .card.card-login .form-group {
        position:relative;
    }
.wrapper-login:before {
    content: "\f2be";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 64px;
    position: absolute;
    top: -12%;
    background-color: #2a99c7;
    left: 42%;
    z-index: 6;
    border-radius: 50%;
    padding: 0px;
    line-height: 1;
    border: 1px solid #9ba4ad;
}
.card .form-group:nth-of-type(2):before {
    background-image: url(../Images/user.png);
    background-repeat: no-repeat;
    background-size: 54px;
    content: "";
    width: 54px;
    height: 54px;
    z-index: 9999;
    position: absolute;
    left: -4%;
    top: -10%;
}
.card .form-group:nth-of-type(3):before {
    background-image: url(../Images/lock.png);
    background-repeat: no-repeat;
    background-size: 54px;
    content: "";
    width: 54px;
    height: 54px;
    z-index: 9999;
    position: absolute;
    left: -4%;
    top: -7%;
}
.wrapper-login {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    margin-top: 28.7vh;
}

.user-icon {
    top: 202px;
    background: rgba(65,72,72,0.75);
    padding: 0px 0 0 1px;
    color: #FFF;
    font-size: 24px;
    display:none;
    position: absolute;
    text-align: center;
    width: 50px;
    height: 37px;
    border-radius: 7px 0px 0px 7px;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.pass-icon {
    top:265px;
    background: rgba(65,72,72,0.75);
    padding: 0px 0 0 1px;
    color: #FFF;
    font-size: 24px;
    display: none;
    position: absolute;
    text-align: center;
    width: 50px;
    height: 37px;
    border-radius: 7px 0px 0px 7px;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
@media only screen and (max-width: 575.98px) {
    .display-full {
        float: none !important;
        width: 100% !important;
        margin: 0 auto !important;
    }

    .card.card-login .card-body form button {
        padding: 8px 19px;
        font-size: 14px;
        font-weight: normal;
    }

    .wrapper-login {
        margin-top: 50%;
    }

    .card .form-group:nth-of-type(1):before {
        background-size: 35px;
        width: 40px;
        height: 40px;
    }

    .card .form-group:nth-of-type(2):before {
        background-size: 35px;
        width: 40px;
        height: 40px;
    }

    .card-login .form-control {
        padding: 0.30rem 1.9rem;
    }
    body.login-bg-dark {
        margin: 0;
        padding: 0;
        background: url(../Images/loginbg.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: inherit;
    }
    }

    @media only screen and (max-width: 480px) {
        .display-full {
            float: none !important;
            width: 100% !important;
            margin: 0 auto !important;
        }

        .card.card-login .card-body form button {
            padding: 8px 19px;
            font-size: 14px;
            font-weight: normal;
        }

        .wrapper-login {
            margin-top: 50%;
        }

        .card .form-group:nth-of-type(1):before {
            background-size: 35px;
            width: 40px;
            height: 40px;
        }

        .card .form-group:nth-of-type(2):before {
            background-size: 35px;
            width: 40px;
            height: 40px;
        }

        .card-login .form-control {
            padding: 0.30rem 1.9rem;
        }
    }   