#formsec {
    position: relative;
    margin: 90px 50%;
    width: 400px;
    height: auto;
    padding: 20px 0px;
    transform: translate(-200px);
}

#emailinput {
    border-radius: 5px;
    height: 35px;
    width: 90%;
    margin-top: 10px;
    margin-left: 5%;
    margin-bottom: 20px;
    color: whitesmoke;
    padding-left: 10px;
    border: 1px solid #555;
    background: url(../../image/email.png) no-repeat scroll 325px 6px;
    background-size: 20px;
    font-family: yekan;
}

#pasinput {
    border-radius: 0px 0px 5px 5px;
    height: 35px;
    width: 90%;
    margin-top: 0px;
    margin-left: 5%;
    margin-bottom: 20px;
    color: whitesmoke;
    padding-left: 10px;
    border: 1px solid #555;
    background-color: transparent;
    font-family: yekan;
    text-align:center;
}

#pasp {
    border-radius: 5px 5px 0px 0px;
    background-color: aquamarine;
    width: 90%;
    height: 25px;
    text-align: center;
    color: #00ddff;
    margin-top: 0px;
    margin-left: 5%;
    margin-bottom: 0px;
}

#country {
    border-radius: 5px;
    height: 35px;
    width: 90%;
    margin-left: 5%;
    margin-bottom: 20px;
    color: whitesmoke;
    padding-left: 10px;
    border: 1px solid #555;
    background-color: var(--thi-color);
    font-family: yekan;
}

#message {
    border-radius: 5px;
    height: 200px;
    width: 90%;
    resize: none;
    margin-left: 5%;
    margin-bottom: 20px;
    color: whitesmoke;
    padding-left: 10px;
    border: 1px solid #555;
    background-color: var(--thi-color);
    font-family: yekan;
}

#submitbtn {
    width: 30%;
    height: 28px;
    margin-top: 35px;
    font-size: 14px;
    margin-left: 35%;
    background-color: green;
    border-width: 0px;
    font-family: yekan;
}

    #submitbtn:hover {
        transform: scale(0.9);
    }
