@font-face {
    font-family: font1;
    src: url(Geomanist-Light.otf);
}
@font-face {
    font-family: font2;
    src: url(Geomanist-Book.otf);
}

@media (min-width: 768px) {

    body {
        padding: 0;
        margin: 0;
        height: 100vh;
        font-family: font1;
        background: url(ttbg.png);
        background-repeat: no-repeat;
        background-attachment: fixed;
        text-align: center;
    }

    .logo {
        display: inline-block;
        width: 50%;
        text-align: center;
    }
    .logo img{
        max-width: 90%;
    }

    div.container {
        display: inline-block;
        width: 30%;
        margin:  auto;
    }

    div.container div.form {
        display: inline-block;
        width: 60%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding: 0;
    }

    div.container div.form div.group {
        display: inline-block;
        margin-bottom: 10px;
        width: 100%;
    }

    div.container div.form div.group .input {
        display: inline-block;
        width: 100%;
        border: 0;
        border-radius: 10px;
        box-shadow: 3px 2px 4px -1px #000;
        outline: none;
        font-size: 18pt;
        padding: 9px;
    }

    div.container div.form div.group label {
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
    }

    div.container div.form div.button {
        display: inline-block;
        width: 100%;
        text-align: center;
    }


    .submenu{
        list-style: none;
        display: inline-block;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .submenu li{
        display: inline-block;
        width: 100%;
    }
    .submenu li a,
    div.container div.form div.button button {
        font-size: 15pt;
        margin-top: 10px;
        display: inline-block;
        border: 0;
        outline: none;
        cursor: pointer;
        text-decoration: none;
        border-radius: 10px;
        padding: 10px 20px;
        font-weight: bold;
        background: #505454;
        color: #fff;
        box-shadow: 3px 2px 4px -1px #000;
        background: rgb(232,100,37);
    }
    div.container div.form div.whatsapp button {
        font-size: 15pt;
        margin-top: 10px;
        display: inline-block;
        border: 0;
        outline: none;
        cursor: pointer;
        border-radius: 10px;
        padding: 10px 20px;
        font-weight: bold;
        background: #505454;
        color: #fff;
        box-shadow: 3px 2px 4px -1px #000;
        background: rgb(71,199,87);
    }
    div.container div.form div.oyun button {
        font-size: 15pt;
        margin-top: 10px;
        display: inline-block;
        border: 0;
        outline: none;
        cursor: pointer;
        border-radius: 10px;
        padding: 10px 20px;
        font-weight: bold;
        background: #505454;
        color: #fff;
        box-shadow: 3px 2px 4px -1px #000;
        background: rgb(232,100,37);
    }
    .mt10 {
        margin-top: 10px;
    }

}
@media (max-width: 768px) {
    body{
        padding: 0;
        margin: 0;
        background: url("ttbg2.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        font-family: font1;
    }
    .container{
        display: inline-block;
        width: 100%;
        min-height: 100vh;
        text-align: center;
        background-position: bottom right;
        background-size: 60%;
    }
    .container .logo{
        display: inline-block;
        width: 100%;
        margin-top: 10px;
        text-align: center;
    }
    .logo img{
        max-width: 60%;
    }
    .container .form{
        text-align: left;
        text-align: center;
        border-radius: 10px;
    }
    .container .group{
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
    }
    .container .input{
        display: inline-block;
        width: 90%;
        font-size: 16pt;
        box-shadow: 3px 2px 4px -1px #000;
        margin-bottom: 10px;
        padding: 10px 5%;
        border: 0;
        outline: none;
        border-radius: 10px;
    }
    .container label{
        font-size: 15pt;
        display: inline-block;
        width: 100%;
        margin-bottom: 0px;
    }
    .container .button{
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-bottom: 0px;
    }

    .submenu{
        list-style: none;
        display: inline-block;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .submenu li{
        display: inline-block;
        width: 100%;
    }
    .submenu li a,
    .container .button button{
        font-size: 15pt;
        text-decoration: none;
        margin-top: 10px;
        display: inline-block;
        border: 0;
        border-radius: 10px;
        padding: 10px 20px;
        outline: none;
        cursor: pointer;
        font-weight: bold;
        color: #fff;
        box-shadow: 3px 2px 4px -1px #000;
        background: rgb(232,100,37);
    }
    .container .whatsapp button{
        font-size: 15pt;
        margin-top: 10px;
        display: inline-block;
        border: 0;
        border-radius: 10px;
        padding: 10px 20px;
        outline: none;
        cursor: pointer;
        font-weight: bold;
        color: #fff;
        box-shadow: 3px 2px 4px -1px #000;
        background: rgb(71,199,87);
    }
    .container .oyun button{
        font-size: 15pt;
        margin-top: 10px;
        display: inline-block;
        border: 0;
        border-radius: 10px;
        padding: 10px 20px;
        outline: none;
        cursor: pointer;
        font-weight: bold;
        color: #fff;
        box-shadow: 3px 2px 4px -1px #000;
        background: rgb(232,100,37);
    }
    .container .group:last-child,.container .group:last-child label{
        margin-bottom: 0;
    }
}
