@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;	
	font-family: Raleway, sans-serif;
}

body {
	background: linear-gradient(180deg, #00273a, #fff);
}

.container {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
}

.screen {		
	background: linear-gradient(90deg, #ffffff, hsl(0, 0%, 100%));
	border-radius: 25px;	
	position: relative;	
	
	width: 380px;	
	box-shadow: 0px 0px 24px #5C5696;
}

.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__shape1 {
	height: 520px;
	width: 320px;
	background: #FFF;	
	top: -10px;
	right: 12px;	
	border-radius: 0 72px 0 0;
}



.login {
	width: 320px;
	padding: 30px;
	padding-top: 0px;
}
.logindiv {
	width: 320px;
	padding: 0px;
	padding-top: 0px;
}
.loginimg {
	width: 320px;
	padding: 30px;

}



