.photo_james {
	width:80px;
	border-radius:50%;
	border:4px solid #c03437;
	}
	
.login_intro {
	color:#c03437;
	font-weight:bold;
	text-align:center;
	margin-bottom:50px;
	}
	
form {
	height:calc(100vh - 100px);
	padding:10px;
	padding-top:50px;
	width:500px;
	max-width:90%;
	box-sizing:border-box;
	margin:auto;
	/* position:absolute; */
	/* top:50%; */
	/* left:50%; */
	/* transform:translate(-50%,-50%); */
	}
	
form label {
	display:block;
	/* font-weight:bold; */
	margin-bottom:5px;
	}
	
form input {
	display:block;
	margin-bottom:10px;
	width: 100%;
    box-sizing: border-box;
    /* height: 130px; */
    /* resize: none; */
    font-family: inherit;
    font-size: inherit;
    padding: 10px;
    background-color: #dddddd;
    border: 1px solid #aaaaaa;
    border-radius: 10px;
	}
	
form .btn {
	display:block;
	width:100%;
	margin-top:20px;
	}
	
form .loading {
	text-align:center;
	display:none;
	}
	
form .loading img {
	height:50px;
	margin:auto;
	}