
body {
    /* Location of the image */
//background: url(PICs/main4.png), url(texture2.jpg) black;
    background-image: url(PICs/main4.png);
    background-attachment: fixed;



    background-repeat: no-repeat;

    background-size: cover;


}

.center {
    padding-top: 22%;
    margin: auto;
    text-align: center;

}
#centerFormMain{
    border: solid gray 1px;
    width: 25%;
    border-radius: 10px;
    margin-top: 300px;
    background-color: rgba(38,38,38, .70);
    color:white;
    padding: 10px;

}


.fa:before {
    color: #cac700;
    font-size: 35px;
    position: absolute;
    padding-left: 8px;

    left:0;
}


#btn{
    border-radius: 15px;
    text-align: right;
    padding-right: 40px;
    color: white;
    margin-right: 40px;
    background-color: #000000;
}

#btn:hover{
    //font-size: 35px;
    color: black;
    background-color: white;
}

.TdyDate{
    padding-top: 10px;
    font-family: "B Yekan";
    color: #19702c;
    font-size: 20px;
    //position: fixed;
    text-align: center;
}

.Tlgrm{
     //display: block;
    //margin-left: auto;
   // margin-right: auto;
    float: right;
    margin-top: -80px;
    margin-right: 20px;

}
