﻿body {
    font-family: BNazanin;
    background-color: #7b6ad8;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.input-form {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: right;
    font-family: 'BNazanin';
    font-size: 18px;
}

#pay {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    font-family: 'BNazanin';
    font-size: 18px;
}

    #pay:hover {
        background-color: #45a049;
    }

.main_div {
    width: 400px;
    border-radius: 5px;
    background-color: white;
    padding: 20px;
    margin: 1% 35% 15% 35%;
    text-align: right;
    border: 1px solid #b1e0be;
}

  @media only screen and (max-width: 500px) {
        /* horizontal scrollbar for tables if mobile screen */
    .main_div {
        margin: 5px;
        width: 95%;
        padding: 5px;
    }
}

@font-face {
    font-family: 'BNazanin';
    src: url(../../fonts/BNazanin.ttf) format('woff2');
}

.header_div {
    text-align: center;
    border: 1px solid #b1e0be;
    /*background-color: #b4e2ed;*/
    padding-top:10px;
}

.div_top {
    width: 100%;
    height: 100px;
    background-color: #52504f;
}

#image {
    font-family: 'Times New Roman', Times, serif;
    margin-top: 10px;
    box-shadow: 5px 5px 5px 5px gray;
    width: 85px;
    padding: 8px;
    font-weight: 400;
    padding-bottom: 0px;
    height: 35px;
    user-select: none;
    text-decoration: line-through;
    font-style: italic;
    font-size: 27px;
    border: red 2px solid;
    margin-left: 10px;
    background-image: url(../../img/capcha/back.png);
}

#user-input {
    /*box-shadow: 5px 5px 5px 5px gray;*/
    width: auto;
    margin-right: 10px;
    /*padding-bottom: 10px;*/
    /*margin-bottom: 10px;*/
    height: 30px;
    border: red 0px solid;
}

    #user-input #submit {
        height: 22px;
    }
    input {
    border: 1px black solid;

}

.inline {
    display: inline-block;
}

#btn {
    box-shadow: 5px 5px 5px grey;
    color: aqua;
    margin: 10px;
    background-color: brown;
}

.div_capcha{
    vertical-align:central;
    text-align:center;
}
    .sub {
        height:60px;
    }

    #key {
        height: 20px;
        color: red;
        padding: 1px;
        margin: 1px;
    }

.div_result {
    text-align: center;
    height: 150px;
    vertical-align: central;
    padding-top: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#returntoform {
    /*width: 100%;*/
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 10px;
    margin-right: 100px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    /*text-align: center;*/
    font-family: 'BNazanin';
    font-size: 18px;
    text-decoration: none;
}

canvas {
    height:50px;
    width:170px;
    border: 1px solid red;
    background-color: #fff;
    margin-top: 5px;
    margin-left: 15px;
    box-shadow: 5px 5px 5px 5px gray;
    padding:0px;
    /*background-image: url(../../img/capcha/back.png);*/
}

#captchaInput {
    height: 22px;
    width: 100px;
    border: 1px  solid;
    font-family: 'BNazanin';
    margin-right: 15px;
}

#message {
    height: 20px;
    color: red;
    padding: 1px;
    margin: 1px;
}