/*///////////////// LOGIN /////////////////////// */

.login {
	background: #0375ac;
}

.center {
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(0%, 35%);
}

.container-360 {
	max-width: 360px;
}

.container-360 h5 {
	font-size: 20px;
	color: #343f4b;
}

.container-360 img {
	width: 40%;
}

.container-360 .form-control {
    background-color:#e8f0fe;
	border-radius: 2rem;
	border: none;
}

.container-360 .form-control:focus {
	border-color: #000;
}

.container-360 .btn {
	border-radius: 2rem;
	border: none;
	background: #343f4b;
	color: #fefefe;
}

.container-360 .btn:hover {
	background: #343f4b;
}

.container-360 .btn:focus {
	background: #060a06;
}

.container-360 .card-body{
    background: #fefefe;
    border-radius: 10px;
    padding: 50px 30px 30px 30px;
    -webkit-box-shadow: 2px 2px 30px -10px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 30px -10px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 30px -10px rgba(0,0,0,0.5);
}

/*//////////// LOGIN ENDS HERE ///////////////// */