*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    list-style-type: none;
    list-style: none;
}


.boss {
    display: flex;
    flex-direction: column;
    height: 100vh;

}


.main {
    width: 100%;
    height: calc(100vh - 50px);
    background-color: #cccccc;
    display: flex;
    flex-wrap: wrap;



}

.left-sidebar {
    width: 50%;
    background-color: rgb(29, 161, 242);
    display: flex;
    
   
}

.left-sidebar__conteiner{
    justify-content: center;
    margin:  auto;
    width: 356px;
    height: 264px;

}

.left-sidebar__conteiner {

}

.left-sidebar__content {
    color: #fff;
    display: flex;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 40px auto;

}

.left-sidebar__icon {
    font-size: 35px;
    margin-right: 16px;


}

.left-sidebar__text {

}




.right-sidebar {
    width: 50%;
    background:#ffffff;
    position: relative;
    
}



.form {
    top: 20px;
    width: 100%;

}

.login {
    justify-content: center;
    margin: 0 auto;
    max-width: 600px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    margin-top: 20px;

}

.sign {
    width: 210px;
    margin-right: 12px;

}

.sign__input {
    width: 100%;
    padding: 12px;
    margin-top: 12px;
    outline: none;
    background-color: #fff;
    border: 1px solid #e6ecf0;
    border-radius: 3px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 3px;


}

.sign__question {
    color: #aab8c2;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;

}

.sign__question:hover {
    text-decoration: underline;
}

.log-in {
    height: 100%;

}


.log-in__btn {
    padding: 10px;
    width: auto;
    margin-top: 12px;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    border: 1px solid #1da1f2;
    color: #1da1f2;
    background: #fff;
    outline: none;
    border-radius: 25px;

}

.log-in__btn:hover {
    background-color: #eaf5fd;
    color: #1da1f2;
    
    

}

.log-in__btn__visible {
    display: none;
}



.right-sidebar__conteiner{
    margin: auto;
    width: 350px;
    height: 312px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    flex-direction: column;

} 


.twitter-logo {
    display: flex;
    justify-content: space-between;
    margin: 16px 0 0 0;

}


.twitter__icon {
    color: #1da1f2;
    font-size: 45px;
    margin-bottom: 8px;

}


.twitter__header {
    font-size: 29px;
    line-height: 32px;
    color: #14171a;
    margin:0 0 16px  0;
}


.twitter__para {
    margin-top: 48px;
    color: #14171a;
    font-size: 18px;
    line-height: 24px;
    margin: 16px auto;

}

.twitter__sign {
    display: flex;
    flex-direction: column;

}


.twitter__signup {
    border-radius: 100px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding: 6px 16px;
    text-align: center;
    margin-bottom: 16px;
    background-color: #1da1f2;
    border: 1px solid #1da1f2;
    color: #fff;
    width: 100%;
    outline: none;

}

.twitter__signup:hover {
    background-color: #006dbf;
    border-color: #006dbf;
}

.twitter__login {
    width: 100%;
    border-radius: 100px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding: 6px 16px;
    text-align: center;
    margin-bottom: 16px;
    background-color: #fff;
    border: 1px solid #1da1f2;
    color: #1da1f2;

}

.twitter__login:hover{

    background-color: #eaf5fd;

}



.footer {
    width: 100%;
    height: 48px;
    background-color: #fff;
    border-top: 1px solid #e6ecf0;
    padding: 11px 0;

}


.footer__conteiner  {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin: auto;

    text-align: center;
}


.footer__item {
    padding: 0 9px 0 9px;

}

.footer__link {
    color: #aab8c2;
    font-size: 12px;

}

.footer__link:hover {
    text-decoration: underline;
}