/* 
CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */

@import url(http://fonts.googleapis.com/css?family=Pacifico:300,400,600,700);

.smsbiz{
background: url(/wp-content/uploads/bg.jpg);
height: 320px;
width: 290px;
padding: 20px;
margin-left: 0px;
margin-right: 0px;
box-sizing: border-box;
}

.smsbiz h2 {
font-family: pacifico;
color: #000000;
font-size: 2em;
text-align: center;
padding-bottom: 10px;
}

.smsbiz input.button{
margin-top:15px;
margin-left: 50px;
background: #000000;
color: #ffffff;
font-family: pacifico;
font-size: 1.6em;
border-radius: 6px;
border: none;
padding: 4px 30px 4px 30px;
}

.smsbiz form {
    width: 100%;
    
    
}

.smsbiz label, input {
    /* in order to define widths */
    display: inline-block;
}

.smsbiz label {
    width: 50%;
    /* positions the label text beside the input */
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
}

.smsbiz label + input {
    width: 90%;
    height: 2em;
    background-color: #efefef;
    /* large margin-right to force the next element to the new-line
       and margin-left to create a gutter between the label and input */
    
}
