body {
    width: 100vw;
    height: 100vh;
    background: var(--bg-color);
	background: -moz-linear-gradient(315deg, var(--bg-color-spec) 20%, var(--green-color) 30%, var(--yellowGreen-color) 50%);
	background: -webkit-linear-gradient(315deg, var(--bg-color-spec) 20%, var(--green-color) 30%, var(--yellowGreen-color) 50%);
	background: linear-gradient(315deg, var(--bg-color-spec) 20%, var(--green-color) 30%, var(--yellowGreen-color) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--bg-color-spec)",endColorstr="var(--green-color)",GradientType=1);
}

#loginContainer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 500px;
    height: 420px;
    margin: auto;
    background-color: var(--bg-color);
    border-radius: 0.35rem;
    box-shadow: 0px 2px 6px -1px var(--box-shadow);
    /* padding-top: 20px;*/ 
    
    background: var(--bg-color);
	background: -moz-linear-gradient(95deg, var(--bg-color) 96%, var(--bg-color-spec) 100%);
	background: -webkit-linear-gradient(95deg, var(--bg-color) 96%, var(--bg-color-spec) 100%);
	background: linear-gradient(95deg, var(--bg-color) 96%, var(--bg-color-spec) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--bg-color)",endColorstr="var(--bg-color-spec)",GradientType=1);
}

#header-message{
    width: 100%;
    padding: 0 1rem; 
    position: absolute;
    /*margin: -14px 0; */
    text-align: right;
}

#imgContainer {
    width: 360px;
    height: 100%;
    display: inline-block; 
    border-radius: 0.35rem 0 0 0.35rem;
    position: relative;
     
   	background-image: var(--background-image);
    
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; 
}

#imgContainer a,
#imgContainer p,
#imgContainer h5 {
  color: var(--text-color-black);
}
#imgContainer h5 {
	margin-bottom : 0;	
}

#dateContainer {
    margin: 1rem;
}

#details {
    position: absolute;
    left : 0;
    bottom: 0;
    margin: 1rem;
}

#details-right {
    position: absolute;
    right : 0;
    bottom: 0;
    margin: 1rem;
}

#formContainer {
    width: 480px;
    height: 100%;
    display: inline-block;
    padding: 10px 20px;
}

#formContainer img {
    margin-right: 14px;
}

.text-danger{
    padding : 0 !important;
}

#practice {
    margin: 10px 0 0 0;
}

#practice h5{
	/* font-weight: bold; */ 
	margin: 1rem !important;	
	font-size: 14px !important;
}

.font14px {
    font-size: 14px !important;
}

.font12px {
    font-size: 12px !important;
} 

#enter{
	margin: 5px auto;
	padding: 0 1rem;
}

#enter h6{
	color: var(--text-color-black);
	margin-bottom: 0;
}


#enter-msg{	
	border: 1px var(--bg-color-spec) solid;
    background: var(--bg-color-spec);
	background: -moz-linear-gradient(0deg, var(--bg-color) 30%, var(--bg-color-spec) 80%, var(--bg-color) 97%);
	background: -webkit-linear-gradient(0deg, var(--bg-color) 30%, var(--bg-color-spec) 80%, var(--bg-color) 97%);
	background: linear-gradient(0deg, var(--bg-color) 30%, var(--bg-color-spec) 80%, var(--bg-color) 97%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--bg-color)",endColorstr="var(--bg-color-spec)",GradientType=1);
}

#enter-msg svg{
   /* right: 44px;
    position: absolute;
    margin: 0;
    bottom: 10px; */
    display: none;
}
#enter-msg button svg{
	display: block;
}
.container svg{
	margin-right : 5px;
	position: relative;
}

.teamDev {
    display: block;
    color: #1e2833;
    opacity: 0.9;
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-size: 10px;
}
.teamDev:hover {
    color: #000;
    text-decoration: none;
}

.teamDev a{
	color: #1e2833;
}

.teamDev a:hover{
	color: var(--text-color-black);
	background: var(--light);
	font-weight: bold;
	padding: 0.5rem !important; 
	margin: 0 -0.5rem !important;
}

.teamDev a:active{
	color: var(--text-color-black);
	background: var(--bg-color-spec);
}

