
body {color: #566787;background: white;font-family:  'Baloo Da 2', cursive;font-size: 15px;}

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

form{
	padding-top: 10px;
	font-size: 14px;
	margin-top: 30px;
}

.card {
     -webkit-box-shadow: 0px 0px 12px -7px rgba(0,0,0,0.37);
            -moz-box-shadow: 0px 0px 12px -7px rgba(0,0,0,0.37);
            box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.37);;
            background-color:  white;
}

.card-title{ font-weight:300; }

.btn{
	font-size: 14px;
	margin-top:20px;
}


.login-form{ 
    width:530px;
    height:530px;
	margin:20px;
}

.button{
	text-align:center;
	padding:20px 0 0;
}

.alert{
	margin-bottom:-30px;
	font-size: 13px;
	margin-top:20px;
}

.line {
    height: 1px;
    width: 45%;
    background-color: #E0E0E0;
    margin-top: 10px
}

.or {
    width: 10%;
    font-weight: bold
}

.auto {
  width: 100%;
  height: auto;
}