.msg {
  color: red;
  padding: 25px;
}
.section-form .form-items{
    
    background-color: #fff;
    margin-top: 20px;
    border-radius: 4px;
    box-shadow: 0 0 4px -3px #000;
    padding: 15px;
}
.section-form .form-items h2{
    
    text-align: center;
    font-size: 14px;
    margin: 0;
    color: #333;
    border-bottom: 2px solid #ddd;
    line-height: 4;
}
.section-form .form-main{
    
    margin-top: 20px;
    direction: rtl;
}
.section-form .form-main label{
    
    margin: 10px 0 10px 0;
    font-size: 14px;
}
.fileContainer {
    overflow: hidden;
    position: relative;
}
legend
{
    padding-bottom: 19px;
     padding-top: 19px;
    color: tomato !important;
}
select 
{
    padding:3px 0 3px 0;
}
.form-control2 {
	height: 34px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/* Example stylistic flourishes */

.fileContainer {
    background: #fff;
    border-radius: 4px;
    float: left;
    padding: 5px 10px;
    color: #333;
    font-size: 12px !important;
    border:1px solid #ddd;
    float: right;
    line-height: 2;
    width: 100%;
}

.fileContainer [type=file] {
    cursor: pointer;
}
.footer-main{
    
    background-color: #ccc;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
}
.footer-main img{
    
    width: 150px;
    height: 50px;
    filter: grayscale(100%);
    transition: all 0.1s;
}
.footer-main img:hover{
    
    filter: grayscale(0%);
    transition: all 0.1s;
}
@media only screen and (min-width: 0px) and (max-width: 640px){
    
    .section-form,.section-form .container,.section-form .container .form-main,.section-form .container .form-main > div{
        
        padding: 0;
    }
    .section-form .form-items h2{
    
        text-align: center;
        font-size: 10px;
        margin: 0;
        color: #333;
        border-bottom: 2px solid #ddd;
        line-height: 2;
    }
    .header-main .right-logo img{
        
        width: 150px;
    }
    .header-main .left-logo img{
        
        width: 65px;
    }
    .footer-main img{
        
        margin: 10px 0;
        width: 100px;
    }
}