
/*----------------- BTN START -------------------*/

.btn-submit { 
    border:solid;
    border-color:rgb(173, 168, 3); 
    border-width: 1px;
    border-radius: 20px;
    background-color:rgb(40, 45, 43);
    color: white;
    margin: 10px;
    padding: 9px;
    width:110px;
}

.btn-submit:hover{
    background-color: white;
    color:rgb(40, 45, 43);
}


.btn-cancel { 
    border:solid;
    border-color:grey;
    border-width: 1px;
    border-radius: 20px;
    background-color:grey;
    color: white;
}

.btn-cancel:hover{
    background-color: white;
    color:grey; 
}



.btn-close {
	background-color: #FF0000; 
	color: #FFFFFF; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:8px;
 	border-radius: 20px;
    width:80px;
}


.btn-close:hover {
	background-color: #fde1e1; 
	color: #150404; 
}


.btn-box { 
    border:solid;
    border-color:rgb(173, 168, 3); 
    border-width: 1px;
    border-radius: 20px;
    background-color:rgb(40, 45, 43);
    color: white;
    margin: 10px;
    padding: 9px;
}

.btn-box:hover{
    background-color: white;
    color:rgb(40, 45, 43);
}


.btn-view { 
    border:solid;
    border-color:rgb(34, 33, 1); 
    border-width: 1px;
    border-radius: 20px;
    background-color:rgb(8, 159, 99);
    color: white;
    margin: 10px;
    padding: 9px;
    width:170px;
}

.btn-view:hover{
    background-color: white;
    color:rgb(8, 159, 99);
}


.btn-send { 
    border:solid;
    border-color:rgb(18, 18, 16); 
    border-width: 1px;
    border-radius: 20px;
    background-color:rgb(3, 23, 15);
    color: white;
    margin: 10px;
    padding: 9px;
}

.btn-send:hover{
    background-color: rgb(251, 229, 29);
    color:rgb(0, 0, 0);
}



.btn-log { 
    border:solid;
    border-color:rgb(18, 18, 16); 
    border-width: 1px;
    border-radius: 20px;
    background-color:rgb(165, 26, 216);
    color: white;
    margin: 10px;
    padding: 9px;
    text-decoration: none;
}

.btn-log:hover{
    background-color: rgb(250, 250, 249);
    color:rgb(99, 2, 94);
}

a {text-decoration: none;}
a:hover{text-decoration: none;}



/*----------------- BTN END -------------------*/




