body, html {
    margin: 0;
    background-color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
}

a {
    color: beige;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: "Inter";
}

.fro {
    margin-top: 20px;
    height: 450px;
	width: 545px;
    box-shadow: 0 0 25px #BFA642;
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
    border-radius: 33px;
}

form
{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
	align-items: center;
}

button {
    color: black;
    background-color: #BFA642;
    border-radius: 100px;
    height: 46px;
    width: 370px;
	font-family: "Inter";
	font-weight: 600;
	font-size: 20px;
	border: none;
}

.inp_pass, .inp_phone {
    background-color: black;
    border: 1px solid #8C8C8C;
    height: 46px;
    width: 370px;
    border-radius: 100px;
    font-family: "Inter";
    font-weight: 600;
    font-size: 20px;
    color: white;
	padding-left: 10px;
}
.inp_pass::placeholder, .inp_phone::placeholder {
    color: #A7A7A7;
}

.logo {
	height: 70px;
	width: 200px;
}

.blo, .blo2 {
	height: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}

.blo2 {
    justify-content: flex-end;
}

.but_reg{
    margin-top: 10px;
}

.top-text {
    color: white;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 55px;
    font-family: "Inter";
    font-size: 17px;
}
.top-text > b {
    font-size: 25px;
}

.head-text {
    font-size: 30px;
    color: white;
    font-family: "Inter";
    font-weight: 600;
    margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
    
    a {
        font-size: 15px;
    }

    .textinp {
        font-size: 15px;
        height: 40px;
    }

    .fro {
        width: 90vw;
        height: 390px;
        margin-top: 20px;
    }

    .inp_pass, .inp_phone {
        width: 70vw;
        height: 40px;
        font-size: 15px;
    }

    .but_login, .but_reg {
        width: 70vw;
        font-size: 15px;
        height: 40px;
    }

    .logo {
        width: 150px;
        height: 50px;
    }

    .head-text {
        font-size: 25px;
        margin-top: 0;
    }
}
