html, body {
    color: #fff !important;
    font-family: 'Nunito', sans-serif !important;
    /*font-family: "Segoe Print";*/
}
/* CSS NAMING RULES
	1. {blade.php name}-{element}-{name for the elements}
 */
.welcome-div-langDropdown{
    position: absolute;
    right:5%;
    top:7%;
    background-color: transparent;
    font-size:20px;
    font-weight: bold;
    letter-spacing: 1px;
}

.welcome-div-langDropdown a, .welcome-div-langDropdown a:hover{
    color:white;
    text-decoration: none;
}

.welcome-div-langDropdown .dropdown-menu a{
    color:black;
    text-decoration: none;
}
.welcome-div-outerContainer {
    width: 100vw;
    height: 100vh;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    /*object-fit: cover;*/

}
.darken {
    box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.7);
}

.welcome-div-innerContainer {
    display: inline-block;
    z-index: 9999;
}

.welcome-div-innerContainer .welcome-span-logo {
     color: #008FD4;
     font-size: calc(15px + 10 * ((100vw - 320px) / 680));
     letter-spacing: 5px;
     margin-top: 100px;
 }

.welcome-div-innerContainer .welcome-span-getStarted {
    color: white;
    font-size: calc(40px + 5 * ((100vw - 320px) / 680));
    margin-top: 20px;
    letter-spacing: 3px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bolder;

}
.welcome-div-innerContainer .welcome-div-descriptionBox {
    min-width: 20%;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top:10px;
}

.welcome-div-innerContainer .welcome-span-description {
    color: white;
    font-size: calc(12px + 2 * ((100vw - 320px) / 680));
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.6), 0px 18px 23px rgba(0,0,0,0.6);
    opacity: 0.75;
}

.welcome-div-formBox{
    position:relative;
    width: 260px;
    margin: 0 auto;
}

.welcome-div-formBox .welcome-form-text-mobileNumber{
    border-radius: 30px;
    width: 260px;
    height: 46px;
    border: none;
    padding: 20px;
    outline: none;
    padding-left: 60px;
}

.welcome-div-formBox .welcome-form-submit-button{
    border: none;
    border-radius: 46px;
    width: 42px;
    height: 40px;
    background: transparent;
    position: absolute;
    right:8px; top:2px;
    z-index: 100;
}


.welcome-div-formBox .welcome-div-input-view-prefix{
    border: none;
    width: 55px;
    height: 47px;
    background: transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 200;
    color: black;
    font-weight: bold;
    border-right: 2px solid black;
    padding: 12px;
}

.welcome-img-arrowRight{
width: 42px;
height: 40px;
}
.unsubscribed-a-redirect{
color: #008FD4;
text-decoration: none;
}
.unsubscribed-a-redirect:hover{
color: #008FD4;
text-decoration: none;
}

