﻿/* @font-face
{
	font-family:'FontAwesome';
} */
.demo-container {
    background-size: cover !important;
    background-repeat: no-repeat;
    height: 100vh;
    background: linear-gradient(#667eea, #764ba2);
}

.login {
    margin: 0 !important;
}

.loginform {
    padding: 24px;
    width: 350px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 15px;
    border-radius: 10px;
    background: linear-gradient(100deg, rgba(220, 157, 62, 0.8), rgba(249, 71, 173, 0.8), rgba(87, 13, 144, 0.8));
}

    .loginform .dx-field-value {
        width: 100% !important;
        margin: 10px 0;
    }

    .loginform .dx-texteditor.dx-editor-outlined {
        background-color: transparent !important;
        border-radius: 0 !important;
        border: 0 !important;
    }

    .loginform .dx-texteditor-input {
        background-color: transparent !important;
        color: #fff !important;
        border-radius: 0 !important;
    }

.dx-field-value.loginTxt {
    border-bottom: 1px solid #FFF;
}

.loginform .dx-placeholder {
    color: #fff !important;
}

#txtLoginID .dx-texteditor-container::before {
    content: "\f02d";
    font: 14px/1 DXIcons;
    text-decoration: inherit;
    height: 15px;
    color: #fff;
    padding: 0 2px;
}

#txtPassword .dx-texteditor-container::before {
    content: "\f033";
    font: 14px/1 DXIcons;
    text-decoration: inherit;
    height: 15px;
    color: #fff;
    padding: 0 2px;
}

#txtForgotLoginID .dx-texteditor-container::before {
    content: "\f02d";
    font: 14px/1 DXIcons;
    text-decoration: inherit;
    height: 15px;
    color: #fff;
    padding: 0 2px;
}

.dev-error .dx-validationsummary-item-content {
    border: 0 !important;
    color: #000 !important;
    font-weight: 500;
    background-color: #ffcc42;
    padding: 5px 10px 5px 10px;
}

.loginform .dx-show-clear-button .dx-icon-clear {
    color: #fff !important;
}

.btnSubmit {
    width: 100%;
}

.dx-button-has-text .dx-button-content {
    padding: 7% !important;
}

.text-center {
    text-align: center;
}

.forgot {
    width: 100%;
    display: flex;
    align-items: center;
}

#withText {
    width: 45% !important;
}

.loginform .dx-checkbox-text {
    color: #fff;
    font-size: 13px;
}

.loginform .dx-checkbox-icon {
    width: 15px !important;
    height: 15px !important;
}

.loginform .dx-checkbox-checked .dx-checkbox-icon {
    font-size: 11px !important;
    line-height: 18px !important;
}

.chrysalislink {
    width: 55% !important;
    text-align: right !important;
}

    .chrysalislink a {
        font-size: 13px;
        color: #fff;
    }

@media screen and (max-width: 380px) {
    .loginform {
        width: 255px !important;
    }
}

.error {
    background-color: #ffcc42;
    color: #000;
    font-weight: 500;
    padding: 5px 10px 5px 10px;
}

.mb-6 {
    margin-bottom: 6%;
}

.title {
    margin-top: 0 !important;
    margin-bottom: 2%;
}

.login-forgot {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}

.forgot-pwd {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff !important;
}

.demo-container #page {
    height: 100vh;
}

.login-responsive .dx-item-content {
    align-items: center !important;
    display: flex;
    flex-direction: row !important;
}

#txtPassword .dx-button-mode-contained.dx-button-default {
    background-color: transparent !important;
    border: 0px !important;
}

.forgot-pwd .dx-texteditor.dx-editor-filled {
    background: transparent !important;
    border: 0 !important;
}

.validation-summary-errors ul li {
    list-style-type: none;
}

.validation-summary-errors ul {
    padding: 0 !important;
}

.Remeber {
    width: 45% !important;
}

.gotologin {
    text-align: center;
}

    .gotologin a {
        color: #fff;
    }


.logo-img {
    width: 50%;
}

@media screen and (min-width: 1380px) {
    .loginform {
        width: 390px;
        padding: 12% 5%;
    }

        .loginform .dx-field-value {
            margin: 5% 0;
        }

    .title {
        font-size: 21px;
    }

    .loginform .dx-placeholder {
        font-size: 17px;
    }

    .loginform .dx-texteditor-input {
        font-size: 17px;
    }

    .dx-button-text {
        font-size: 17px;
    }

    .login-forgot {
        font-size: 15px;
    }

    .loginform .dx-checkbox-text {
        font-size: 15px;
    }

    .chrysalislink a {
        font-size: 15px;
    }

    .dev-error .dx-validationsummary-item-content {
        font-size: 16px;
    }

    .chrysalislink {
        padding-top: 15px;
    }

    div#checked.Remeber {
        padding-top: 15px;
    }
}

.loginform .dx-texteditor-container {
    align-items: center !important;
}

.dx-button-text {
    text-transform: capitalize;
}

@-webkit-keyframes autofill {
    to {
        color: #fff;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.gotologin {
    float: left;
    width: 100%;
    margin: 0 auto !important;
}

.validation-summary-errors ul li {
    white-space: normal !important;
}

#summary .dx-item .dx-item-content {
    white-space: normal !important;
}

#summary2 .dx-item .dx-item-content {
    white-space: normal !important;
}

@media screen and (max-width: 600px) {
    .dx-button-text {
        font-size: 13px;
    }

    .loginform .dx-checkbox-text {
        font-size: 12px;
    }
}

.uploadAdmin {
    position: absolute;
    top: 0;
    display: none;
}

.uploadAdmin p {
    background-color: rgba(0,0,0,0.7);
    padding: 10px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}
