@font-face { font-family: 'Poppins-Regular'; src: url('../styles/fonts/Poppins-Regular.ttf');}
*{margin: 0;box-sizing:border-box;}
body{background-image: url("../images/bk-cp.jpg");background-repeat: no-repeat;background-position: center top;background-attachment: fixed;background-size: 100%;box-sizing:border-box;}
input{border: none;outline: none;}
a, link{text-decoration: none;color: inherit;}
#sh-bk{width: 100vw;height: 100vh;background-color: rgba(0, 0, 0, 0.6);}
#cnt-lg{width: 22%;border-radius: 5px;background-color: #ccc;margin: auto;margin-top: 15%;padding: 10px;box-shadow: 7px 10px rgba(0, 0, 0, 0.3);}
.logo{width: 80%;height: 100px;margin: auto;background-image: url("../images/caribeanlog.png");background-repeat: no-repeat;background-size: 80%;background-position: 50%;margin-bottom: 20px;}
.dt-us{padding: 10px;box-sizing: border-box;}
.b-duss{width: 100%;border-bottom: 2px solid rgba(255,255,255,0.24);margin-bottom: 30px;position: relative;}
.b-dus{width: 100%;margin-bottom: 30px;position: relative;}
.im-bx{width: 100%;height: 100%;position: absolute;display: block;font-size: 1rem;line-height: 45px !important;top: 0;pointer-events:none;margin-left: 7px;color: #0B3B0B;}
.im-bxs{position: absolute;display: block;margin-top: -30px;margin-left: 10px;}
.t-ipt{width: 100%;height: 45px;display: block;background-color: inherit;font-family: Poppins-Regular;padding: 0 2px 0 37px;font-size: 16px;border-bottom: 2px solid rgba(255,255,255,0.32);}
.t-ipt:focus{border-bottom:2px solid #0B3B0B;transition:all 1s;}
.b-lg{width: 100%;margin-bottom: 20px;position: relative;text-align: right;}
.blgg{width: 100px;font-family: Poppins-Regular;border-radius: 5px;padding: 7px 4px;}
.blgg:hover{cursor: pointer;background-color: rgba(11, 59, 11, 0.7);color: #FFF;transition: all 0.8s;}
.b-lk{width: 100%;margin-bottom: 20px;position: relative;text-align: center;}
.t-lk{font-family: Poppins-Regular;font-size: 14px;}
.t-lk:hover{cursor: pointer;}
.rc-anchor{width: 55px;box-sizing: border-box;overflow: hidden;height: 50px;padding: 2px;margin: 0;}
.rc-inline-bloc{width: 10%;}

@media screen and (max-width: 400px){
	body{background-size: 550px 100vh;overflow: hidden;}
	#cnt-lg{width: 80%;}
	.t-ipt{font-size: 13px;}
}
@media screen and (max-width: 600px){
	body{background-size: 200vw 100vh;overflow: hidden;}
	#cnt-lg{width: 80%;}
	.t-ipt{font-size: 13px;}	
	#cnt-lg{width: 70vw;}
}
@media screen and (max-width: 900px){
	body{background-size: 200vw 100vh;overflow: hidden;}
	#cnt-lg{width: 50%;}
	.t-ipt{font-size: 13px;}	
	#cnt-lg{width: 50vw;}
}