@import url('https://fonts.googleapis.com/css?family=Montserrat:600|Muli');

* {
    /* With these codes padding and border does not increase it's width and gives intuitive style.*/
  
	-webkit-box-sizing: border-box;   
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* 0  -> 320 */

.areaforma{
    width: 290px; height: 363px;
    text-align: right;
    display:table-cell;
    vertical-align:middle;
}

.txt111 {
    width: 70%;
    padding: 2px 10px;
    margin: 7px 11px;
    border-radius: 4px;
    display: inline-block;
    box-sizing: border-box;
    font-family: 'Muli', sans-serif;
}

.txt112 {
    width: 85%;
    padding: 2px 11px;
    margin: 7px 10px;
    border-radius: 4px;
    display: inline-block;
    box-sizing: border-box;
    font-family: 'Muli', sans-serif;
}

select#select111 {
    width: 85%;
    padding: 2px 2px;
    margin: 10px 15px;
    border-radius: 4px;
    display: inline-block;
    box-sizing: border-box;
    font-family: 'Muli', sans-serif;
}

input#submit111 {
    width: 75%;
    background-color: #FFED00;
    color: #005ABB;
    padding: 10px 20px;
    margin: 8px 11px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}

#submit111:hover
{
    background-color: #00BF61;
    color: #FFED00;
}

