.btn{
    background-color: white;
    /*color:#36c6d3;*/
    border: dashed.2em solid #36C6D3;
    width:54%;
    height:40px;
}
#imgCaptcha {
    width: 170px !important;
    height: 70px !important;
    border-radius: 10px !important;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 3px;
}

.form-control {
    background-color: white !important;
    border: none !important;
   /* border-bottom: 3px solid #ccc !important;*/
}

#imgRefresh {
    width: 50px !important;
    height: 50px !important;
    padding: 5px;
}


.outerDiv {
   /* background-color: #36c6d3;*/
    height: 452px;
    max-width: 100%;
    margin: 0px auto;
    padding: 1px;
}

.leftDiv {
   /* background-color: #36c6d3;*/
    color: white;
    height: 450px;
    width: 40%;
    float: right;
}

.rightDiv {
    background-color: white;
    height: 450px;
    width: 60%;
    float: left;
    overflow: scroll;
    overflow-x: hidden;
    padding: 15px;
    padding-top: 6%;
}

.btn:hover {
    color: #36C6D3;
    text-decoration: none;

}

::-webkit-scrollbar {
    display: none;
}

.redius {
    border-radius: none;
}

.form-login {
    border: 0px;
    padding: 3%;
    width: auto;
}

.login .logo {
    margin: 6px auto 0;
    padding: 15px;
    text-align: center;
}

.alert {
    padding: 9px;
    border: 1px solid transparent;
    border-radius: 4px;
}

#alert_placeholder {
    text-align: center;
}

.custom-bgcolor {
    background-color: #36C6D3;
}

.custom-color {
    color: #36C6D3;
}

.rightDiv1 {
    background-color: white;
    height: 450px;
    margin-left:20%;
    width: 60%;
    float: left;
    overflow: scroll;
    overflow-x: hidden;
    padding: 15px;
    padding-top: 6%;
    border: 1px solid #36C6D3;
}
.login .content {
    background-color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    width: 760px;
    margin: 10px auto 10px;
    padding: 10px 17px 0px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 500px) {
    .login .content {
        width: 360px;
    }
}

.btn .center-block:hover {
    all: initial;
}
.btn .center-block {
   /* background-color: #36c6d3;*/
    color: white;
    border: dashed.2em solid #36C6D3;
    width: 40%;
    height: 40px
}
img {
    /*width: 130px !important;*/
    max-height: 150px !important;
}

.btn.center-block.custom-bgcolor {
    /* Set default text color */
    color: white;
}

.login .content .rememberme {
    margin-left: 0px;
}

.login .content .form-control {
    background: rgba(221, 227, 236, 0.35);
    height: 43px;
    color: #8290a3;
    border: 1px solid #dde3ec !important;
}

.forgot-btn {
    background-color: white;
    /* color: #36c6d3; */
    border: dashed.2em solid #36C6D3;
    height: 40px;
}
