@charset "utf-8";

/* CSS Document */


/** Download **/

button.close-modal {
    background: none;
    border: none;
    position: absolute;
    right: 4px;
    top: 0px;
    font-size: 24px;
    font-weight: 900;
    color: #cbcbcb;
    z-index: 2;
}

button.close-modal:focus {
    outline: none;
    box-shadow: none;
}

.modal-dialog.dl-dialog {
    top: 6%;
}

.modal-content.modal-download {
    padding: 0 15px 15px;
    background: #ffffff;
    color: #fff;
    border: 1px solid #eaecf0;
}

.access-info-wrapper {
    display: block;
    max-width: 500px;
    margin: 15px auto 0;
}

table.access-table tr td {
    border: 1px solid #fff;
    background: #e6e6e6;
    color: #5b5b5b;
    padding: 4px 5px;
    font-size: 13px;
    line-height: 1.3;
}

.main-text {
    color: #000000;
}

.dld-wrap {
    position: relative;
    margin: 10px auto;
}

.dld-box {
    position: absolute;
    bottom: 5%;
    left: 6%;
}

.dl-device {
    background: url(../images/dl-btn.png)no-repeat center;
    background-size: contain;
    display: block;
    color: #fff;
    width: 150px;
    height: 42px;
    margin: 10px auto 0;
    padding: 6px 5px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}

.dl-device:hover {
    color: #fff;
}

.dl-device img {
    max-width: 18px;
    vertical-align: sub;
}

.download-wrap {
    padding-top: 15px;
    text-align: center;
}

a.devide-btn {
    background: linear-gradient(#fcb813, #d58200);
    border: 1px solid #ffc107;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0px;
    display: inline-block;
    width: 120px;
    padding: 5px 2px;
    margin: 0 5px;
    border-radius: 5px;
}


/* LOGIN MODAL */

#login .modal-header,
#register .modal-header,
#forgot .modal-header {
    background: #fff;
    display: flex;
    justify-content: center;
    position: relative;
}

#login .modal-title,
#register .modal-title,
#forgot .modal-title {
    text-align: center;
    color: #777777;
    display: block;
    width: 100%;
}

#login .close-x,
#register .close-x,
#forgot .close-x {
    border: none;
    background: none;
    right: 10px;
    position: absolute;
    top: 15px;
    font-size: 25px;
}