.banner {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url('/natsukki/img/homepage/banner.svg');
	background-size: contain;	
	background-repeat: no-repeat;
    background-position: center;
}

h3 {
    color: #e6e6e6;
}

.label-txt {
    list-style-type: none;
    color: #a9a9a9;
    font-size: 20px;
}

.txt-box {
    height: 50px;
    border: none;
    border-radius: 15px;
}
.txt-box:hover,
.txt-box:focus {
    box-shadow: 0px 0px 20px #FDDEFF !important;
}

::placeholder {
    color: #e6e6e6;
}

.otp-btn {
    color: white;
    background-color: #51284F;
    padding: 10px 40px 10px 40px;
    border: none;
    border-radius: 25px;
}

.btn-default {
    padding: 12px 40px 12px 40px;
    border: none;
    border-radius: 25px;
}