


.btn-login {
    margin: 2px
}

a#getProductKey:visited {
    color: white;
}

.m3 {
    margin-top: 3px;
}
/*-----STARTLiCENCE------*/
div.pnlLogin {
    width: 350px;
    padding: 5px;
    background: #fff;
    box-shadow: 1px 1px 6px 3px #ddd;
    margin: 0 auto;
    margin-top: 40vh;
        padding: 25px;
    border-radius: 5px;
    position: relative;
    transform: translate(0,-50%);
}
.pnlLogin input[type="text"] {
    background-color: #f7f7f7;
    border: 1px solid #e2e2e2;
    border-radius: 5px !important;
    margin-bottom: 15px;
    padding: 12px;
    font-family: inherit;
    height: calc(2em + .75rem + 2px);
    transition:all 0.3s ease;
        border-right: 3px solid #b70000;
}
.pnlLogin input[type="text"]:focus {
    box-shadow: 0 0 5px #ddd !important;
    background-color: #fff;
    border: 1px solid #e2e2e2;
}
.getLicense {
    color: #fff !important;
}
.pnlLogin .btn-success {
    color: #fff;
    background-color: #219e3e;
    border:0;
    float: right;
    width: 48%;
    padding: 0;
    margin:5px 0 0 3px;
    font-family: inherit;
    font-weight: normal;
    font-size: 14px;
    padding: 0;
    border-radius:5px;
    transition:all 0.3s ease;

}
.pnlLogin .btn-success.focus,.pnlLogin .btn-success:focus {
    box-shadow: none;
}
.pnlLogin .btn-success:hover,.pnlLogin .btn-primary:hover  {
    background-color: #047a1f;
    box-shadow:0 0 5px #ababab;
}
.pnlLogin .btn-primary:hover {
    background-color:#0467d1;
}
.pnlLogin .btn-primary {
    color: #fff;
    background-color: #007bff;
    border:0;
    width: 49%;
    margin:5px 3px 0 0;
    font-family: inherit;
    font-weight: normal;
    font-size: 14px;
    border-radius:5px;
        transition:all 0.3s ease;
}
.pnlLogin .form-group {
    margin-bottom: 0;
}
.pnlLogin input:focus::-webkit-input-placeholder{
    color: transparent!important;
}
.pnlLogin input:focus::-moz-placeholder{
    color: transparent!important;
}
.pnlLogin input:focus:-moz-placeholder{
    color: transparent!important;
}
/*-----ENDLiCENCE------*/