*,
*::before,
*::after {
  box-sizing: border-box;
}

/*=== webs fonts ===*/

@font-face {
    font-family: 'SFPRODISPLAY';
    src: url('../webfonts/SFPRODISPLAYBOLD.OTF');
    font-weight: 700;
}

@font-face {
    font-family: 'SFPRODISPLAY';
    src: url('../webfonts/SFPRODISPLAYMEDIUM.OTF');
    font-weight: 500;
}

@font-face {
    font-family: 'SFPRODISPLAY';
    src: url('../webfonts/SFPRODISPLAYREGULAR.OTF');
    font-weight: 400;
}

/*=== Basic css===*/
html,
body,
header,
footer,
main,
nav,
section,
div,
menu,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
button {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

ol,
ul {
    list-style: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus {
    outline: none;
}

a {
    text-decoration: none;
    display: inline-block;
    transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
}

a:visited,
a:hover,
a:active {
    text-decoration: none;
}

img {
    max-width: 100%;
}

body {	
    font-family: 'SFPRODISPLAY';
    font-size: 16px;
    font-weight: 400;    
    background: #F2F2F1;
    color: #000;
    margin: 0;
}

.register-area {
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
}

.register-item {
    padding: 20px 40px;
    max-width: 800px;
    min-width: 756px;
    margin: 0 auto;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(96, 96, 96, 0.05) 100%);
    box-shadow: 0 25px 25px 0 rgba(0, 0, 0, 0.25);
}

.register-item h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    margin-left: 6px;
    margin-bottom: 10px;
}

.register-item h3 span {
    display: flex;
    align-items: center;
    margin-right: 11px;
    border-radius: 24px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.10), 0 4px 4px 0 #FFF, 0 -2px 2px 0 rgba(0, 0, 0, 0.10);
}

.register-item h2 {
    color: #4D4D4D;
    font-size: 40px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.register-item h4 {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.register-item h4::before,
.register-item h4::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.register-item h4::before {
    margin-right: 46px;
}

.register-item h4::after {
    margin-left: 49px;
}

.register-item-icon Ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 14px;
}

.register-item-icon Ul li a {
    width: 68px;
    height: 68px;
    margin: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.2px solid #FFF;
    background: linear-gradient(181deg, #EAEAEA 40.59%, #B8B8B8 245.53%);
    box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.21) inset, 0 3px 6px 0 rgba(0, 0, 0, 0.09) inset;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.register-item-icon Ul li a img {
    max-width: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 56.198px;
    background: linear-gradient(359deg, #9D9D9D 8.63%, #F7F7F7 89.19%);
    box-shadow: 0 -10px 14px 0 rgba(0, 0, 0, 0.16) inset, 0 15px 16px 0 rgba(20, 20, 20, 0.42);
}

.register-item-icon Ul li a:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.register-item label {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.8px;
    margin: 0 0 5px;
}

.register-item input,
.register-item select {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0.8px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 0 18px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: rgba(255, 255, 255, 0.25);
    margin-bottom: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
}

.register-item input:focus {
    border-color: #5131E6;
    box-shadow: 0 0 25px 0 rgba(32, 84, 255, 0.25);
}

.register-item-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
}

.register-item-password {
    position: relative;
}

.register-item-password input {
    padding-right: 40px;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #797979;
}

.register-item h6 {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 266.667%;
    letter-spacing: 0.6px;
    margin-top: -5px;
}

.register-item h6::before {
    content: '';
    width: 100%;
    height: 5px;
    display: block;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.50);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.register-item select {
    appearance: none;
    background-image: url(../images/register-06.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: calc(100% - 20px) 20px;
}

.register-item p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.8px;
    margin-bottom: 20px;
}

.register-item p a {
    color: #006EFF;
    text-decoration: underline;
}

.register-item p a:hover {
    color: #000;
}

.register-item-button {
    position: relative;
    z-index: 99;
}

.register-item-button::after {
    content: '';
    position: absolute;
    width: 281px;
    height: 87px;
    opacity: 0.7;
    background: rgba(255, 255, 255, 0.50);
    filter: blur(20px);
    left: -27px;
    bottom: 25px;
    border-radius: 281px;
    -webkit-border-radius: 281px;
    -moz-border-radius: 281px;
    -ms-border-radius: 281px;
    -o-border-radius: 281px;
    z-index: 91;
    pointer-events: none;
}

.register-item button {
    padding: 5px;
    border: none;
    width: 100%;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.20);
    cursor: pointer;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    margin-bottom: 20px;
    z-index: 5;
}

.register-item button span {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 155.556%;
    letter-spacing: 0.9px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(0deg, #5131E6 0%, #5131E6 100%), #FFF;
    position: relative;
    z-index: 5;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
}

.register-item button span img {
    max-width: 100%;
    margin-left: 12px;
}

.register-item button span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #006EFF;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    z-index: -1;
    opacity: 0;
    transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
}

.register-item button:hover span::after {
    opacity: 1;
}

.register-item h5 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 133.333%;
    letter-spacing: 0.9px;
    text-align: center;
}

.register-item h5 a {
    color: #006EFF;
    text-decoration: underline;
}

.register-item h5 a:hover {
    color: #000;
}

.register-item-second {
    padding-top: 25px;
}

.register-item-second ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.register-item-second ul li {
    margin: 0 10px 10px;
}

.register-item-second ul li span {
    font-size: 18px;
    font-weight: 400;
    color: #818181;
    letter-spacing: 5%;
}

.register-item-second ul li a {
    color: #7E7A7A;
    font-size: 16px;
    font-weight: 600;
    line-height: 175%;
    letter-spacing: 10%;
    font-style: italic;
}

.register-item-second ul li a:hover {
    color: #006EFF;
}

.login-into p {
     font-family: 'SFPRODISPLAY';
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 5%;
    color: #000000BF;
}

.login-form form {
    padding-top: 35px;
}

.login-form  .register-item-icon {
    padding-top: 30px;
}

.login-form .forgot-pass {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

.login-form .forgot-pass a {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
}

.login-form .forgot-pass a:hover {
    text-decoration: none;
}

.login-form .pb-4 {
    padding-bottom: 30px;
}

.login-form .become-captain button {
    box-shadow: 0px 10px 25px 0px #00000040;
    box-shadow: 0px 0px 4px 0px #00000033;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 5%;
    text-align: center;
    padding: 13px;
    border-radius: 30px;
}

.my-auto {
    margin-block: auto;
}
