input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
}

html,
body {
    overflow-x: hidden !important;
}


body::-webkit-scrollbar {
    width: 7px;
    position: relative;
    right:10px;
}
  
body::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    border-radius: 0px;
    background-color: #fff;
}
 
body::-webkit-scrollbar-thumb {
    border-radius: 0px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
    background-color:#ccc;
    border-radius: 5px;
}

header {
    width: 100%;
    float: left;
}

section {
    width: 100%;
    float: left;
}

footer {
    width: 100%;
    float: left;
}

* {
    transition: 0.2s;
}

a {
    color: #333;
    text-decoration: none;
}

p {
    margin: 0;
    padding: 0;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 700;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}



.row {
    margin-bottom: 0px !important;
}

@media only screen and (min-width: 993px) {
    .container {
        width: 80%;
    }
}




/**/
.align-logo-area {
    height: 100%;
    display: table;
    width: 100%;
}
.align-logo-area .align-verticle {
    display: table-cell;
    vertical-align: middle;
}

.main-area>.container{width: 100%; max-width: 100%; padding:0px;}
.main-area>.container>.row>.col{padding:0px;}
.logo-area {
    background: url(../../images/img/bg-image.jpg) no-repeat center center;
    background-size: cover;
        padding: 0% 11%;
    height: 80vh;
    text-align: center;
}




.box-content h2 {
    font-weight: 500;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 40px;
    color: #fff;
    text-align: left;
    margin-bottom: 5px;
}
.box-content h2 span {
    font-weight: 800;
}

.logo-here, .gartner-here {
    padding: 10px;
    background: #fff;

    width: 100%;
    margin-bottom: 5px;
}

.logo-here {
    border-radius: 10px 10px 0px 0px;
}
.gartner-here {
    border-radius: 0px 0px 10px 10px;
    padding: 7px 10px;
}
.logo-here ul {
}
.logo-here ul li {
    width: 13.6%;
    display: inline-block;
}
.logo-here ul li a img {
    width: 90%;
}

.box-content .gartner-here h2 {
    color: #006491;
    font-weight: 700;
    text-transform: inherit;
    text-align: center;
    margin-bottom: 0px;
}

.box-content .gartner-here p {
    text-align: center;
    line-height: 17px;
}


.gartner-here ul li:first-child {
    width: 28%;
}
.gartner-here ul li {
    display: inline-block;
    vertical-align: middle;
}
.gartner-here ul li:last-child {
    width: 70%;
    text-align: center;
}
.gartner-here ul li:last-child img {
    max-width: 82%;
    padding: 7px;
    width: 28%;
}

.gartner-here ul li:last-child a:first-child img {
    width: 29%;
    margin-bottom: 7px;
}

/*article card*/
article.card-sec {
    width: 100%;
    height: 20vh;
}

article.card-sec ul {
    width: 100%;
    display: block;
    height: 100%;
}

article.card-sec ul li {
    float: left;
    width: 33.333%;
    background: #002659;
    padding: 20px 20px;
    height: 100%;
}

article.card-sec ul li div {
    border-left: solid 2px #e0e0e08a;
    padding-left: 10px;
}
article.card-sec ul li div h2 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
article.card-sec ul li div p {
    font-size: 11px;
    line-height: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #fff;
}
article.card-sec ul li div a {
    font-size: 11px;
    line-height: 14px;
    color: #0095da;
    font-weight: 800;
}


article.card-sec ul li:nth-child(2) {
    background: #ce1432;
}
article.card-sec ul li:nth-child(2) div a{
    color: #fab49b;
}


/*Login Area*/
article.login-area {
    padding: 0px 70px;
    height: 100vh;
}

@media ( min-width : 768px) {
	article.login-area {
	    padding: 0px 3px;
	    height: 100vh;
	}
}

@media ( min-width : 992px) {
	article.login-area {
	    padding: 0px 10px;
	    height: 100vh;
	}
}

@media ( min-width : 1200px) {
	article.login-area {
	    padding: 0px 40px;
	    height: 100vh;
	}
}
@media ( min-width : 1300px) {
	article.login-area {
	    padding: 0px 60px;
	    height: 100vh;
	}
}

.logo-main {
    text-align: center;
}



.login-form {
    padding-top: 60px;
}
.styled-input {
    position: relative;
    margin-bottom: 50px;
}
.styled-input i {
    position: absolute;
    bottom: -15px;
    font-size: 30px;
}


.styled-input .fa-user:before {
    content: "" !important;
    background: url(../../images/img/user.png) no-repeat;
    position: absolute;
    height: 40px;
    width: 40px;
    top: -32px;
    transition: 0.6s;
}


