.box-foto {
	display: none;
	height: 480px;
}

.btn-submit {
	display: block;
	width: 200px;
	padding: 10px 0;
	color: #ffffff;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #1773a5;
	transition: 0.3s ease-in-out;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	border: 0;
	margin-left: -15px;
}
.btn-submit:hover {
	background: #5bbde0;
	text-decoration: none;
	color: #ffffff;
}

.file {
	color: #ffffff;
	background: #1773a5;
	padding: 0px 0 46px;
}

.box-resize {
	width: 350px;
    height: 350px;
}

.img-resize {
	display: block;
	max-width: 100%;
}

.img-canvas {
    width: 200px;
    height: 200px;
}

.img-square {
    width: 150px;
    height: 150px;
	overflow: hidden;
	border-radius: 80px;
	transform: rotate(-45deg);
	margin-left: 25px;
    margin-top: 25px;
}

.img-uploaded {
    min-width: 185px;
    min-height: 185px;
    position: absolute;
    transform: rotate(45deg);
    top: -25px;
    left: -26px;
}

.next {
	display: none;
	margin-top: 20px;
}
.next:hover {
	background: #5bbde0;
	text-decoration: none;
	color: #ffffff;
}

.load {
	color: official;
	display: none;
	position: relative;
	width: 20px;
    height: 25px;
    margin-top: 20px;
    margin-bottom: -25px;
}
.load div {
	transform-origin: 10px 12px;
	animation: load 1.2s linear infinite;
}
.load div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 10px;
	width: 2px;
	height: 10px;
	border-radius: 20%;
	background: #00958b;
}
.load div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
}
.load div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
}
.load div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -0.9s;
}
.load div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -0.8s;
}
.load div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -0.7s;
}
.load div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -0.6s;
}
.load div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -0.5s;
}
.load div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -0.4s;
}
.load div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -0.3s;
}
.load div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -0.2s;
}
.load div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -0.1s;
}
.load div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
}
@keyframes load {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}


/* Edit photo circle */
/*.img-canvas {*/
/*    width: 200px;*/
/*    height: 200px;*/
/*}*/

/*.img-square {*/
/*    width: 200px;*/
/*    height: 200px;*/
/*    overflow: hidden;*/
/*    border-radius: 100%;*/
/*    transform: rotate(-45deg);*/
/*    margin-left: 25px;*/
/*    margin-top: 25px;*/
/*}*/

/*.img-uploaded {*/
/*    min-width: 200px;*/
/*    transform: rotate(45deg);*/
/*    width: 200px;*/
/*    overflow: hidden;*/
/*    height: 200px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

/*.img-uploaded > img {*/
/*    display: block;*/
/*    width: 200px;*/
/*    height: 200px;*/
/*    border-radius: 100%;*/
/*    transform: none;*/
/*}*/

/* Edit photo circle */




