.smpp-bg {
    color: #fff;
    background-color: #E42B1F;
}
.smpp-bg:hover, .smpp-bg:focus, .smpp-bg:active, .smpp-bg.active, .open>.dropdown-toggle.smpp-bg {
    color: #fff !important;
    background-color: #E42B1F !important;
}

.smpp-color{
    color: #E42B1F;
}

body{
    background-color: rgba(86, 61, 124, .15) !important;
}

.smpp-overlay{
    background-color: #ffffff !important;
    border-radius: 10px;
    margin: 30px 0 30px 0;
}

.smpp-bg-large{
    background-color: #E42B1F;
    border: none;
    color: #ffffff;
    padding: 15px 100px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
}

.smpp-bg-large:hover, .smpp-bg-large:focus, .smpp-bg-large:active, .smpp-bg-large.active, .open>.dropdown-toggle.smpp-bg-large {
    color: #fff !important;
    background-color: #E42B1F !important;
}


/*login*/

.login-box {
    margin-top: 75px;
    padding: 50px;
    height: auto;
    background: #fff;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.login-key {
    height: 100px;
    font-size: 80px;
    line-height: 100px;
    background: -webkit-linear-gradient(#27EF9F, #0DB8DE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.login-title {
    margin-top: 15px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #E42B1F;
}

.login-error{
    margin-top: 15px;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    opacity: 0.8;
    color: #fff;
    background-color: #E42B1F;
}

.login-form {
    margin-top: 25px;
    text-align: left;
}

input[type=text] {
    border: none;
    border-bottom: 2px solid grey;
    border-top: 0px;
    border-radius: 0px;
    font-weight: bold;
    outline: 0;
    margin-bottom: 20px;
    padding-left: 0px;
    color: black;
}

input[type=password] {
    border: none;
    border-bottom: 2px solid grey;
    border-top: 0px;
    border-radius: 0px;
    font-weight: bold;
    outline: 0;
    padding-left: 0px;
    margin-bottom: 20px;
    color: black;
}

.form-group {
    margin-bottom: 40px;
    outline: 0px;
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*border-bottom: 2px solid #0DB8DE;*/
    /*outline: 0;*/
    /*background-color: #1A2226;*/
    /*color: #ECF0F5;*/
}

input:focus {
    outline: none;
    box-shadow: 0 0 0;
}

label {
    margin-bottom: 0px;
}

.form-control-label {
    font-size: 10px;
    color: #6C6C6C;
    font-weight: bold;
    letter-spacing: 1px;
}

.btn-outline-primary {
    border-color: #0DB8DE;
    color: #0DB8DE;
    border-radius: 0px;
    font-weight: bold;
    letter-spacing: 1px;
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);*/
}

.btn-outline-primary:hover {
    /*background-color: #0DB8DE;*/
    right: 0px;
}

.login-btm {
    float: left;
}

.login-button {
    padding-right: 0px;
    text-align: right;
    margin-bottom: 25px;
}

.login-text {
    text-align: left;
    padding-left: 0px;
    color: #A2A4A4;
}

.loginbttm {
    padding: 0px;
}
