@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;	
	font-family: Raleway, sans-serif;
}
           *,
            :after,
            :before {
                box-sizing: border-box;
            }
            .toast-container {
    pointer-events: none;
    position: fixed;
    z-index: 999999;
}.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}.toast-container .ngx-toastr {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px;
    background-repeat: no-repeat;
    background-size: 24px;
    box-shadow: 0 0 12px #999;
    color: #fff;
}.toast-error {
    background-color: #bd362f;
}
.toast-container * {
    box-sizing: border-box;
}
.toast-error {
    background-image: url(/user/images/close.svg);
}
.toast-success {
    background-color: #51a351;
}.toast-success {
    background-image: url(/user/images/check.svg);
}
body {
	background: linear-gradient(90deg, #C7C5F4, #776BCC);		
}

.container {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height:100vh;
}

.screen {		 
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='681' height='835' viewBox='0 0 681 835' fill='none'><rect x='0.75' y='0.75' width='679.5' height='833.5' rx='58.25' fill='url(%23paint0_linear_5647_240)' stroke='%2389FE43' stroke-width='1.5'/><defs><linearGradient id='paint0_linear_5647_240' x1='340.5' y1='0' x2='340.5' y2='835' gradientUnits='userSpaceOnUse'><stop stop-color='%23001603' stop-opacity='0.93'/><stop offset='1' stop-color='%2306190C' stop-opacity='0.41'/></linearGradient></defs></svg>") no-repeat center center;
    position: relative;
    height: 610px;
    width: 500px;
    border-radius: 25px;
    border: 1px solid #89FE43; 
}

.screen__content {
	z-index: 1;
	position: relative;	
	height: 100%;
	
}

.screen__background {		
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);	
}

.screen__background__shape {
	transform: rotate(45deg);
	position: absolute;
}

.screen__background__shape1 {
	height: 520px;
	width: 520px;
	background: #FFF;	
	top: -50px;
	right: 120px;	
	border-radius: 0 72px 0 0;
}

.screen__background__shape2 {
	height: 220px;
	width: 220px;
	background:#113a17;	
	top: -172px;
	right: 0;	
	border-radius: 32px;
}

.screen__background__shape3 {
	height: 540px;
	width: 190px;
	background:linear-gradient(270deg, #113a17, #0a761a);
	top: -24px;
	right: 0;	
	border-radius: 32px;
}

.screen__background__shape4 {
	height: 400px;
	width: 200px;
	background: #7E7BB9;	
	top: 420px;
	right: 50px;	
	border-radius: 60px;
}

.login {
	/* width: 320px; */
	padding: 30px;
	padding-top:10px;
}

.login__field {
	padding: 20px 0px;	
	position: relative;	
}

/*.login__icon {
	position: absolute;
	top: 30px;
	color: #7875B5;
}*/

.login__input {
	width: 100%;
    padding: 12px;
    margin: 10px 0;
    border-radius: 15px;
    border: 1px solid rgba(137, 254, 67, .3);
    background: #0000005c;
    color: #fff;
    font-size: 16px;
}
.login_label {
    color: #fff;
    font-size: medium;
}
.login__input:active,
.login__input:focus{
	outline: 2px solid #fff !important;
    outline-offset: 0px;
    border: none;
    box-shadow: none;
}
.login__style{
	display: flex;
	padding-left: 20px;
}
.login__submit {
	    background: #0000005c;
    color: #fff;
    padding: 12px;
    width: 100%;
    border: none;
    border-radius: 12px;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s;
    border: 2px solid #89FE43;
}
.note-box {
    margin-top: 20px; 
    padding: 0 50px;
}
 
.note-box h6{
    padding: 10px;
    background: #ebdede;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, .1);
    text-align: center;
    color: red;
    font-weight: 700;
    margin: 5px 0;
    font-size: 14px;
    letter-spacing: normal;
}
.note-box1 {
    position: absolute;
    bottom: 0;
    color: #ffffff96;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; 
}
.note-box1 h6{
    margin-top: 12px;
    font-size: 9px;
}
.login__submit:active,
.login__submit:focus,
.login__submit:hover {
	border-color: #fff;
	outline: none;
}

.button__icon {
	font-size: 24px;
	margin-left: auto;
	color: #7875B5;
}

.social-login {	
	position: absolute;
	width: 215px;
	text-align: center;
	bottom: 0px;
	right: 0px;
	color: #fff;
}
.logo {
    max-width: 180px;
    margin-bottom: 10px;
}
.social-icons {
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-login__icon {
	padding: 20px 10px;
	color: #fff;
	text-decoration: none;	
	text-shadow: 0px 0px 8px #7875B5;
}

.social-login__icon:hover {
	transform: scale(1.5);	
}
.login__icon {
    color: #89fe43;
    margin-right: 8px;
}
.userimage {
    background-image: url(/userfiles/images/user.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 8px;
}
.passwordimage {
    background-image: url(/userfiles/images/password.svg); 
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 8px;
}
.alerticon {
    background-image: url(/userfiles/images/important-icon.abca35b106a3f344.svg);
    display: inline-block;
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 2px;
}
input:-webkit-autofill{
	 -webkit-text-fill-color: #fff;
}
@media(max-width:560px){
	.screen{
		width: 100%; 
	}
	.container{
		padding: 0;
		width:100%
	}
	.login{
		padding: 0; 
	}
	.note-box{
		padding: 0;
	}
}