
body{
font-family:Arial, Helvetica, sans-serif; background-color:#eff5f5;
}

#mndiv{
margin-bottom:60px;
}

h2 {
    width: 30%;
    margin-top: 80px;
    color: #3CBC8D;
    border-bottom: 1px solid #94b8b8;
}

#footer {
    padding: 10px;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 20px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

input[type=text], input[type=password] {
    width: 26%;
    padding: 14px 15px 15px 50px;
    margin: 8px 0;
    border-radius: 4px;
    border-style: solid;
    border-width: thin;
    display: inline-block;
}
/*
#ExamName {
    width: 30%;
    padding: 12px 20px;
    margin: 8px 0;
    border-radius: 4px;
    border-style: solid;
    border-width: thin;
}
*/
input:focus {
    outline: none !important;
    border-color: #94b8b8;
    box-shadow: 0 0 1px #719ECE;
}

input[type=submit] {
    width: 30%;
    padding: 12px 20px;
    margin: 8px 0;
    border: none;
    background-color: #3CBC8D;
    border-radius: 4px;
    color: white;
    font-family: initial;
    font-size: 16px;
    font-weight: bold;
}

.inputContainer i {
    position: absolute;
}

.inputContainer {
    width: 100%;
}

.icon {
    padding: 22px;
    color: grey;
    text-align: left;
}

#icons {
    margin-top: 22px;
    margin-left: -30px;
}