.styled-input .fa-astrik:before {
    content: "" !important;
    background: url(../../images/img/asterisk.png) no-repeat;
    position: absolute;
    height: 40px;
    width: 40px;
    top: -26px;
    transition: 0.6s;
}

.active .styled-input.css_add .fa-user:before {
    content: "" !important;
    background: url(../../images/img/userhover.png) no-repeat;

}


.styled-input .fa-lock:before {
    content: "" !important;
    background: url(../../images/img/pass.png) no-repeat;
       position: absolute;
        height: 40px;
    width: 40px;
    top: -32px;
    transition: 0.6s;

}


.active .styled-input.css_add .fa-lock:before {
    content: "" !important;
    background: url(../../images/img/passhover.png) no-repeat;

}


.styled-input label {
    margin-left: 37px;
    position: relative;
    top: 12px;
    font-size: 16px;
    font-weight: 300;
}

.styled-input input {
    border-bottom: none !important;
    position: absolute;
    top: 0;
    right: 0;
    width: 93% !important;
    left: 38px;
}
.styled-input input:focus {
    border-bottom: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}




input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label{
  top: -10px;
  bottom: 10px;
  /*left: 20px;*/
  font-size: 11px;
  opacity: 1;
}

.inputText {
  font-size: 14px;
  width: 200px;
  height: 35px;
}

.floating-label {
  position: absolute;
  pointer-events: none;
  /*left: 20px;*/
  top: 18px;
  transition: 0.2s ease all;
}


.styled-input input::placeholder{font-size: 23px; font-weight: 300; color: #333132;}

.styled-input span {
    border-bottom: solid 2px #ddd;
    position: absolute;
    bottom: -23px;
    width: 100%;
    left: 0;
}

.styled-input span:before {
    content: "";
    width: 0;
    position: absolute;
    height: 2px;
    transition: 0.2s;
}

.active .styled-input.css_add span:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 2px;
   background: linear-gradient(to right, #3cb2e6 , #0055a6);
    transition: 0.2s;
}

.active .styled-input.css_add i{color: #c71a38;}
.styled-input p {
    position: absolute;
    right: 0;
    z-index: 11;
    top: 16px;
   
}
.styled-input p a {
 font-size: 14px;
    color: #58595b;
}
.styled-input p a:hover {
 
    color: #ed2124;
}


.login-button {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.login-button input {
    padding: 6px 65px 10px;
    background: #58595b;
    border: none;
    border-radius: 7px;
    color: #fff;
    font-size: 20px;
    line-height: inherit;
    margin-right: 6px;
    cursor: pointer;
    margin-left: 6px;
}
	
@media ( min-width : 768px) {
	.login-button input {
	    padding: 6px 40px 10px;
	    background: #58595b;
	    border: none;
	    border-radius: 7px;
	    color: #fff;
	    font-size: 20px;
	    line-height: inherit;
	    margin-right: 2px;
	    cursor: pointer;
	    margin-left: 2px;
	}
}
@media ( min-width : 992px) {
	.login-button input {
	    padding: 6px 60px 10px;
	    background: #58595b;
	    border: none;
	    border-radius: 7px;
	    color: #fff;
	    font-size: 20px;
	    line-height: inherit;
	    margin-right: 6px;
	    cursor: pointer;
	    margin-left: 6px;
	}
}

.login-button input:hover {
 background: #58595b;
}

.login-button input[type=submit] {
    background: linear-gradient(to right, #bc2441 , #194d9e);
    transition: 0.3s;
}

.login-button input[type=submit]:hover {
    background: linear-gradient(to right, #bc2441 ,#194d9e 80%);
}

.connectWith {
    display: block;
    padding-top: 30px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.connectWith p {
 /*   float: left;*/
}
.connectWith {
    font-size: 16px;
}

.connectWith ul {
    margin-left: 5px;
    margin-top: -4px;
}

.connectWith ul li {
    position: relative;
    list-style: none;
    display: inline-block;
}

.connectWith ul li i {
    border-radius: 100px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    padding: 7px 7px;
    color: #fff;
}

.connectWith ul li:nth-child(1) i {
    background: #6381c1;
}

.connectWith ul li:nth-child(2) i {
    background: #2897cf;
}

.connectWith ul li:nth-child(3) i {
    background: #4abbec;
}





.referPrize {
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    width: 80%;
}
.referPrize p {
    font-size: 24px;
    color: #333132;
    line-height: 29px;
    margin-bottom: 10px;
}
.referPrize p span{font-weight: 600;}



.referPrize button {
    padding: 6px 50px 10px;
    background: #58595b;
    border: none;
    border-radius: 7px;
    color: #fff;
    font-size: 20px;zWQ
    line-height: inherit;
     background: linear-gradient(to right, #0095da , #0095da);
    cursor: pointer;
}





@media screen and (max-width: 900px) and (min-width: 600px) {

}
