.box {
    width: 400px;
    background: #1478A3;
    color: #fff;
    height: 160px;
    position: relative;
    padding: 1em;
	margin: auto;
}
.box h2 {
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
}
.box a {
    background: #fff;
    padding: 3px 5px;
    position: absolute;
    bottom: 1em;
    width: 160px;
    text-align: center;
    font-weight: 700;
    height: 55px;
}
.box a:nth-child(2) {
    left: 10px;
}
.box a:last-child {
    right: 10px;
}

#loginOptions {
    max-width: 98%;
    margin: auto;
    padding: 30px;
    background: #1478A3;
    margin-top: 50px;
    width: 400px;
    margin: auto;
    color: #fff;
}
#loginOptions h3{
    color: #fff;
}
#loginOptions input, #loginOptions .btn {
	width: 400px;
	max-width: 100%;
}

@media (max-width: 767px){
	
	#loginOptions .nav-tabs>li {
		float: none;
	}
	
	.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
		border: none;
		font-weight: 700;
		background: #126B91 none repeat scroll 0 0;
		border-radius: 0 !important;
		color: #fff;
	}
}

input[type="radio"], input[type="checkbox"] {
    border: none !important;
    box-shadow: none;
}

.directorio .row {
    border-bottom: solid 3px #1478A3;
    padding-bottom: 20px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.directorio .row .fa {
    margin-right: 20px;
}
.directorio .nombreNegocio {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}
a.logout {
    color: red;
    font-weight: 700;
}

div#projectList div {
    margin: 5px 0 10px 0;
}
div#projectList {
    max-width: 600px;
    margin-top: 20px;
}
div#projectList div a {
    width: 10%;
    text-align: center;
    display: inline-block;
}
div#projectList div input {
    max-width: 90%;
    display: inline-block;
}