/* MODAL LOGIN */

/* Full-width input fields */
input.loginBA[type=text], input.loginBA[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button.loginBA {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

/* Extra styles for the cancel button */
.cancelbtnloginBA {
    padding: 14px 20px;
    background-color: #f44336;
}

/* Float cancel and signup buttons and add an equal width */
.cancelbtnloginBA,.signupbtnloginBA {float:left;width:50%}

/* Add padding to container elements */
.containerloginBA {
    padding: 16px;
}

/* The Modal (background) */
.modalloginBA {
    display: none; /* Hidden by default */
    position: absolute; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    padding-top: 50px;
}

/* Modal Content/Box */
.modal-contentloginBA {
    background-color: rgba(255, 255, 255, 0.90);
    margin: 5% auto 70% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 60%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.closeloginBA {
    position: absolute;
    right: 140px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

.closeloginBA:hover,
.closeloginBA:focus {
    color: red;
    cursor: pointer;
}

/* Clear floats */
.clearfixloginBA::after {
    content: "";
    clear: both;
    display: table;
}

/* Change styles for cancel button and signup button on extra small screens */
@media screen and (max-width: 400px) {
	
	.modal-contentloginBA {
		width: 100%;
	}
	.closeloginBA {
		right:10px;
	}
}


/* MODAL REGISTAR */

/* Full-width input fields */
input.registerBA[type=text], input.registerBA[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button.registerBA {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

/* Extra styles for the cancel button */
.cancelbtnregisterBA {
    padding: 14px 20px;
    background-color: #f44336;
}

/* Float cancel and signup buttons and add an equal width */
.cancelbtnregisterBA,.signupbtnregisterBA {float:left;width:50%}

/* Add padding to container elements */
.containerregisterBA {
    padding: 16px;
}

/* The Modal (background) */
.modalregisterBA {
    display: none; /* Hidden by default */
    position: absolute; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    padding-top: 50px;
}

/* Modal Content/Box */
.modal-contentregisterBA {
    background-color: rgba(255, 255, 255, 0.90);
    margin: 5% auto 70% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 70%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.closeregisterBA {
    position: absolute;
    right: 110px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

.closeregisterBA:hover,
.closeregisterBA:focus {
    color: red;
    cursor: pointer;
}

/* Clear floats */
.clearfixregisterBA::after {
    content: "";
    clear: both;
    display: table;
}

/* Change styles for cancel button and signup button on extra small screens */
@media screen and (max-width: 400px) {
	
	.modal-contentregisterBA {
		width: 100%;
	}
	.closeregisterBA {
		right:10px;
	}
}