.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 16px !important;
}

.intl-tel-input {
    display: block;
}

.btn {
    background-color: white;
   /* color: #36c6d3;*/
    width: 53%;
    height: 40px;
}
 .btn .center-block {
      /*  background-color: #36c6d3;*/
     color: white;
     width: 43%;
     height: 40px;
 }

.signup-btn {
    color: white;
    width: 43%;
    height: 40px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}


#imgCaptcha {
    width: 140px !important;
    height: 60px !important;
   /* border-radius: 10px !important;*/
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 3px;
}

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

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

/*#imgRefreshbutton {
    width: 40px;
    height: 40px;
}*/

img {
    /*width: 130px !important;*/
    max-height: 150px !important;
}
.hide {
    display: none;
    visibility: hidden;
}

.show {
    display: block;
    visibility: visible
}


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

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


.rightDiv {
    background-color: white;
    height: 450px;
    overflow: scroll;
    overflow-x: hidden;
    width: 60%;
    float: right;
    padding-top: 10px;
   /* padding-left: 20px;*/
}

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

.redius {
    border-radius: none;
}

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

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

.login .content {
    background-color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    width: 800px;
    margin: 35px auto 10px;
    padding: 10px 10px 0px;
    /*overflow: hidden;*/
    overflow: inherit;
    position: relative;
}

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

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

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

@media (max-width: 500px) {
    .login .content {
        width: 360px;
    }
}
.form-group{
color:black;
}
.panel-body {
    padding: 10px 0px 0px 0px !important;
}
