@import url('https://fonts.googleapis.com/css2?family=Cookie&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* font-family: 'Poppins', sans-serif; */

*,
 ::after,
 ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    padding: 0px;
    margin: 0px;
}

html,
body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

body.loginPortal_bg {
    overflow-x: hidden;
    background: url(../img/login_bg.jpg) no-repeat fixed top center;
}

button,
input {
    overflow: visible;
}

.page_wrapper {
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100vh;
    min-height: 100vh;
}

.screen_header {
    padding: 12px 15px;
    display: block;
    position: relative;
    background: rgb(156, 63, 204);
}

.screen_header .header_blocks {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.screenTitle_name_block {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 1.2rem;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.2rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.form-control:hover,
.form-control:focus,
.form-control:active {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}


/* Login Screen Style ====================== */

.adminLogin_screen {
    width: 100%;
    max-width: 350px;
    /*margin: 0 auto;
	margin-top:50px;*/
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
    /* height:100vh; */
    margin-left: 100px;
}

.adminLogin_screen .screen_header .header_blocks,
.chat_contactScreen .screen_header .header_blocks {
    justify-content: center;
}

.task_Loginbody {
    background: rgba(255, 255, 255, 1);
    height: 100%;
    position: relative;
    border-bottom: 10px solid #420968;
}

.task_Loginbody::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: rgb(255, 0, 0);
    background: linear-gradient(180deg, rgba(255, 180, 180, .9) 17%, rgba(255, 230, 230, 0) 86%);
    min-height: 180px;
    display: none;
}

.task_Loginbody_height {
    display: block;
    height: 100%;
    position: relative;
    border-bottom: 5px solid #DF1E9F;
}

.loginBox_head {
    display: block;
    position: relative;
}

.loginBox_head .loginPortalLogo_block {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px 0px;
}

.loginBox_head .loginTitle {}

.taskLogin_container {
    padding: 10px 30px 20px;
}

.loginAva_img {
    width: 190px;
    min-width: 190px;
    max-width: 190px;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

.loginPortalLogo_block img {
    display: inline-block;
    max-width: 100%;
}

.login_form_block {
    margin-top: 20px;
    display: block;
}

.loginTitle {
    display: block;
    margin-top: 10px;
    position: relative;
    text-align: center;
    background: #FFDBF3;
    padding: 5px 15px;
    border-radius: 0px;
}

.loginTitle h2 {
    text-transform: capitalize;
    text-align: left;
    position: relative;
    padding-right: 0px;
    display: inline-block;
    color: #420968;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Cookie', cursive;
}


/*
.loginTitle h2::after{
	border-bottom:1px solid #5e05a5;
	content:'';
	width:100%;
	position:absolute;
	bottom:0px;
}*/

.login_form_block .loginPortal_form {}

.login_form_block .loginPortal_form .form-group {
    margin-bottom: 10px;
}

.login_form_block .loginPortal_form label {
    font-weight: 600;
    text-align: left;
    display: block;
    margin-bottom: 3px;
    color: rgba(0, 0, 0, .85);
    font-size: 1rem;
}

.login_form_block .loginPortal_form .form-control {
    margin-bottom: 10px;
    box-shadow: 1px 0px 3px rgba(0, 0, 0, .1);
    border-color: #000;
    font-weight: 700;
    font-size: 16px;
    color: #420968;
}

.login_form_block .loginPortal_form button.loginBtn {
    display: block;
    text-align: center;
    padding: 14px 20px;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 700;
    width: 100%;
    border-radius: 4px;
    margin-top: 20px;
    border: 0 none;
    outline: 0;
    transition: .3s;
    background: rgb(255, 21, 21);
    background: linear-gradient(0deg, rgba(255, 21, 21, 1) 0%, rgba(255, 138, 138, 1) 100%);
    background: #F9C906;
    background: linear-gradient(180deg, rgba(249, 201, 6, 1) 0%, rgba(156, 125, 3, 1) 99%);
    background: #f9c906;
    background: #0000B3;
    background: linear-gradient(180deg, rgba(0, 0, 179, 1) 0%, rgba(5, 5, 138, 1) 99%);
    background: #420968;
    background: linear-gradient(0deg, rgba(66, 9, 104, 1) 0%, rgba(223, 30, 159, 1) 100%);
}

.login_form_block .loginPortal_form button:hover.loginBtn,
.login_form_block .loginPortal_form button:focus.loginBtn {
    background: #161616;
    cursor: pointer;
    background: #45DE94;
    background: linear-gradient(180deg, rgba(69, 222, 148, 1) 0%, rgba(12, 130, 118, 1) 99%);
    background: #380659;
    background: linear-gradient(0deg, rgba(56, 6, 89, 1) 0%, rgba(168, 13, 117, 1) 100%);
}

.footer_block {
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.footer_block p {
    font-size: .85rem;
    color: rgba(0, 0, 0, .6);
}

.warningMessage {
    color: #FF0000;
    border: 1px solid #FF0000;
    background: #f8e5e5;
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.successMessage {
    color: #24c100;
    border: 1px solid #24c100;
    background: #e6fde0;
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
}

@media (min-width: 1300px) and (max-width: 1550px) {
    .adminLogin_screen {
        margin-right: 100px;
    }
}

@media (min-width: 1000px) and (max-width: 1299px) {
    .adminLogin_screen {
        margin-right: 50px;
    }
}


/*
@media (max-width: 1023px){
.adminLogin_screen{
	max-width: none;
	border-radius: 0px;
}
.task_Loginbody {
    padding: 20px 30px 20px;
	height: 100vh;
}
}*/

@media (min-width: 600px) and (max-width: 992px) {
    .page_wrapper {
        justify-content: center;
        align-items: flex-start;
        height: auto;
        min-height: auto;
        margin: 25px 0px;
    }
    .adminLogin_screen {
        max-width: 350px;
        margin-right: 0px;
    }
}


/*
@media (max-width: 375px){
.adminLogin_screen{
	max-width: none;
	margin-top:0px;
}
}*/

@media (max-width: 599px) {
    .page_wrapper {
        align-items: flex-start;
    }
    .adminLogin_screen {
        margin: 25px;
        max-width: 100%;
    }
}


/* End Login Screen Style ====================== */