body {
    font-family: "Montserrat", sans-serif;
}

/*
.main-head{
    height: 150px;
    background: #FFF;
   
}

.sidenav {

    height: 100%;
background: rgb(2,0,36);
background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(11,14,73,1) 35%, rgba(5,13,36,1) 100%);  
    overflow-x: hidden;
    padding-top: 20px;
	 display: flex;
}


.main {
    padding: 0px 10px;z-index:9;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
}

@media screen and (max-width: 450px) {
    .login-form{
        margin-top: 10%;
    }

    .register-form{
        margin-top: 10%;
    }
}

@media screen and (min-width: 768px){
    .main{
        margin-left: 50%; 
    }

    .sidenav{
        width: 50%;
        position: fixed;
       display: table;
        top: 0;
        left: 0;
    }

    .login-form{

        margin-top: 65%;

    }

    .register-form{
        margin-top: 20%;
    }
}


.login-main-text{
    margin-top: 38%;
    padding: 70px;
    color: #fff;
	text-align:center;
}

.login-main-text h2{
    font-weight: 300;
}

.btn-black{
    background-color: #000 !important;
    color: #fff;
}
.circle{
	width: 100px; 
	height: 100px; 
	background: #fff; 
	border-radius: 50%;
	
	border:3px solid #fff;

	
}

	.brand_logo_container {
			position: absolute;
			height: 170px;
			width: 170px;
			top: 150px;
			right:-85px;
			border-radius: 50%;
			background: #fff;
			padding: 10px;
		
			float:right;
	@margin-right:-85px;
	@margin-top:30%;
	z-index:11;
		}
		.brand_logo {
			height: 150px;
			width: 150px;
			border-radius: 50%;
			border: 3px solid #0558cf;
			
		}
		

.sidenav:before {
  content: " ";
  position: absolute;
  height: 180px;
  width:180px;
  background: url('client-logo.png');
   background-position: center;
  background-repeat: no-repeat; 
  background-color: #fff;
  border-radius: 50%;
  border:10px solid #fff;
display:inline-block;
			top: 35%;
			right:-90px;
display: table;
 padding: 10px;
  background-clip: content-box; 
   @ -webkit-box-shadow: 0 5px 10px #fff;
 @ -moz-box-shadow: 0 5px 10px #fff;
 @ box-shadow: 0 5px 10px #fff;
 @ -webkit-transform: rotate(-3deg);
 @ -moz-transform: rotate(-3deg);
 @ -o-transform: rotate(-3deg);
 @ -ms-transform: rotate(-3deg);
 @ transform: rotate(-3deg);
  border-bottom-color: #386ae0;
  border-left-color: #fcc932;
  border-right-color: #fcc932;
  border-top-color: red;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}
*/
.login,
.image {
  min-height: 100vh;
}

.bg-image {
background: rgb(2,0,36);
background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(11,14,73,1) 35%, rgba(5,13,36,1) 100%);  
  background-size: cover;
  background-position: center center;
    min-height: 100vh;
}
#logo:before{
  content: " ";
  @position: absolute;
  height: 180px;
  width:180px;
  background: url('client-logo.png');
   background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-color: #fff;
  border-radius: 50%;
  border:10px solid #fff;
display:inline-block;
			@top: 10%;
			@right:-90px;
display:block;
 padding: 10px;
margin:0 auto;
  background-clip: content-box; 
   @ -webkit-box-shadow: 0 5px 10px #fff;
 @ -moz-box-shadow: 0 5px 10px #fff;
 @ box-shadow: 0 5px 10px #fff;
 @ -webkit-transform: rotate(-3deg);
 @ -moz-transform: rotate(-3deg);
 @ -o-transform: rotate(-3deg);
 @ -ms-transform: rotate(-3deg);
 @ transform: rotate(-3deg);
  border-bottom-color: #386ae0;
  border-left-color: #fcc932;
  border-right-color: #fcc932;
  border-top-color: red;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
z-index:1000;
}
.mobileShow {
  display: none;
}

.mobileShow img{
    width: 100%;  
}

/* Smartphone Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .mobileShow {
    display: block;
    width: 50%;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin: 0 auto;
	text-decoration:none;
  }
}

.mobileShow1 {
  display: none;
}

.mobileShow1 img{
    width: 100%;  
}

/* Smartphone Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .mobileShow1 {
    display: block;
     margin: 0 auto;
	text-decoration:none;
  }
}