body{
    margin: 0;
    padding: 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0)); /**background: linear-gradient(rgba(0, 0, 50, 0.5),rgba(0, 0, 50, 0.5)),url(pic1.jpg);*/ /**Izmaina background toni*/
    background-size: cover;
    background-position: center;
    font-family: sans-serif; /**font-family: sans-serif;*/ /** font-weight: sans-serif monospace serif*/
    color: #c5c5c5; /**color: #999999;*/ /**Vispārējā teksta krāsa*/
}

.contact-title
{
    margin-top: 50px; /**Attālums no augšas*/
    color: #c5c5c5; /**Virsraksta krāsa*/
    text-transform: uppercase;
    transition: all 4s ease-in-out;
}

.contact-title h1{ /**Attālums no augšas*/
    font-size: 32px;
    line-height: 10px;
}

.contact-title h2
{
    font-size: 16px; 
}
.kontaktforma label{
       font-size: 15px; /**Pamatteksta izmērs*/
}

form
{
    margin-top:10px; /**Attālums no virsraksta līdz formai*/
    /*transition: all 4s ease-in-out;*/ /*Sākumā atverot raustās ailes*/
}

.form-control
{
    width: 600px;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid gray;
    color: #999999;
    font-size: 18px; /** font-size: 18px;*/
    margin-bottom: 16px;
}

input
{
    border-bottom: 2px solid gray; /**Aiļu ēnas + Aiļu biezums*/
   /** height: 30px;*/ /**Aiļu biezums 30px*/
}
.aile{
    height: 24px; /**Aiļu biezums 25px*/
}

form .submit
{
    background: #ff5722
    border-color: transparent;
    font-size: 20px; /**font-size: 20px;*/
    font-weight: bold;
    letter-spacing: 2px;
    height: 50px;
    margin-top: 20px;
}    

form .submit:hover
{
    background-color: #f44336;
    cursor: pointer;
}
