﻿.glyphicon-remove {
    color: red;
}

.glyphicon-ok {
    color: green;
}

.errorMsg {
    color: red;
    margin-bottom: 10px;
    display: none;
}

input[type=”text”] {
    
}

.clsdel {
    width: 20px;
    height: auto;
}

.imageThumb {
    width: 50px;
    height: auto;
}

#main .error {
    color: red
}

#resendForm .error {
    color: red
}

#forgotPasswordForm .error {
    color: red
}

.imageThumb {
    margin: 2px 2px 2px 2px;
}

input[type="file"] {
    display: none;
}


.custom-file-upload {
    color: #fff;
    background-color: rgb(0, 167,115);
    margin-top: 1px;
    margin-bottom: 1px;
    border-color: #fff;
    border-radius: 4px;
    border-style: none;
    overflow: hidden;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

#overlay {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*display: none;*/
}

#signup td{
 padding: 0.5em;
 color: black;
}