@import url(https://fonts.googleapis.com/css?family=Krona+One);

body {
    height: 100vh;
    display: flex;
    background-color: #101010
}

h1 {
    font-family: "Monument extended", "Krona One", sans-serif;
    font-weight: bolder;
}

.container {
    background-color: white
}

.float-label-input {
    margin: 32px 0;
}

.float-label-input:focus-within label,
.float-label-input input:not(:placeholder-shown)+label {
    transform: translateY(-1.5rem) scale(0.75);
    background-color: white;
}

.container {
    background: none;
}
.authorization-layout__header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo{
    display: flex;
    align-items: center;
    gap: 24px;
}
.logo__image{
    height: 48px;
    color: #4F46E5;
}
.logo__title{
    height: 32px;
}

.Create_acc:hover{
    background-size: 4px 50px;
}
.authorization-header__subtitle{
    font-size: 18px;
}
.Create_acc{
    background : linear-gradient(
        to bottom,
        #4F46E5 0%,
        #4F46E5 100%
    );
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 4px 4px;
    color: black;
    font-size: 1rem;
    text-decoration: none;
    transition: background-size .2s;

}
#error{
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
}
