/* fonts  */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background: url(/assets/images/preloader/mainbacking.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    
    /* background-size: 120%; */
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    /* min-width: 380px; */
}

.box {
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 0 128px 0 rgba(0, 0, 0, 0.1), 0 32px 64px -48px rgba(0, 0, 0, 0.5);
    border: 2px solid #0066ff;
    min-height: 560px;
    min-width: 359px;
    width: 359px;
    margin-top: -100px;
    color: #ffffff;
}

.form-box {
    /* min-width: 280px; */
    margin: 0px 10px;
    min-height: 300px;
    max-height: 550px;
    color: black;
}

.form-box header {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #0049b7;
}

.form-box hr {
    background-color: #2B547E;
    height: 1px;
    width: 20%;
    border: none;
    margin: auto;
    outline: 0;
    border-radius: 5px;
    margin-bottom: 20px;
}

.input-container {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #959595;
}

.icon {
    padding: 15px;
    background: transparent;
    color: #555;
    background-color: #f1f1f1;
    min-width: 50px;
    text-align: center;
    cursor: pointer;
}

.input-field {
    width: 100%;
    padding: 10px;
    height: 50px;
    outline: none;
    border: none;
    font-size: 15px;
    background-color: #f1f1f1;
}

.input-field:focus {
    color: #2B547E;
}

.remember {
    display: flex;
    justify-content: end;
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.remember .check {
    margin-right: 5px;
}

.remember span {
}

.remember span a {
    text-decoration: none;
    color: #2B547E;
}

.remember span a:hover {
    COLOR: #00c2ff;
}

.btn {
    height: 45px;
    width: 260px;
    background: linear-gradient(185deg, rgb(61 57 255) 0%, rgb(27 25 119) 100%);
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    padding: 0 15px;
    margin: auto;
}

.btn:hover {
    opacity: 0.7;
    /* background: linear-gradient(185deg, rgb(1 0 47) 0%, rgb(27 25 119) 100%); */
    /* border: 2px solid black; */
}





.btn2 {
    height: 45px;
    width: 80%;
    background-color: #2B547E;
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s;
    padding: 0 15px;
    margin: auto;
}

.btn2:hover {
    opacity: 0.7;
}




.links {
    margin: 25px;
    text-align: center;
    color: black;
}

.links a {
    text-decoration: none;
    color: #db0c30;
}

.links a:hover {
    COLOR: #6a82ff;
}


/* home page  */

.nav {
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    line-height: 60px;
    z-index: 100;
}

.logo {
    font-size: 25px;
    font-weight: 900;
}

.logo a {
    text-decoration: none;
    color: #000;
}

.right-links a {
    padding: 0 10px;
}

main {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.main-box {
    display: flex;
    flex-direction: column;
    width: 70%;
}

.main-box .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.bottom {
    width: 100%;
    margin-top: 20px;
}

@media only screen and (max-width: 840px) {
    .main-box .top {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .top .box {
        margin: 10px 10px;
    }

    .bottom {
        margin-top: 0;
    }
}


.message {
    text-align: left;
    /* background: #f9ede4; */
    padding: 15px 0px;
    /* border: 1px solid #699062; */
    /* border-radius: 5px; */
    /* margin-bottom: 10px; */
    color: rebeccapurple;
}




	.snipcart-featured-payment-methods__link
								 {
									display: none;
								}
								
	.bubblebox{
		
        width: 100%;
        max-width: 300px;
        color: white;
        background: linear-gradient(185deg, rgb(42, 39, 218) 0%, rgb(0 171 255) 100%);
        border: 2px solid #0029f3;
        border-radius: 6px;
        padding: 5px;
        line-height: 30px;
        cursor: pointer;
		
	}
	
	.bubblebox:hover{
		border: 2px solid #000000;
		color: #00ff80;
	}
	
								
								
								
.terms{
    color:#007bff;
    font-size:16px;
}						