﻿body {
}
input[type="email"], input[type="password"], input[type="text"], input[type="number"],textarea,#ddlcourse {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px;
    color: rgb(153, 153, 153);
    font-size: 13px;
    height: 40px;
    margin-bottom: 20px;
    padding-left: 20px;
    width: 100%;
    background: none 0px 0px repeat scroll rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    font-family:FontAwesome;
}


 span:hover {
        color:red;
    }

.cre:hover {
    color:red;
}
.fa-lock {
    -webkit-transform:rotate(180);
}
a {
    text-decoration:none;
    cursor:pointer;
}
    a:hover {
 text-decoration:none;
    }
