html {
   /* background: #ffcc00;*/
    background-image: url(https://icargo-public-eu-west-2.s3.eu-west-2.amazonaws.com/live/images/apex_bg_flip.png);
    height: 100vh;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
body{
    background-color: #0000003d! important;
}
.login-image-newlogin {
    height: 100vh;
    background: transparent;
}
.overly{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.main-login-board1-newlogin {
    margin-top: 280px;
}
.main-login-board1-newlogin h1 {
    color: #fff;
    font-size: 50px;
}
.main-login-board1-newlogin h1:after {
    position: absolute;
    height: 2px;
    width: 62%;
    background: #ffcc00;
    content: 'Simplifying Logistics!';
    bottom: 0px;
    left: 17px;
}
.main-login-board-newlogin {
    background: #fff;
    padding: 10px 20px;
    margin-top: 230px;
    border-radius: 2px;
    box-shadow: 3px 2px 37px 3px #000000a3;
    float: left;
}
.main-login-board-newlogin input {
    border-radius: 0;
    border-right: 0;
}
.main-login-board-newlogin .input-group-addon {
    border-radius: 0;
    background: #fff;
    color: #ffcc00;
}
.log2-newlogin input {
    width: 106px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.main-login-board-newlogin input {
    border-radius: 0;
    border-right: 0;
}
.sameday-next-newlogin {
    border-radius: 2px !important;
    background-color: #ffcc00;
    border-color: transparent !important;
    color: #fff;
    margin: 5px;
    font-size: 15px;
    letter-spacing: 0.5px;
    transition: all 0.5s;
}
.background-logo-out{
    height: 85px;
    position: relative;
    width: 90%;
    margin:15px auto;
}
.background-logo{
    width: 199px;
    background-image: url(https://icargo-public-eu-west-2.s3.eu-west-2.amazonaws.com/live/images/company/apex_log_large_horizontal.png);
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    right: 0;
    margin: auto;
    text-align: center;
}


.text-in-bg{}
.text-in-bg h1{
    max-width: 600px;
/*  margin-top: 132px;*/
    margin-top: 60px;
}
.text-in-bg h1:before{
    content: "Simplifying Logistics!";
}
.text-in-bg h1 span {
    max-width: 600px;
    width: 100%;
    position: relative;
    margin-top: 15px;
    font-size: 18px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin-bottom: 0;
    padding: 0;
    line-height: normal;
}
/*.text-in-bg h1 span:before{
    content: "Your World, Your Network,";
}*/
/*.text-in-bg h1 span:after { 
    content: 'Tailored Solutions, Seamless Connectivity!';
    position:absolute;
    top:24px;
}*/



@media only screen (min-width: 481px) and (max-width: 767px){
    .main-login-board-newlogin {
        margin-top: 70px;
    }
}

/*@media only screen and (max-width: 1280px) and (max-height: 610px) {
.main-login-board-newlogin{
        margin-top: 150px;
}
}*/
.sameday-next {
    background-color: #ffcc00;
}
.sameday-next:hover {
    background-color: #0a7cff;
}
.main-login-board .input-group-addon{
    color: #0a7cff !important;
}
.main-login-board1 h1:after {
    background: #ffcc00 !important;
    width: 73%;
	display:none;
}
.main-login-board1 h1{
    font-size: 42px !important;
    font-family: Arial Black,sans-serif !important;
    font-weight: 600;
	color:#03a9f4;
}


/* chandra 31-01-2024 prim */
.main-login-board {
    border-radius: 48px;
}
.log2-newlogin input {
    color: #fff;
    font-weight: 600;
    border-radius: 100px !important;
    height: 36px;
    outline: none;
    transition: all 0.5s;
    background: #03a9f4;
    box-shadow: none;
}
.log2-newlogin input:hover {
    color: #fff;
    background: #2e58a6;
    outline: none;
    box-shadow: none;
}
.log2-newlogin input:hover {
    color: #fff;
    background: #2e58a6;
}
span.input-group-addon i {
    background: #03a9f4;
    padding: 0px;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
}
.input-group .form-control {
    height: 39px;
}
.input-group {
    margin-bottom: 10px;
    box-shadow: 0px 2px 10px -2px #5f5f5f;
}
.main-login-board1 h1 {
    font-size: 45px !important;
    font-family: Arial,sans-serif !important;
    font-weight: 600;
    text-align: center;
}
/* chandra 31-01-2024 prim */

@media only screen and (max-height: 768px) and (max-width: 1280px){
.main-login-board1{
        margin-top: 100px !important;
    }
}

@media only screen and (max-height: 1366px) and (max-width: 1440px){
.main-login-board1 {
    margin-top: 100px;
}
}



