@charset "utf-8";
/* CSS Document */
body {
    text-align: center;
    margin-top: 150px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 36px;
    background: url(main_bg.png?1526644426) #ccc;
    /*background:url("customlab-gr.jpg") no-repeat center center fixed;
   
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;*/

}

* {
    margin: 0;
    padding: 0;
}

#login-form {
    margin-top: 70px;

}

table {
    border: solid #dcdcdc 1px;
    background-color: #FFFFFF;
    padding: 25px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    width: 35%;
}

@media (max-width: 767px) {
    table {
        border: solid #dcdcdc 1px;
        background-color: #FFFFFF;
        padding: 25px;
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
        width: 80%;
    }
}

@media (max-width: 1023px) {
    table {
        border: solid #dcdcdc 1px;
        background-color: #FFFFFF;
        padding: 25px;
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
        width: 50%;
    }
}

table tr, td {
    padding: 15px;
/ / border: solid #e1e1e1 1 px;
}

table tr td input {
    width: 97%;
    height: 45px;
    border: solid #e1e1e1 1px;
    border-radius: 3px;
    padding-left: 10px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    background: #f9f9f9;
    transition-duration: 0.5s;
    box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.4);
}

table tr td button {
    width: 100%;
    height: 45px;
    border: 0px;
    background: rgba(12, 45, 78, 11);
    background: -moz-linear-gradient(top, #595959, #515151);
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(1, 0, 0, 0.2);
    color: #f9f9f9;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 18px;
    font-weight: bolder;
    text-transform: uppercase;
}

table tr td button:active {
    position: relative;
    top: 1px;
}

table tr td a {
    text-decoration: none;
    color: #00a2d1;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 18px;
}

/* css for home page  */

* {
    margin: 0;
    padding: 0;
}

#header {
    width: 100%;
    height: 60px;
    background: rgba(00, 11, 22, 33);
    color: #9fa8b0;
    font-family: Verdana, Geneva, sans-serif;
}

#header #left {
    float: left;
    position: relative;
}

#header #left label {
    position: relative;
    top: 5px;
    left: 100px;
    font-size: 35px;
}

#header #right {
    float: right;
    position: relative;
}

#header #right #content {
    position: relative;
    top: 20px;
    right: 100px;
    color: #fff;
}

#header #right #content a {
    color: #00a2d1;
}

#register .short {
    font-weight: bold;
    color: #FF0000;
    font-size: smaller;
}

#register .weak {
    font-weight: bold;
    color: orange;
    font-size: smaller;
}

#register .good {
    font-weight: bold;
    color: #2D98F3;
    font-size: smaller;
}

#register .strong {
    font-weight: bold;
    color: limegreen;
    font-size: smaller;
}


/* css for home page */

/*
 * Component: alert
 * ----------------
 */
.alert {
    border-radius: 3px;
}

.alert h4 {
    font-weight: 600;
}

.alert .icon {
    margin-right: 10px;
}

.alert .close {
    color: #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.alert .close:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.alert a {
    color: #fff;
    text-decoration: underline;
}

.alert-success {
    border-color: #008d4c;
}

.alert-danger,
.alert-error {
    border-color: #d73925;
}

.alert-warning {
    border-color: #e08e0b;
}

.alert-info {
    border-color: #00acd6;
}

.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
    background-color: #f39c12 !important;
}

.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info {
    color: #fff !important;
}

.alert {
    border-radius: 3px;
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

/*2FA UPDATE STYlES*/
#digit-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 270px;

}

.digit-holder {
    border: none;
    height: 50px;
    width: 40px;
    font-size: 25px;
    font-weight: bold;
    padding: 0 10px;
    text-align: center;
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 2px solid #000;

}

/*2FA UPDATE STYlES*/


.text-danger {
    color: brown;
}

.text-info {
    color: green;
}