

.modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15%;
}
.modal-content{
    max-height: 300px;
}

.modal-dialog.modal-dialog-centered{
    background-image: url('../sprites/board.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 57.5%;
    height: 250px !important;
}

.modal-content {
    margin-top: 2%;
    background-color: transparent;
    border: none;
    -webkit-box-shadow:none;
    box-shadow: none;
}

.modal-body {
    border-radius: 2rem;
}

.main {
    position: relative;
    top: 0;
    width: 80%;
    margin: 0px auto;
    padding: 0rem 2rem;
}

.input-group{
    margin-top: 5%;
}

.form-group {
    margin-bottom: 25px;
}

.form-group>label {
    
    display: block;
    font-size: 18px;
    color: #000;
}

.custom-control-label {
    color: #000;
    font-size: 16px;
}

.form-control {
    height: 60px;
    background: #ecf0f4;
    padding: 0 15px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 2rem;
    font-size: 3rem;
}



.mt-5 {
    margin-top: 5rem;
}

.col-md-6{
    width: 50%;
}

.float-right{
    float: right;
}

.btn {
    background: transparent;
    letter-spacing: 0.050em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 3rem;
    border-radius: 2rem;
}
#pasteBtn{
    background-color: brown;
}
.btn img{
    width: 80px;
}


.close {
    color: #000;
    font-size: 100px;
    position: relative;
    top: 0;
}

.btn-ac {
    margin-top: 1%;
}
.main h1{
    margin-top: 21%;
    font-size: 6rem;
}
@media screen and (max-width:1400px) {
    .main h1{
        margin-top: 3%;
    }
    .close {
        margin-right: 4.5rem;
        margin-top: 5%;
    }
    .input-group{
        margin-top: 6%;
    }
    .form-control{
        font-size: 2rem;
    }
    .btn{
        padding: 1.575rem ;
        font-size: 2rem;
    }
}

@media screen and (max-width:1366px) {
    .close {
        margin-right: 4.5rem;
        /* margin-top: 5%; */
    }
    .form-control{
        margin-top: 2%;
    }
}



@media screen and (max-width:1280px) {
    .main h1{
        margin-top: 19%;
    }
    .close {
        margin-right: 4.5rem;
        /* margin-top: 11%; */
    }
    .btn img{
        width: 45% ;
    }
    .modal-dialog{
        left: 6.5%;
    }
    .modal-dialog.modal-dialog-centered{
        width: 61%;
    }
}

@media screen and (max-width:1000px) {
    .close{
        margin-top: -6px;
        /* margin-right: 8%; */
    }
    .close .span{
        font-size: 50px !important;
    }
    .modal-body{
        padding: 0;
    }
    .modal-body .input-group{
        width: 100%;
    }
    .modal-body .form-control{
        height: 40px !important;
        font-size: 1.5rem !important;
    }
    .modal-body .btn{
        font-size: 1.5rem;

    }
    .modal-body .btn-ac{
        margin-top: -7%;
    }
    .modal-dialog {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 6%;
        width: 40%;
    }
    .input-group{
        margin-top: 2%;
    }
    .btn{
        font-size: 1rem;
    }
    .btn img{
        width: 30px ;
    }
    .main{
        margin-top: 0%;
    }
    #pasteBtn,#clearBtn{
        display: none;
    }

    .form-control#link{
        border-radius: 2rem;
    }
    .modal-dialog.modal-dialog-centered{
        height: 35% !important;
        width: 57.5%;
    }
}
@media (max-width: 740px){
    .modal-dialog.modal-dialog-centered{
        margin: 0 auto;
    }
    .modal-dialog {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0 !important;
        width: 40%;
    }
    .main{
        margin-top: 4%;
    }
    .modal-content {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
@media (max-width: 600px){
    .modal-content {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .main{
        margin-top: 28%;
    }
    .form-control{
        margin-top: -4%;
    }
    .modal-dialog {
        position: absolute;
        left: 0;
        right: 0;
        top: 40%;
        width: 100%;
        margin: 0 auto;
    }
    #pasteBtn,#clearBtn{
        display: none;
    }
    .modal-dialog.modal-dialog-centered{
        width: 95%;
    }
    .modal-body .btn-ac {
        margin-top: -10%;
    }
}

