﻿



::placeholder { color: #000;opacity: .45;font-size: 80%; position: relative; top: 4px;  }

:-ms-input-placeholder { color: #000;opacity: .45;font-size: 80%; position: relative; top: 4px; }

::-ms-input-placeholder { color: #000;opacity: .45;font-size: 80%; position: relative; top: 4px;}



form {

    

   padding: 5px;

   /* border-top: 3px ridge #b0b0b0;

    border-bottom: 3px groove #b0b0b0;*/

    line-height: 15px;

}



input[type="submit"] {

   font-size: 90%;
    color: #fff;
    font-weight: 400;
    outline: 0;
    margin: 0 auto 10px;
    transition: .4s;
   
    display: table;
    background: #404040;
    padding: 10px 15px;
    border: none;
    box-shadow: 3px 10px 14px -9px rgb(0, 0, 0, .4);
    -webkit-box-shadow: 3px 10px 14px -9px rgb(0, 0, 0, .4);
   background: #000;
} 

#mess {

	padding: 8px 10px 6px 10px;
    font-size: 100%;
    color: #fff;
    text-shadow: 0px 1px 2px rgb(0, 0, 0);
    border: 2px solid rgb(255, 255, 255);
    background: transparent;
    margin-bottom: 20px;
    outline: 0;
    display: table;
    margin: 0 auto 10px;
    transition: .4s;
    box-shadow: 3px 10px 14px -9px rgb(0, 0, 0, .4);
    -webkit-box-shadow: 3px 10px 14px -9px rgb(0, 0, 0, .4);
   background: #000;

}



input[type="button"] {

   font-size: 90%;
    color: #fff;
    outline: 0;
    margin: 0 auto 10px;
    transition: .4s;
    font-weight: 400;
    display: table;
    background: #404040;
    padding: 10px 15px;
    border: none;
   box-shadow: 3px 10px 14px -9px rgb(0, 0, 0, .4);
    -webkit-box-shadow: 3px 10px 14px -9px rgb(0, 0, 0, .4);
   background: #000;

} 



input[type="submit"]:hover {

    transform: scale3d(0.95, 0.95, 0.95); -webkit-transform: scale3d(0.95, 0.95, 0.95);

    box-shadow: none;

    -webkit-box-shadow: none;

}



#mess:hover {

    transform: scale3d(0.95, 0.95, 0.95); -webkit-transform: scale3d(0.95, 0.95, 0.95);

    box-shadow: none;

    -webkit-box-shadow: none;

}



input[type="button"]:hover {

     transform: scale3d(0.95, 0.95, 0.95); -webkit-transform: scale3d(0.95, 0.95, 0.95);

    box-shadow: none;

    -webkit-box-shadow: none;

}



.form-title {

	color: #363636;

    font-size: 100%;

    font-weight: normal;

    padding: 2px 5px;

        margin-bottom: 5px;

}



.irjon-grid-item {

color: #000;
text-shadow: none;
    cursor: pointer;
    font-size: 85%;
    font-weight: 400;
    padding: 0px 5px;
    text-transform: uppercase;
   

}



textarea {

        margin-top: 10px;

        border: 0px solid #b0b0b0 !important;

    background: rgba(0, 0, 0, 0.6);

    padding: 5px;

    font-size: 100% !important;

    outline: 0;

    color: #000;

    min-height: 100px;

    width: 90%;

    margin: 15px 10% 20px;

    resize: none;font-family: 'Poppins', sans-serif;

}



.form-input {

  

    border: none;

   border-bottom: 0px solid #b0b0b0;

    background: rgba(130, 130, 130, 0.2);

    padding: 5px;

    font-size: 120%;

    outline: 0;

    color: #000;

   margin: 10px auto 10px auto;

        width: 83%;font-weight: 300;
    letter-spacing: 0.03em;line-height: 20px;


}



.form-input1 {

  border: none;    border-bottom: 1px solid #606060;
    background: rgba(255, 255, 255, 0.0);
    padding: 7px 5px 5px 5px;
    font-size: 100%;
    outline: 0;
    color: #000;
    margin-bottom: 20px;
    width: 83%;
    height: 40px;
    overflow: visible;
    font-weight: 300;
    letter-spacing: 0.03em;

}









.form-message {

	font-size: 95%;

    margin: 5px 0;

    line-height: 20px;

    color: #d7d7d7;

}