@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200&display=swap');
.f-22 {
    font-size: 22px;
}

.land {
    position: absolute;
    top: 46%;
    width: 62px;
    height: 62px;
    border-radius: 100%;
    background: #000;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cross {
    font-size: 47px;
    margin-top: -3px !important;
    position: relative;
    top: -26px;
    right: -7px;
}

* {
    /* margin: 1px;
    padding: 1px; */
    font-family: "Montserrat";
    font-weight: normal;
}

body {
    background-color: #FCEEE8 !important;
}

.circleBase {
    border-radius: 50%;
    behavior: url(PIE.htc);
    /* remove if you don't care about IE8 */
}

#outer-circle {
    background: #931c2d;
    border-radius: 50%;
    height: 948.06px;
    width: 948.06px;
    /* height: 500px;
    width: 500px; */
    position: relative;
    margin-left: auto;
    /* 
Child elements with absolute positioning will be 
positioned relative to this div 
*/
    box-shadow: inset 0px -20px 40px rgba(0, 0, 0, 0.2);
}

#outer-circle-after-space {
    position: absolute;
    background: #E5E5E5;
    border-radius: 50%;
    height: 868px;
    width: 868px;
    /*
Put top edge and left edge in the center
*/
    top: 50%;
    left: 50%;
    margin: -434px 0px 0px -434px;
    /* 
Offset the position correctly with
minus half of the width and minus half of the height 
*/
}

#inner-circle {
    position: absolute;
    background: #fcb87b;
    border-radius: 50%;
    height: 850px;
    width: 850px;
    /*
Put top edge and left edge in the center
*/
    top: 50%;
    left: 50%;
    margin: -425px 0px 0px -425px;
    /* 
Offset the position correctly with
minus half of the width and minus half of the height 
*/
    box-shadow: inset 0px -20px 40px rgba(0, 0, 0, 0.2);
}

#innner-circle {
    position: absolute;
    background: #4a48b4;
    border-radius: 50%;
    height: 766px;
    width: 766px;
    /*
Put top edge and left edge in the center
*/
    top: 50%;
    left: 50%;
    margin: -383px 0px 0px -383px;
    /* 
Offset the position correctly with
minus half of the width and minus half of the height 
*/
    box-shadow: inset -20px 4px 50px rgba(0, 0, 0, 0.3);
}

#innner-circle-after-space {
    position: absolute;
    background: #E5E5E5;
    border-radius: 50%;
    height: 670px;
    width: 670px;
    /*
Put top edge and left edge in the center
*/
    top: 50%;
    left: 50%;
    margin: -335px 0px 0px -335px;
    /* 
Offset the position correctly with
minus half of the width and minus half of the height 
*/
}

#innnner-circle {
    position: absolute;
    background: #c2e4fb;
    border-radius: 50%;
    height: 650px;
    width: 650px;
    /*
Put top edge and left edge in the center
*/
    top: 50%;
    left: 50%;
    margin: -325px 0px 0px -325px;
    /* 
Offset the position correctly with
minus half of the width and minus half of the height 
*/
    box-shadow: inset 20px 0px 30px rgba(0, 0, 0, 0.2);
}

#innnnner-circle {
    position: absolute;
    background: c096da;
    border-radius: 50%;
    height: 340px;
    width: 340px;
    /*
Put top edge and left edge in the center
*/
    top: 50%;
    left: 50%;
    margin: -170px 0px 0px -170px;
    z-index: 999;
    /* 
Offset the position correctly with
minus half of the width and minus half of the height 
*/
}

#innnnner-circle-after {
    position: absolute;
    background: #c363c7;
    border-radius: 50%;
    height: 570px;
    width: 570px;
    /*
Put top edge and left edge in the center
*/
    top: 50%;
    left: 50%;
    margin: -285px 0px 0px -285px;
    /* 
Offset the position correctly with
minus half of the width and minus half of the height 
*/
    box-shadow: inset 0px 20px 20px rgba(255, 255, 255, 0.2);
}

