
/**************************************************/
/************** CSS FORM-BOX ***************/
/**************************************************/
#form-title{
	height: 100%;
	font-size: 30px;
	padding-top: 7%;
	text-align: center;
}

#form-title i{
	font-size: 21px;
}

#form-content{
	padding: 30px;
	border-left: 1px solid #ddd;	
}

#form-role-title{
	padding-top: 20%;
	text-align: center;
}

#form-role-title > h4{
	height: 100%;
	font-size: 25px;
}

#form-role-title > p{
	font-size: 16px;
}

.login-btn {
	display: inline-block;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #ff7500;
	padding: 0 25px;
	font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
	line-height: 40px;
	border-radius: 5px;
    color: #07294d;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 5;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: #ff7500;
}

.login-btn:hover{
    color: #ff7500;
    border-color: #07294d;
    background-color: #07294d;
}





