﻿html, body form {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    padding: 0;
    margin: 0;
    
}
.main-wrapper {
  height: 100vh;  
}

.main-content
{
  height:100%;
  min-height:100%;
}

.dxcaRefreshButtonCell
{
    width: 700px;
}

/*.bodyfull
{
	background-color:#38B3E7 !important;
	background-image:url("/Design/logo/background5.png");
        height: 100%;
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;
	 width:100%;
 	 overflow:hidden; /* or overflow:auto; if you want scrollbars */
  	
/*}*/
.bodyfull
{
	/*background-color:#38B3E7 !important;*/
	background-image:url("/Design/logo/background5.png");
        height: 100% !important;
	  background-position:center;
	  background-repeat: no-repeat;
	  background-size: 100% auto;
	 width:100% ;
 	 overflow:hidden; /* or overflow:auto; if you want scrollbars */
  	/*position:fixed*/
}
.menu
{
	background-color:#ffffff;
}
.dxca-imageDiv
{
       width: 100% !important;
}
.contact
{
	list-style-type: none;
	padding-top: 15px;
        color: #0B54A4;
        font-weight: 600;
}
.footerradiusleft
{
	border-top-left-radius: 10px;
	color:#0B54A4;
}
.footerradiuscenter
{
	color:#0B54A4;
}
.footerradiusright  
{
	border-top-right-radius: 10px;
	color:red;
}
.footerradius
{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color:white;
	min-width: 300px;
        max-width: 350px;
}

.card0 {
    box-shadow: 0px 4px 8px 0px #757575;
    border-radius: 0px
}

.card2 {
    margin-top: 30px;
    margin-bottom: 30px;;
    border: 1px #38B3E7 solid;
    background-color:#C3E7F6;
    border-radius: 10px;
    min-width: 300px;
    max-width: 350px;
}
.mainlogin
{
    margin-top:25px;
    margin-bottom: 25px;
    border: 1px #38B3E7 solid;
    background-color:#C3E7F6;
    border-radius: 10px;
    min-width: 300px;
    max-width: 350px;
}

.logo {
    height: 65px;
    margin-left: 40px
}

.image {
    width: 100%;
}

.border-line {
   
}

.loginlogin {
    background-color: #fff;

    cursor: pointer
}



.line {
    height: 1px;
    width: 45%;
    background-color: #26A9E1;
    margin-top: 10px
}

.or {
    width: 10%;
    font-weight: bold
}

.text-sm {
    font-size: 14px !important
}

::placeholder {
    color: #BDBDBD;
    opacity: 1;
    font-weight: 300
}

:-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

::-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

input,
textarea {
    padding: 10px 12px 10px 12px;
    border: 1px solid lightgrey;
    border-radius: 2px;
    margin-bottom: 5px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 14px;
    letter-spacing: 1px
}

input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #304FFE;
    outline-width: 0
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

a {
    color: inherit;
    cursor: pointer
}

.btn-blue {
    background-color: #1A237E;
    width: 150px;
    color: #fff;
    border-radius: 2px
}

.btn-blue:hover {
    background-color: #000;
    cursor: pointer
}

.bg-blue {
    color: #fff;
    background-color: #1A237E
}

@media screen and (max-width: 991px) {
    .logo {
        margin-left: 0px
    }

   

    .border-line {
        border-right: none
    }

    .card2 {
        border-top: 1px solid #EEEEEE !important;
        margin: 0px 15px
    }
}
#Captcha_IMG
{
    width: 100% !important;
}
#Captcha
{
    width: 100% !important;
margin: 5px;
margin-left: auto;
margin-right: 0px;
}
.dxeMemoEditAreaSys, input[type="text"].dxeEditAreaSys, input[type="password"].dxeEditAreaSys
{
    height:30px;
    border-radius: 15px;
}
.custom-control-label::after
{
    border: #26A9E1 solid 1px;
    border-radius: 3px;
}
.borderradius
{
    border-radius: 10px;
}