.main-container{
    height: calc(100vh - 100px);
    background: #f5f5f5;
    padding: 20px;
}
.main-wrapper{
    height: 100%;
    padding: 30px;
}

.wrapper-box{
    background: #fff;
    padding: 50px;
    width: 50%;
    margin: 0 auto;
    box-shadow: 1px 1px 2px 3px #e7e7e7;
    border-radius: 5px;
}

input{
    height: 45px!important;
}
.heading-wrapper{
    text-align: center;
    margin-bottom: 20px;
}
.heading-text{
    font-family: Poppins-Medium;
    font-size: 19px;
}

#activateBtn{
    background: #e06676;
    color: #fff;
    font-family: Poppins-SemiBold;
    outline: none;
}

#licenseVerificationWrapper{
    display: none;
}

#licenseVerificationHashInput{
    width: calc(100% - 50px);
    height: 120px;
    resize: none;
    border: 1px solid #ccc;
    border-top-right-radius: 0;
    padding: 10px;
    box-shadow: 1px 1px 4px 1px #ccc;
    outline: none;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 0;
    border-right: none;
    font-size: 12px;
    display: inline-block;
}

#copyRequestLicenseHash{
    position: absolute;
    font-size: 24px;
    border: 1px solid #ccc;
    border-top-right-radius: 5px;
    background: #f2f2f2;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
    color: #f59494;
    height: 120px;
    line-height: 115px;
    box-shadow: 1px 1px 4px 1px #ccc;
}

#licenseActivationHashInput{
    width: 100%;
    height: 120px;
    resize: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 1px 1px 4px 1px #ccc;
    outline: none;
    font-size: 12px;
    margin-top: 15px;
}

#licenseUserCountInput{
    display: none;
    width: 250px;
}