/**
* Do not edit or add to this file
* If you need help please contact <contact@helioswebcorp.com>
* @author    HeliosWebcorp Company <contact@helioswebcorp.com>
* @copyright 2020 HeliosWebcorp
* @license   please read license in file license.txt
* @package   SMS Service PRO
*/

.hwc-container {
    width: 70%;
    margin: auto;
    text-align: center;
}

.hwc-fomrgroup {
    width: 50%;
    margin: auto;
    display: block;
    height: 50px;
}
.hwc-fomrgroup-button{
    height: auto !important;
}
.hwc-fomrgroup input{
    float: right;
    width: 70%;
    height: 25px;
    margin-right: 20px;
    line-height: 50px;
}
.hwc-fomrgroup b{
    font-size: 20px;
}
/* The Modal (background) */
.hwc-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.hwc-label{
    float: left;
}

/* Modal Content */
.hwc-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
}
.hwc-otp-button{
    margin-top: 10px;
}
@media only screen and (max-width: 1580px){
    .hwc-modal-content {
        width: 1000px;
    }
}
@media only screen and (max-width: 1130px){
    .hwc-modal-content {
        width: 800px;
    }
    .hwc-fomrgroup {
        width: 70%;
    }
    .hwc-fomrgroup input{
        width: 70%;
    }
}
@media only screen and (max-width: 840px){
    .hwc-modal-content {
        width: 600px;
    }
    .hwc-fomrgroup {
        width: 80%;
        margin-top: 10px;
    }
    .hwc-fomrgroup input{
        width: 100%;
        float: none;
    }
    .hwc-label{
        text-align: left;
        float: none;
    }
}
@media only screen and (max-width: 630px){
    .hwc-modal-content {
        width: 500px;
    }
    .hwc-fomrgroup {
        width: 90%;
        margin-top: 10px;
    }
    .hwc-fomrgroup input{
        width: 100%;
        float: none;
    }
    .hwc-label{
        text-align: left;
        float: none;
    }
}
@media only screen and (max-width: 530px){
    .hwc-modal-content {
        width: 100%;
    }
    .hwc-fomrgroup {
        width: 90%;
        margin-top: 10px;
    }
    .hwc-fomrgroup input{
        width: 100%;
        float: none;
    }
    .hwc-label{
        text-align: left;
        float: none;
    }
}


/* The Close Button */
.hwc-close {
    color: #7039d0 !important;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.hwc-close:hover,
.hwc-close:focus {
    text-decoration: none;
    cursor: pointer;
    color: #4A268A;
}

.hwc-btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    border-radius: 0;
    background-color: #7039d0;
    color: #fff;
}
.hwc-btn:hover{
    background-color: #4A268A;
    color: #fff;
}
.hwc-input{
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    background-color: #f5f8f9;
    background-image: none;
    border: 1px solid #c7d6db;
    border-radius: 3px;
    color: #555;
    display: block;
    font-size: 12px;
    height: 31px !important;
    line-height: 1.42857 !important;
    padding: 6px 8px;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    width: 100%;
}

.hwc-title-form{
    margin-bottom: 25px;
}