#innnnnner-circle {
    position: absolute;
    background: #08aca3;
    /* border: 25px solid; */
    border-radius: 50%;
    /* border-top-color:whitesmoke;
border-bottom-color: red;
border-right-color:yellow;
border-left-color:black; */
    height: 477px;
    width: 477px;
    /*
Put top edge and left edge in the center
*/
    top: 50%;
    left: 50%;
    margin: -238.5px 0px 0px -238.5px;
    /* 
Offset the position correctly with
minus half of the width and minus half of the height 
*/
    box-shadow: inset 0px 20px 20px rgba(0, 0, 0, 0.2);
}

#innnnnnner-circle-before-space {
    position: absolute;
    background: #E5E5E5;
    border-radius: 50%;
    height: 386px;
    width: 386px;
    /*
Put top edge and left edge in the center
*/
    top: 50%;
    left: 50%;
    margin: -193px 0px 0px -193px;
    /* 
Offset the position correctly with
minus half of the width and minus half of the height 
*/
}

#innnnnnnner-circle {
    position: absolute;
    background: #0a0a02;
    border-radius: 50%;
    height: 59.48px;
    width: 59.48px;
    left: 56%;
    top: 55%;
    /*
Put top edge and left edge in the center
*/
    margin: -50.24px 0px 0px -50.24px;
    z-index: 99;
    /* 
Offset the position correctly with
minus half of the width and minus half of the height 
*/
}

#outer-circle>h2,
h3 {
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
}

.modal {
    text-align: left;
}

.modal-content {
    border: none;
    border-radius: 10px;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.modal-header {
    border-bottom: 0;
    padding-top: 15px;
    padding-right: 26px;
    padding-left: 26px;
    padding-bottom: 0px;
}

.modal-title {
    font-size: 23px;
}

.modal-body {
    border-bottom: 0;
    padding-top: 5px;
    padding-right: 26px;
    padding-left: 26px;
    padding-bottom: 10px;
    font-size: 15px;
}

.modal-footer {
    border-top: 0;
    padding-top: 0px;
    padding-right: 26px;
    padding-bottom: 26px;
    padding-left: 26px;
}

.modal-dialog {
    margin-left: 24px;
    margin-top: 136px;
}

.cp {
    cursor: pointer;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgba(255, 1, 1, 0.1)
}

.card {
    border: none;
    border-radius: 10px;
    width: 420px !important;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 50px;
}

.signup {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 10px 50px
}

a {
    text-decoration: none !important;
}

h5 {
    color: #ff0147;
    margin-bottom: 3px;
    font-weight: bold
}

small {
    color: rgba(0, 0, 0, 0.3)
}

input {
    width: 100%;
    display: block;
    margin-bottom: 7px
}

.form-control {
    border: 1px solid #dc354575;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, .075);
    letter-spacing: 1px
}

.form-control:focus {
    border: 0.5px solid #dc354575;
    border-radius: 30px;
    box-shadow: none;
    background-color: rgba(0, 0, 0, .075);
    color: #000;
    letter-spacing: 1px
}

.btn {
    display: block;
    width: 100%;
    border-radius: 30px;
    border: none;
    background: linear-gradient(to right, rgba(249, 0, 104, 1) 0%, rgba(247, 117, 24, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(249, 0, 104, 1) 0%, rgba(247, 117, 24, 1) 100%)
}

.text-left {
    color: rgba(0, 0, 0, 0.3);
    font-weight: 400
}

.text-right {
    color: #ff0147;
    font-weight: bold
}

span.text-center {
    color: rgba(0, 0, 0, 0.3)
}

#login {
    height: 100vh;
    width: 100vw;
}

.reference {
    font-size: 9px;
}

.text-aunties {
    font-size: 23px;
    margin-left: 20px;
    font-family: 'Montserrat';
    font-weight: 200;
    font-style: normal;
}