﻿/*/* DivTable.com */
/*.divTablel {
    display: table;
    width: 40%;
    background-color: white;
    -moz-box-shadow: 1px 1px 6px 1px #aaaaaa;
    -webkit-box-shadow: 1px 1px 6px 1px #aaaaaa;
    box-shadow: 1px 1px 6px 1px #aaaaaa;
    margin-left: auto;
    margin-right: auto;
}

.divTableRowl {
    display: table-row;
}

.divTableHeadingl {
    background-color: #EEE;
    display: table-header-group;
}

.divTableCelll, .divTableHeadl {
    display: table-cell;
    padding: 3px 10px;
}

.divTableHeadingl {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFootl {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBodyl {
    display: table-row-group;
}*/


.textboxl {
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: 70%;
}

/* Set a style for all buttons */

.btn3
{
     background-color: #ffffff;
    color: #088bcd;
    padding: 17px 40px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 40%;
    font-size: 20px;
}
.buttonsl {
    background-color: #33C0FB;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 40%;
}

.logincontainerl {
    border: 1px #C91518;
    padding: 16px;
    text-align: center;
}

span.psw {
    float: right;
    padding-top: 16px;
}





/* The Modal (background) */
.modall {
    border-radius: 10px 10px 10px 10px;
    margin-top: -280px;
    z-index: 1;
    width: 46%;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    -moz-box-shadow: 1px 1px 6px 1px #aaaaaa;
    -webkit-box-shadow: 1px 1px 6px 1px #aaaaaa;
    box-shadow: 1px 1px 6px 1px #aaaaaa;
}

/* Modal Content/Box */
.modall-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 35%; /* Could be more or less, depending on screen size */
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }

    .cancelbtn {
        width: 100%;
    }

    .buttonsl {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .modall {
        margin-top: -280px;
        z-index: 1;
        width: 80%;
    }

    .modall-content {
        width: 60%; /* Could be more or less, depending on screen size */
        
    }

    .modal1-content {
        width: 60%; /* Could be more or less, depending on screen size */
    }

      .textboxl {
        width: 70%;
        font-size:20px;
    }
      .btn3
      {
           font-size:18px;
      }
      .buttonsl
      {
           width:60%;
           font-size:18px;
      }

}




@media (max-width: 453px) {

    .modall-content {
        width: 80%;
    }

    .modal1-content {
        width: 80%;
    }

    .textboxl {
        width: 100%;
    }
}


.registrationcontainer {
    border: 1px #C91518;
    padding: 16px;
    text-align: center;
}

.registration  {
    border-radius: 10px 10px 10px 10px;
    margin-top: -280px;
    z-index: 1;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    -moz-box-shadow: 1px 1px 6px 1px #aaaaaa;
    -webkit-box-shadow: 1px 1px 6px 1px #aaaaaa;
    box-shadow: 1px 1px 6px 1px #aaaaaa;
    position:relative;
}

/* Modal Content/Box */
.registration -content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 35%; /* Could be more or less, depending on screen size */
}

@media screen and (max-width: 768px) {
    .registration  {
        margin-top: -280px;
        z-index: 1;
        width: 80%;
    }

    .registration -content {
        width: 60%; /* Could be more or less, depending on screen size */
        
    }

    .registration -content {
        width: 60%; /* Could be more or less, depending on screen size */
    }
}

.btn55
{
    line-height: 12px;
     font-family: tahoma;
     margin-top: 5px;
     margin-right: 6px;
     position:absolute;
     top:0;
     right:0;
}


@media (max-width: 453px) {

    .registration -content {
        width: 80%;
    }

    .registration -content {
        width: 80%;
    }
}