form .inside-form {
    padding: 0;
}

form .form-control {
    background: none;
    border-color: var(--box-border);
    border-bottom: 1px solid var(--box-shadow);
    border-radius: 0.25rem;
    box-shadow: none;
    outline: none;
    color: inherit;
}

form {
    height: 100%;
    background-color:var(--bg-color);
}

form button[type="submit"] {
    margin: 10px auto;
    color: var(--text-color-white)!important;
    background-color: var(--green-color) !important;
    outline: none;
}

form button[type="submit"]:hover,
form button[type="submit"]:active {
    background: var(--yellowGreen-color) !important;
    outline: none;
    color: var(--text-color-black)!important;
}

input.form-control:focus {
    outline: none;   
    border-color: var(--box-border);
    background-color: transparent;
    border-bottom: 1px solid var(--box-border);
    box-shadow: 0 3px 4px var(--box-shadow);
}

#companyLogo {
    margin: 0px 1rem; 
}

#error {
    font-size: 12px;
    position: absolute;
    z-index: 100;
    width: 258px;
    padding-right: 3rem !important;
    
    margin-left: -2px;
   	margin-top: 0px;
   	min-height: 60px;
}

#choose-login-type.show  {
    display: block;
}
.navbar-brand {
    padding-top: 1.25rem; 
}
    
@media screen and (max-width: 954px) {
    #loginContainer {
        width: 460px;
        height: 400px;
    }

    #formContainer img {
        margin-right: 8px;
    }

    .navbar-brand {
        font-size: 1.0rem;
    }
    #practice {
        margin: 0;
    }

    form button[type="submit"]  {
        margin: 1rem auto;
    }
    
    #error {  
	    width: 232px; 	    
   		min-height: 56px;
	}
}
@media screen and (max-width: 500px) {
    body {
        width: 100vw;
        height: 100vh;
        /* background: url(../images/loginbackground.jpg); */
	    background-image: var(--background-image);
        background-repeat: no-repeat;
        background-attachment: fixed;
  		background-position: bottom right;
        background-size: cover;
        padding: 1rem;
    }

    #loginContainer {
        width: 240px;
        height: 360px;
    }
    
    #formContainer{
    	padding-top: 5px;
    }

    #imgContainer {
        display: none;
    }
    
    #companyLogo { 
	    margin-top: 10px;
	    position: relative;
	}
	
	#login-type-text,
	#practice h5, 
	.form-group > *{
		font-size: 12px !important;	
	}
	
	#practice h5{ 
		margin: .25rem 1rem !important;
	}	
	
	#details-right { 
		margin: 1rem auto; 
	    width: 100%;
	    text-align: center; 
	}
	#header-message{
		font-size: 10px;
		/* text-align: center; */ 
	} 
	.container{ 
		height: 140px !important;
	} 
    #error { 
        width: 204px; 
   		font-size: 10px;
   		margin-top: 4px;
    }
}

#choose-login-type{
	height: 100%;
}

.navbar-toggler {
    padding: .15rem .30rem;
    font-size: 1.00rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .15rem;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg' ><path stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg> );
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

svg:not(:root).svg-inline--fa {
  overflow: visible;
}


.svg-inline--fa.fa-w-18 {
  width: 1.125em;
}

.container{
	overflow: hidden;
    height:180px;
}

/* Language bar */ 
.lang-bar {
	display: inline-flex; 
    background: transparent; 
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    padding: 0px 5px 5px;
    border: 1px var(--box-border) solid;
    border-top: none;  
    box-shadow : 0 1px 50px var(--box-shadow);
} 

.lang-bar a {
    display: block;
    padding-left: 3px;
}

.lang-bar a img {
    display: inline-block;
    vertical-align: middle; 
    border: 0; 
} 
  
.online-result{ 
	font-weight: bold;
}


@media screen and (max-height: 320px){
	#loginContainer {  
		width: 500px;
	    height: 305px;
	} 
	 
	#details-right{
		display: none !important;
	}
}

@media screen and (max-height: 380px) and (min-height: 321px){
	
	#loginContainer { 
		width: 500px;
	    height: 350px;
	} 
}