﻿a, button {
    transition: all 0.4s ease-in-out 0s;
    text-decoration: none !important;
}

    a:focus {
        outline: none;
    }

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    font-weight: normal;
}

ul {
    padding: 0;
    margin: 0;
}

body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #333;
}

#login-page {
    position: relative;
}

.landing-bg::before {
    background-image: url(../uploads/login-bg.jpg);
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    filter: blur(3px);
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.color-overlay {
    background: rgba(0,0,0,0.6);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    overflow: auto;
}

.login-form {
    text-align: center;
    max-width: 330px;
    width: 100%;
    padding: 15px;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

    .login-form h2 {
        color: #fff;
        font-size: 28px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .login-form p {
        font-size: 13px;
        color: #fff;
        line-height: 18px;
        font-weight: 300;
    }

    .login-form input[type=submit] {
        margin-top: 10px;
    }

.loign-f1 p {
    margin-bottom: 20px;
}

    .loign-f1 p a {
        margin-top: 10px;
        color: #fff;
        display: inline-block;
    }

.uims-logo {
    margin-bottom: 15px;
}

    .uims-logo img {
        width: 170px;
    }

input[type=text], select, input[type=password] {
    height: 38px;
    width: 100%;
    border-radius: 30px;
    background-color: rgba(255,255,255,0.5);
    border: 0;
    padding: 0 20px;
    color: #000;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    border: 1px solid #ddd;
}

    input[type=text]:focus, select:focus, input[type=password]:focus {
        background-color: #fff;
        color: #000;
        outline: none;
        border: 0;
    }

input[type=submit] {
    height: 38px;
    width: 100%;
    border-radius: 30px;
    background: #e10f0f;
    border: 0;
    padding: 0 15px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

    input[type=submit]:hover,
    input[type=submit]:focus {
        background-color: #3f51b5;
        color: #fff;
    }

input:focus {
    outline: none;
    border: 0;
}

.login-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255,255,255,0.4);
    opacity: 1; /* Firefox */
}

.login-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255,255,255,0.4);
}

.login-form input::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(255,255,255,0.4);
}

.login-form input:focus::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #666;
    opacity: 1; /* Firefox */
}

.login-form input:focus:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #666;
}

.login-form input:focus::-ms-input-placeholder { /* Microsoft Edge */
    color: #666;
}


.user-ico {
    background-image: url(../uploads/user-ico.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 95% center;
}

.password-ico {
    background-image: url(../uploads/password-ico-d.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 94% center;
}

.user-ico-d {
    background-image: url(../uploads/user-ico-d.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 95% center;
    margin-bottom: 10px;
    height: 38px;
    display: block;
    line-height: 38px;
    border-radius: 30px;
    border: 1px solid #ddd;
    text-align: left;
    padding: 0 20px;
    color: #666 !important;
    cursor: not-allowed;
}

.calendar-ico {
    background-image: url(../uploads/calendar-ico.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 95% center;
    margin-bottom: 10px;
}




.filled {
    background-color: #fff !important;
    color: #333 !important;
    opacity: 1 !important;
}


#user-pswd {
    display: none;
}

/*input[type=text], select, input[type=password] {
    border: 1px solid #ddd;
}*/

input[type=text]:focus, select:focus, input[type=password]:focus {
    border: 1px solid #ddd !important;
}

.modal-dialog {
    width: 480px;
    margin: 30px auto;
}

.modal-header {
    background: #333;
}

    .modal-header h4 {
        color: #fff;
    }

.modal-open .modal {
    background: rgba(255,255,255,0.9);
}

.modal-content {
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border: 0;
}

.modal-header .close {
    margin-top: -2px;
    box-shadow: none;
    color: #fff;
    opacity: 1;
}

.reco-btn {
    margin-top: 10px;
}

label {
    text-align: center;
}

.modal-body p {
    text-align: center;
    padding: 0px 29px 15px;
}


.textbox_trans {
    top: 8px;
    color: rgba(0, 0, 0, 0.38);
    font: 400 16px;
    left: 20px;
    pointer-events: none;
    position: absolute;
    text-align: left;
    transform-origin: left bottom -10px;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: color, bottom, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    z-index: 11111;
}

.divForgotPassword {
    z-index: 11;
}

div[id*="CalendarExtender"] {
    z-index: 999999999 !important;
    padding: 2px;
}

.ui-widget-header .ui-icon {
    background-image: url(../../images/ui-icons_444444_256x240.png) !important;
}

.ui-datepicker-year, .ui-datepicker-month {
    border-radius: 4px;
    background: #fff;
    padding: 0 10px;
    height: 22px;
    font-size: 12px !important;
}

#rfvDOB, #RequiredFieldValidator2, #revNewPasswordF, #rfvNewPasswordF, #revReNewPasswordF, #rfvReNewPasswordF, #cvReNewPasswordF {
    position: absolute;
    top: -2px;
    right: -2px;
    color: red;
}

#txtReNewPasswordF {
    margin: 10px 0;
}

#trDOB {
    position: relative;
}

#trChangePassword1, #trChangePassword2, #trOTP {
    position: relative;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
    color: green;
}

    .valid:before {
        position: relative;
        left: -5px;
        content: "✔";
    }

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
    color: red;
}

#message p {
    text-align: left;
    padding: 1px 5px;
    font-size: 12px;
}

#message h5 {
    margin: 15px 0 5px;
}

.invalid:before {
    position: relative;
    left: -5px;
    content: "✖";
}

.modal {
    background: rgba(255,255,255,0.9);
}

.div_redirection select {
    margin: 0 10px;
    width: 48%;
    display: inline-block;
}

@media only screen and (max-width:567px) {
    .modal-dialog {
        width: 300px;
    }

    .modal-body p {
        padding: 0 0 15px;
    }

    .div_redirection select {
        width: 35%;
    }
}


input:focus {
    outline: none !important;
    border: 0 !important;
    box-shadow: none !important;
}
